← All checks

jsonld · jsonld.typeMissing

JSON-LD block has no @type

Without @type there is nothing to interpret — the structured data block is silently discarded.

Why it matters

Without @type, Google has no way to interpret the data — the block is effectively ignored.

Example fix

{\n  "@context": "https://schema.org",\n  "@type": "Article",\n  "headline": "…"\n}

Authoritative reference

https://schema.org/docs/full.html

Run a full audit of your site

Free, no signup, no crawl cap. Check this and 90+ other factors across every public page.

Audit my site →

Related checks in jsonld