免費 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
最後審閱於 。每當廠商更新規範,我們都會重新核對本頁內容。