📐
AB-092

Schema.org Types Valid

📖 Documentation Moderate effort Est. cost: $0

What it means

Checks that JSON-LD @type fields use recognized schema.org types (Organization, WebSite, Service, Product, etc.).

Why it matters

Valid schema.org types ensure agents and search engines correctly interpret your structured data semantics.

What's wrong

JSON-LD uses @type: 'MyCompany' — not a recognized schema.org type, agents cannot interpret it.

What's right

JSON-LD uses @type: 'Organization' or 'WebSite' — recognized schema.org types that agents understand.

Check this rule on your site

Enter your URL to check just this one rule (AB-001).

Related rules in Documentation