Skip to Content
OpportunitiesTechnicalSite IssuesStructured DataJSON-LD Missing @type

JSON-LD Missing @type

What This Means

The JSON-LD structured data is missing the required @type property. Without @type, search engines cannot determine what kind of entity the data describes.

What Triggers This Issue

This issue is triggered when a JSON-LD block parses successfully but does not contain an @type property (and is not using @graph). The @type property specifies the schema type, such as “Organization”, “Article”, or “Product”.

How To Fix

Add the @type property to your JSON-LD with the appropriate Schema.org type. For example: {“@context”: “https://schema.org ”, “@type”: “Organization”, “name”: “Your Company”}. Choose the type that best describes your content from Schema.org’s type hierarchy.


← Back to Structured Data

Last updated on