Skip to main content
Validates LocalBusiness schema for local SEO
Rule IDschema/local-business
CategoryStructured Data
ScopePer-page
Severitywarning
Weight6/10

Solution

LocalBusiness schema helps your business appear in local search and Google Maps. Required: name, address (PostalAddress with streetAddress, addressLocality, postalCode). Include telephone, openingHours (use OpeningHoursSpecification for complex hours), geo coordinates, and priceRange. Match data with your Google Business Profile.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["schema/local-business"]

Disable all Structured Data rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["schema/local-business"]
disable = ["*"]