見出し階層アナライザー
あらゆるページのH1〜H6構造を監査します。H1の欠如、複数のH1、スキップされた見出しレベルを指摘します。
このツールの使い方
- 1
Paste the full URL of the public page you want to inspect, including the https:// prefix.
- 2
Click Analyze to fetch the page and parse its raw HTML.
- 3
Read the per-level counts (H1 through H6) and the indented heading outline to see the document structure.
- 4
Review the Issues panel for a missing H1, duplicate H1s, or skipped levels, then fix the source markup and re-run.
見出し階層アナライザーとは何ですか?
見出しの階層は、アクセシビリティ(スクリーンリーダーは見出しをたどってナビゲートします)とSEO(検索エンジンは見出しを使ってコンテンツの構造を理解します)の両方に影響します。望ましい実践方法は、1ページにつきH1をちょうど1つにすること、レベルをスキップしないこと(H2からH4へ飛ばさない)、装飾的ではなく内容を説明する見出しを使うことです。このツールはすべての見出しを抽出し、構造上の問題を指摘します。
よくある活用例
Auditing a marketing landing page before launch to confirm it has exactly one descriptive H1.
Checking a blog template that renders the post title and the site name both as H1, producing duplicate top-level headings.
Finding skipped levels (for example H2 jumping to H4) on documentation pages where developers chose heading tags for font size.
Verifying accessibility for screen-reader users who navigate by heading shortcuts and need an unbroken outline.
Spot-checking a competitor's page to see how they structure sections for SEO.
Confirming that a CMS or page builder did not strip or reorder headings after a content migration.
よくある質問
なぜ見出しの階層が重要なのですか?▼
H1を複数持つことはできますか?▼
関連ツール
メタタグアナライザー
任意のURLからすべてのメタタグを抽出して分析します。title、description、Open Graph、Twitter Card、viewport、robots、linkタグに対応しています。
スキーママークアップ検証ツール
任意のURLからJSON-LD構造化データを抽出して検証します。どのスキーマタイプが存在し、正しく解析されるかを確認できます。
Open Graphインスペクター
URLがFacebook、Twitter/X、LinkedInなどのプラットフォームで共有されたときに、どう表示されるかをプレビューします。
サイトマップインスペクター
あらゆるXMLサイトマップを分析します。URLの数、lastmodのカバー率、サイトマップインデックスの構造を確認できます。
robots.txtインスペクター
robots.txtファイルを解析します。ルールをuser-agentごとにグループ化して表示し、問題点を指摘します。
ページの単語数カウント
あらゆるウェブページの表示される単語数を数えます。スクリプト、スタイル、非表示のコンテンツは除外されます。