WebSite schema markup missing: what it is, why it matters, and how to fix it
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
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>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