Tools / Canonical Checker
Canonical Checker
페이지에서 선언된 canonical URL를 검사합니다. 소스 HTML에서 상대 값을 해결하고 충돌하는 선언을 찾아냅니다.
Your canonical report
Check a URL to see declarations, original values, and resolved destinations here.
URL의 기능 이 페이지를 선호하시나요?
canonical 주석은 중복되거나 유사한 콘텐츠에 대해 선호되는 URL를 표현합니다. 이 검사기는 한 페이지의 HTML에서 링크 요소를 추출하고 해결된 대상 옆에 원본 href를 표시합니다.
보고서는 색인 가능성 판정이 아닌 소스 확인입니다. 유효한 헤드, HTTP 링크 헤더, JavaScript 변경 사항 또는 Google가 선택한 canonical 내부의 배치를 확인하지 않습니다.
Resolve the value, then review the intent
1. Inspect the page. Enter its public URL. If fetching is refused, paste the page source and supply the URL it came from. The URL check resolves relative values against the final fetched URL.
2. Compare declarations. Read the original href and resolved destination together. A different destination may be intentional for duplicate content; a matching destination is self-referencing. Neither result proves what is indexed.
3. Fix and recheck. Choose the intended representative page, keep one canonical annotation in a valid HTML head, and check the published source again. Inspect the destination separately before relying on it.
A relative path can be valid and still be worth replacing
On https://example.com/shop/item?ref=email, the value /shop/item resolves to https://example.com/shop/item. If that is the intended preferred page, publish the absolute value:
<link rel="canonical" href="https://example.com/shop/item">
A base href can change how a relative path resolves. Review the resolution base in the report before changing the tag.

Keep declarations separate from search-engine decisions
A declaration expresses a preference. A redirect changes where a request ends. Google’s indexed choice requires separate evidence from Search Console. Read Google’s canonical guidance before changing your implementation.
Once the declaration is clear, use the Title & Meta Checker to review the page’s search presentation, or explore SEO Site Audit for the broader workflow.