JSON-LD is missing a required field

Google needs specific required fields per `@type`; a missing one drops rich-result eligibility. Validate the page to see exactly which field is missing, then add it.

Why this happens

Google's rich results — product snippets, review stars, FAQ dropdowns — each require specific fields depending on the @type. A Product schema needs name and an offers block; an Article needs headline and datePublished. When any required field is absent, Google cannot display the rich result for that page and ignores the block for that feature entirely.

The most common cause is a partially copied template or a CMS field that was left empty.

Check your structured data

Run the free JSON-LD Validator to catch missing required fields and rich-result issues.

JSON-LD Validator

How to find the missing field

Paste your URL into the JSON-LD Validator. It parses every structured-data block on the page and reports exactly which required fields are absent for each @type. The output names the field, so you know precisely what to add.

How to fix

  1. Identify the @type in your JSON-LD block (e.g. Product, Article, FAQPage).
  2. Look up the required properties in the validator output.
  3. Add the missing field with a valid value.
  4. Re-validate to confirm no other required fields remain absent.

If a CMS drives the output, check whether the missing field has a corresponding input — it may be unpublished or mapped to the wrong property.

Example

A Product block without offers is missing a required field:

JSON
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Example Product"
}

Adding offers with price, priceCurrency, and availability satisfies the requirement. See Product schema missing price for the complete offers block.

Want to maintain this across every route?

Linkraft is coming soon. Use the free tools today, and join the waitlist for route-level fixes, monitoring, and reports.

By joining the waitlist, you agree to receive launch updates from Linkraft. You can unsubscribe at any time.

No spam. Just launch updates and useful resources about metadata, schema, and link previews.