Schema Block Not Rich-Result Eligible
The JSON-LD parses cleanly and has all required properties, but is missing recommended fields that Google looks for when promoting a page to rich-result eligibility.
Why it matters
The JSON-LD parses cleanly and has all required properties, but is missing recommended fields that Google looks for when promoting a page to rich-result eligibility. You're leaving SERP enhancement on the table.
Address when convenient — notices usually mark a polish opportunity rather than a defect. Estimated SEO impact: medium — measurable effect on click-through or relevance.
How to fix
- Add the recommended properties shown in details.recommendedMissing
- For Article: also include dateModified + author.image when possible
- For Product: include aggregateRating or review to unlock star-rating snippet
- Re-test at https://search.google.com/test/rich-results
Common causes
If the rule is firing across many pages, the root cause is almost always one of these:
- Schema fields filled with placeholder values during template development that survived to production.
- Required nested fields silently dropped when the upstream API response shape changes.
- Multiple schema types declared on one page where a single canonical type is expected.
- Mismatched values between visible HTML and JSON-LD trigger Google's "manipulative" filter.
Anti-patterns to avoid
Even with the best intentions, these "fixes" make the issue worse — recognise them so you don't ship them:
- Marking up content that doesn't actually exist on the page.
- Different visible price vs schema price.
- Declaring a Product schema for a category listing page.
How atlookup detects this
Our crawler renders each page with a real headless browser, then extracts every JSON-LD / microdata block and validates required + recommended properties against Schema.org and Google's Rich Results guidelines. Pages where the rule fires for schema block not rich-result eligible are flagged on the report.
If you'd like to see this rule fire on your own site, run a free 60-second audit — every page is reported with the exact lines that triggered it.
Tools to verify the fix
Once you've applied the fix, double-check with these external validators:
- Rich Results Test — Google's ground-truth validator for schema eligibility.
- Schema.org validator — Catches malformed JSON-LD before Google does.
Frequently asked questions
Why does Schema Block Not Rich-Result Eligible matter for SEO?
The JSON-LD parses cleanly and has all required properties, but is missing recommended fields that Google looks for when promoting a page to rich-result eligibility. You're leaving SERP enhancement on the table.
How do I fix schema block not rich-result eligible?
Add the recommended properties shown in details.recommendedMissing For Article: also include dateModified + author.image when possible For Product: include aggregateRating or review to unlock star-rating snippet Re-test at https://search.google.com/test/rich-results
Is this a critical SEO issue?
Address when convenient — notices usually mark a polish opportunity rather than a defect. Estimated SEO impact: medium — measurable effect on click-through or relevance.
How does atlookup detect schema block not rich-result eligible?
Our crawler renders each page with a real headless browser, then extracts every JSON-LD / microdata block and validates required + recommended properties against Schema.org and Google's Rich Results guidelines. Pages where the rule fires for schema block not rich-result eligible are flagged on the report.
How long does it take to fix?
15–30 minutes per page. Most teams batch similar issues across templates so the per-page time goes down at scale.
Related issues
ARTICLE_SCHEMA_MISSING_AUTHOR
Article Schema Missing Author
E-E-A-T signals increasingly rely on clear authorship.
ARTICLE_SCHEMA_MISSING_HEADLINE
Article Schema Missing Headline
Article rich results require a headline — it's what Google displays in Top Stories and News tab.
BREADCRUMB_SCHEMA_NESTED_MISSING_POSITION
Breadcrumb ListItem Missing position
Every ListItem in a BreadcrumbList must have numeric position.
SCHEMA_BREADCRUMB_INCOMPLETE
BreadcrumbList Schema Items Are Incomplete
Google's breadcrumb-rich-result requires every itemListElement to have both position (number) and name (string).