Skip to main content
New: 190 SEO checks now available. See what's new
lowStructured dataSCHEMA_WEBSITE_MISSING

WebSite schema markup missing — the fix

This site does not include a Schema.org WebSite markup on the homepage. The WebSite schema can enable a sitelinks search box in Google search results.

Where this fits: structured data in SEO

Structured data (JSON-LD / schema.org) is how you describe your content to machines in their own vocabulary: this is a product with this price, an article by this author, an event on this date. It powers rich results — stars, FAQs, breadcrumbs, product info — which materially raise click-through rates. Invalid or incomplete markup doesn't just miss the enhancement; sustained abuse can earn manual actions, so correctness matters as much as presence.

Why website schema markup missing hurts your rankings

The WebSite schema with SearchAction enables the sitelinks search box directly in Google search results, allowing users to search your site from the SERP. This enhanced listing increases visibility and click-through rates for branded searches.

This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change.

How to fix it

Add a WebSite schema with a SearchAction to your homepage using JSON-LD. Include the site name, URL, and search action URL template.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "Your Site",
  "url": "https://example.com",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://example.com/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
</script>

Structured data best practices

  • Use JSON-LD in the head, one graph per page, validated against schema.org.
  • Mark up what's actually on the page — invisible markup risks manual actions.
  • Complete the fields rich results need: price+availability for products, dates for events, steps for how-tos.
  • Add Organization + WebSite schema sitewide, and sameAs links to every social profile.
  • Re-validate after redesigns — markup silently breaks when templates change.

The full library: SEO best practices, by category.

Frequently asked questions

What does "WebSite schema markup missing" mean?

This site does not include a Schema.org WebSite markup on the homepage. The WebSite schema can enable a sitelinks search box in Google search results.

Why does website schema markup missing matter for SEO?

The WebSite schema with SearchAction enables the sitelinks search box directly in Google search results, allowing users to search your site from the SERP. This enhanced listing increases visibility and click-through rates for branded searches.

How do I fix website schema markup missing?

Add a WebSite schema with a SearchAction to your homepage using JSON-LD. Include the site name, URL, and search action URL template.

How serious is this issue?

This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change. It belongs to the structured data family of checks.

How do I find every page affected by this on my site?

Run a free Dr Urls audit: it crawls your site, detects website schema markup missing on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.

Does your site have this issue?

A free Dr Urls audit crawls your site, finds every page affected by website schema markup missing, and hands you a ready-made fix task.

Check my site free

Related structured data guides