VOOZH about

URL: https://apify.com/pattonholdings/schema-validator

⇱ Schema.org / JSON-LD Validator Β· Apify


Pricing

Pay per usage

Go to Apify Store

Schema.org / JSON-LD Validator

Extracts JSON-LD and microdata from any URL, validates against schema.org, and reports Google Rich Results eligibility. Catches missing required properties, parse errors, and broken @context declarations across 17 supported entity types.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Coleton Patton

Coleton Patton

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Categories

Share

Extracts all structured data from a URL β€” JSON-LD blocks + microdata β€” validates against schema.org, and reports Google Rich Results eligibility per entity. A-F grade overall.

What it does

  • Pulls every <script type="application/ld+json"> block, parses it, walks @graph arrays
  • Detects microdata via itemtype attributes
  • Validates required properties against 17 Rich Result types: Article, Recipe, Product, Event, FAQPage, HowTo, JobPosting, Review, VideoObject, and more
  • Catches the common breakage patterns: missing @context, missing required props, JSON parse errors

Input

{"url":"https://example.com/recipe-page"}

Output

{
"url":"...",
"grade":"A",
"summary":{
"totalEntities":3,
"typesFound":["Recipe","BreadcrumbList","Organization"],
"richResultEligibleCount":2,
"failureCount":1
},
"entities":[
{
"type":"Recipe",
"source":"json-ld",
"richResultEligible":true,
"errors":[],
"warnings":[],
"propertyCount":14
},
{
"type":"Article",
"source":"json-ld",
"richResultEligible":false,
"errors":["Missing required property: author"],
"warnings":[],
"propertyCount":5
}
]
}

Use cases

  • SEO QA on content changes β€” CMS updates often strip structured data; catch it before Google does
  • Pre-publish recipe / product sites β€” validate every page before launch
  • Lead enrichment β€” find ecom sites missing Product structured data β†’ propose an SEO consult
  • Continuous monitoring β€” schedule daily runs against your top 100 pages

Pricing

Pay-per-result: $0.005/URL audited. Cheap, fetch-only.

Author

Built by Peak Post. Part of the SEO Audit Suite alongside Meta Tag Inspector, Robots & Sitemap Inspector, Web Vitals Reporter, and Security Headers Scanner.

You might also like

JSON-LD Validator

automation-lab/jsonld-validator

This actor validates JSON-LD structured data on web pages. It extracts all `<script type="application/ld+json">` blocks, validates JSON syntax, checks for required properties (@context, @type), and verifies recommended fields for known Schema.org types like Product, Article, Organization,...

πŸ‘ User avatar

Stas Persiianenko

9

Structured Data Validator (JSON-LD / OG)

jungle_synthesizer/structured-data-validator-pro

Extract and validate structured data from any URL: JSON-LD, Open Graph, Twitter Cards, microdata, RDFa, meta tags. Local schema.org validation. Flags Google rich-result eligibility and AI-discovery readiness. Pure HTTP. Built for SEO audits and structured-data debugging at scale.

πŸ‘ User avatar

BowTiedRaccoon

3

Meta Tag & OpenGraph Scraper

taroyamada/meta-tag-analyzer

Crawl any website to extract schema.org JSON-LD, Open Graph tags, and robots directives for comprehensive technical SEO audits.

Open Graph & Meta Tag Extractor

automation-lab/og-meta-extractor

This actor fetches any list of URLs and extracts all social media meta tags (Open Graph, Twitter Cards), SEO metadata (title, description, canonical, robots), structured data (JSON-LD), and internationalization (hreflang). Use it for social media audits, SEO analysis, link preview...

πŸ‘ User avatar

Stas Persiianenko

21

Structured Data Validator + Rich Results & AEO Checker

tom2turnt/schema-validator

Detect ALL schema.org structured data (JSON-LD + microdata) on any public page, validate each type against Google Rich Results requirements, and get a 0-100 validity score, per-type eligibility, AEO readiness signals, and concrete prop-level fixes.

JSON-LD Schema & Meta Tag Extractor

logiover/json-ld-schema-meta-tag-extractor

Bulk JSON-LD structured data scraper and meta tag extractor for any URL. Export Schema.org, OpenGraph and Twitter Cards to CSV/JSON. No API.

Structured Data Scraper & Validator

taroyamada/structured-data-validator

Crawl websites to extract JSON-LD and Microdata, validate schema markup syntax, and flag missing fields across massive URL lists.

πŸ—ΊοΈ Sitemap Scraper & Analyzer

taroyamada/sitemap-analyzer

Extract thousands of URLs from complex nested XML sitemaps to audit website structure, HTTP status codes, and indexability for technical SEO.