免費 Canonical 標籤檢查器
掃描您的網站,找出影響 SEO 和 AI 搜尋可見性的 canonical 標籤問題。我們會即時分析您的頁面並報告問題。
什麼是 Canonical 標籤?
Canonical 標籤(rel="canonical")是頁面 <head> 中的 HTML 元素,用於告訴搜尋引擎哪個 URL 是權威版本。當多個 URL 存在重複內容時,canonical 標籤會將排名訊號整合到您偏好的 URL。
為什麼重要
- 防止重複內容分散您的搜尋排名
- 提升爬取效率——Google 專注於您的 canonical URL
- 將分析資料(點擊數、曝光數)整合到單一 URL
常見問題
- 缺少 canonical——搜尋引擎會自行選擇版本
- 重複 canonical——單一頁面上有多個相互衝突的標籤
- 目標失效——canonical 指向 404 或重新導向的 URL
常見問題
ChatGPT、Gemini、Claude 和 Perplexity 等 AI 助理爬取和索引網頁內容的方式與傳統搜尋引擎類似。當 canonical 標籤遺漏或設定錯誤時,AI 模型可能會遇到重複內容並難以判斷哪個版本具有權威性。這可能會稀釋您的品牌在 AI 生成回覆中的呈現,導致更少的引用和推薦。
沒有 canonical 標籤,搜尋引擎和 AI 爬蟲必須猜測哪個版本是「真正的」頁面。這通常會導致重複內容問題,排名訊號被分散到多個 URL,降低您的整體可見性。Google 可能會索引錯誤的版本,AI 助理可能會引用您網站上不一致或過時的內容。
不可以。在單一頁面上有多個 canonical 標籤會產生衝突——搜尋引擎無法判斷哪個 URL 具有權威性,因此可能會完全忽略所有 canonical 提示。這是最常見的 canonical 標籤問題之一。我們的檢查器會標記重複的 canonical,讓您可以快速修復。
每當您發布新頁面、重新設計網站、遷移網域或變更 URL 結構時,都應該稽核 canonical 標籤。對於活躍的網站,建議每月檢查一次。CMS 更新、外掛程式變更和新內容都可能悄悄引入 canonical 問題,若不定期稽核將不會被發現。
是的。GeoVector 的 canonical 標籤檢查器完全免費,無需註冊。您可以掃描任何 URL 並即時獲得結果,包括遺漏、重複和設定錯誤的 canonical 標籤。如需更深入的全站稽核和持續監控,GeoVector 提供進階方案。
本工具會回報什麼,以及怎麼修
每一列都是掃描可能回傳的結果,以及對應的修正方式。
| Finding | What it means | Fix |
|---|---|---|
| Missing canonical | The page has no rel="canonical". Search engines and AI crawlers pick a version themselves, and they do not always pick yours. | Add a self-referencing canonical to every indexable page. |
| Duplicate canonical | Two or more canonical tags on one page. Conflicting hints are usually discarded together, so you end up with none. | Keep exactly one. The usual cause is a theme and an SEO plugin both injecting a tag. |
| Relative canonical | The href is a path rather than a full URL. It resolves against whatever host served the page, which breaks on staging domains and syndicated copies. | Use the absolute https:// URL. |
| Protocol mismatch | The page is served over HTTPS but points at an HTTP canonical, or the reverse. | Match the protocol the site actually serves. |
| Canonical target redirects | The canonical URL 301s elsewhere, so the page nominates a URL that itself defers to another one. | Point straight at the final destination. |
| Canonical target not reachable | The canonical URL returns 404, 410, or a 5xx. The hint is unusable. | Point at a live URL, or remove the tag until the target exists. |
| Cross-page canonical | The canonical points at a different page. Deliberate for print views and paginated variants, a bug when every page points at the homepage. | Confirm the target is intended; keep self-referencing canonicals everywhere else. |
| hreflang / canonical conflict | A page canonicalizes to a URL in a different language than its own hreflang entry, which cancels the language signal. | Canonicalize within the same language, then cross-link languages with hreflang. |
把標記寫對
Canonical 標籤只有一行,所以它常常錯了好幾個月都沒人發現。
<head>
<link rel="canonical" href="https://example.com/blog/how-canonicals-work" />
</head>Link: <https://example.com/reports/2026-benchmark.pdf>; rel="canonical"<!-- Served at https://example.com/blog/how-canonicals-work -->
<link rel="canonical" href="https://example.com/" />讓每個頁面都指向首頁,等於告訴爬蟲整個網站只是一份文件。這通常來自某個全域範本變數沒有依頁面覆寫——如果換佈景主題後自然流量下滑,先查這裡。
來源與規範
本頁所有內容都以下列第一手文件為準。廠商一旦改動規則,最先反映在那裡。
- RFC 6596: The Canonical Link Relation — IETF
- How to specify a canonical URL with rel="canonical" — Google Search Central
- Canonicalization troubleshooting — Google Search Central
最後審閱於 。每當廠商更新規範,我們都會重新核對本頁內容。