WebSite Schema
Checks for WebSite JSON-LD with SearchAction — enables sitelinks search box.
What this check measures
We look for WebSite schema with a SearchAction pointing to the internal search endpoint. Required for the "sitelinks search box" under branded results.
Why it matters
If you have internal search and want Google to show a search box under brand queries, this schema is required. Google only shows the box for eligible sites — usually larger brands with clean schema.
How our audit detects it
Parse homepage JSON-LD. Look for @type=WebSite with potentialAction of type SearchAction.
Typical findings
- error_outlineNo WebSite schema.
- error_outlineSearchAction points to broken URL.
How to fix
Ship WebSite schema on the homepage with url, name, and potentialAction (SearchAction). Skip this entirely if you do not have internal search.
Copy-paste fix prompt for your stack
Lovable · Cursor · Bolt · v0 · Replit · Windsurf · Claude Code · Base44
Frequently asked questions
Does the search box always appear?expand_more
Want this checked on your site?
Pantra runs the full audit (SEO, Security, GEO, Performance, Schema, Technical, Images) in 10 seconds and generates stack-specific fix prompts.
Scan my siteRelated checks
Valid JSON-LD Syntax
Checks that all JSON-LD blocks parse as valid JSON and reference schema.org.
Structured DataOrganization Schema
Checks for Organization JSON-LD on the homepage — entity signal + knowledge panel.
Structured DataBreadcrumbList Schema
Checks for BreadcrumbList JSON-LD on sub-pages — replaces ugly URLs in SERP with clean breadcrumbs.
Structured DataFAQPage Schema
Checks for FAQPage schema on pages with visible FAQs — rich results + AI citation boost.