SEO Inspector

Fetch a public page or paste HTML to produce a report-only on-page SEO snapshot: metadata, canonical and robots, social tags, headings, images, links, hreflang, word count, and structured data detected in JSON-LD blocks.

Fetch a URL or paste HTML to see the SEO report.

URL fetches inspect the HTML returned by the server before client-side JavaScript runs. If a single-page app injects metadata, headings, links, or JSON-LD after hydration, paste the rendered HTML until JavaScript rendering support is available.

On-page SEO inspection examples

Read the page as a set of observable signals: document metadata, social previews, headings, links, images, language alternates, and structured data.

Metadata snapshot

<title>Example product page</title>
<meta name="description" content="A concise page summary...">

The inspector reports presence, lengths, and common metadata gaps without rewriting the content.

Structured data in HTML

<script type="application/ld+json">{"@type":"Product"}</script>

The JSON-LD block is included in the structured data section of the SEO report.

Common mistakes

  • Assuming URL mode sees JavaScript-rendered tags that are injected after hydration.
  • Treating length ranges as absolute ranking rules instead of practical review signals.
  • Expecting the report to generate fixes or rewrite page copy.

Examples and guidance reviewed .

FAQ