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)は、URLが共有されたときにリッチカードを表示するために、twitter:という接頭辞の付いたメタタグを使用します。最も一般的な種類は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からすべてのメタタグを抽出して分析します。title、description、Open Graph、Twitter Card、viewport、robots、linkタグに対応しています。
見出し階層アナライザー
あらゆるページのH1〜H6構造を監査します。H1の欠如、複数のH1、スキップされた見出しレベルを指摘します。
スキーママークアップ検証ツール
任意のURLからJSON-LD構造化データを抽出して検証します。どのスキーマタイプが存在し、正しく解析されるかを確認できます。
Open Graphインスペクター
URLがFacebook、Twitter/X、LinkedInなどのプラットフォームで共有されたときに、どう表示されるかをプレビューします。
サイトマップインスペクター
あらゆるXMLサイトマップを分析します。URLの数、lastmodのカバー率、サイトマップインデックスの構造を確認できます。
robots.txtインスペクター
robots.txtファイルを解析します。ルールをuser-agentごとにグループ化して表示し、問題点を指摘します。