Skip to main content
Validates JSON-LD structured data
Rule IDschema/json-ld-valid
CategoryStructured Data
ScopePer-page
Severitywarning
Weight5/10

Solution

JSON-LD structured data helps search engines understand your content and can enable rich results in search listings. Ensure JSON-LD is valid JSON and includes a @type property. Test with Google’s Rich Results Test tool. Common types include Article, Product, Organization, LocalBusiness, and FAQPage. Include all required and recommended properties for your schema type.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["schema/json-ld-valid"]

Disable all Structured Data rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["schema/json-ld-valid"]
disable = ["*"]