规范标签检查工具
查找任意页面声明的规范URL,并检查它是否指向自身。
如何使用本工具
- 1
Enter a domain or URL (for example example.com or https://example.com) in the input field.
- 2
Submit to fetch the page server-side over HTTPS, falling back to HTTP if needed.
- 3
Read the results: the requested URL, the declared canonical, og:url, and the robots meta value.
- 4
Check the match indicator to confirm whether the canonical equals the fetched URL or differs.
什么是规范标签检查工具?
规范标签(<link rel='canonical' href='...'>)告诉搜索引擎,当同一内容可通过多个URL访问时,哪个才是URL的首选版本。配置错误的规范标签是导致神秘性脱离索引的主要原因之一。本工具会抓取一个页面,并准确显示它所声明的规范标签:既可用于核实你自己的配置,也可用于审计竞争对手的配置。
常见使用场景
Confirming your home page canonicalizes to your preferred https, www-or-not version after a migration.
Diagnosing why a freshly launched site stopped appearing in Google by checking its root canonical and robots value.
Spot-checking whether a CMS or theme injected a hard-coded canonical pointing at a staging or template domain.
Verifying that og:url and the canonical agree, so social shares and search both reference the same address.
Auditing a competitor's home page to see how they handle canonicalization and indexing directives.
Quickly reading a site's robots meta tag to spot an accidental noindex on the home page.
常见问题
如果规范标签指向另一个网站会怎样?▼
相关工具
元标签分析工具
从任意URL提取并分析所有元标签:标题、描述、Open Graph、Twitter Card、viewport、robots以及link标签。
标题层级分析工具
审查任意页面的H1-H6结构。标记出缺失的H1、多个H1以及被跳过的标题层级。
Schema标记验证工具
从任意URL中提取并验证JSON-LD结构化数据。查看页面包含哪些schema类型,以及它们能否被正确解析。
Open Graph检查工具
预览URL在Facebook、Twitter/X、LinkedIn及其他平台上分享时的显示效果。
站点地图检查工具
分析任意XML站点地图:URL数量、lastmod覆盖率以及站点地图索引结构。
robots.txt检查器
解析robots.txt文件。按user-agent分组显示规则并标记问题。