Twitter Card验证工具
预览任意URL在Twitter/X上分享时的显示效果。验证所有Twitter Card元标签。
如何使用本工具
- 1
Paste the full public URL (including https://) of the page you want to inspect.
- 2
Run the tool so the server fetches the page and parses its HTML head.
- 3
Read the status banner: green means card, title, and description were all found; red means at least one is missing.
- 4
Scan the tag table and the rendered card preview to see exactly which twitter: values came back and which show as missing.
什么是Twitter Card验证工具?
Twitter(现称X)使用带有twitter:前缀的元标签,在URL被分享时呈现富媒体卡片。最常见的类型是summary_large_image,它会显示大图、标题、描述和来源。本工具会提取并验证每一个Twitter专属标签,然后渲染出卡片,让你看到受众将会看到的效果。
常见使用场景
Confirm a new blog post exposes twitter:card, twitter:title, and twitter:description before you publish it.
Debug why a shared link shows a bare URL instead of a rich card by spotting which required tag is missing.
Check that twitter:card is set to summary_large_image when you expect the wide-image layout rather than a small thumbnail.
Verify a twitter:image URL actually loads by viewing it in the rendered card preview.
Audit a competitor or reference page to see how they configure their five core twitter: tags.
Spot-check a staging or production deploy to catch templates that dropped the twitter: meta tags during a build.
常见问题
存在哪些卡片类型?▼
相关工具
元标签分析工具
从任意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分组显示规则并标记问题。