RevealTheme logo

見出し階層アナライザー

あらゆるページのH1〜H6構造を監査します。H1の欠如、複数のH1、スキップされた見出しレベルを指摘します。

このツールの使い方

  1. 1

    Paste the full URL of the public page you want to inspect, including the https:// prefix.

  2. 2

    Click Analyze to fetch the page and parse its raw HTML.

  3. 3

    Read the per-level counts (H1 through H6) and the indented heading outline to see the document structure.

  4. 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を複数持つことはできますか?
HTML5では許可されていますが、SEOの観点ではいまだに1つにすることが推奨されています。1ページにつきH1は1つに留めてください。

関連ツール