Skip to main content
Checks for WebSite schema with sitelinks searchbox
Rule IDschema/website-search
CategoryStructured Data
ScopePer-page
Severityinfo
Weight3/10

Solution

WebSite schema with SearchAction enables the sitelinks searchbox in Google results. Add to your homepage: WebSite with url, potentialAction (SearchAction with target URL using placeholder, and query-input). This lets users search your site directly from Google results.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["schema/website-search"]

Disable all Structured Data rules

squirrel.toml
[rules]
disable = ["schema/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["schema/website-search"]
disable = ["*"]