Microdata Schema Extractor
Extracts schema.org microdata (itemscope, itemtype, itemprop) from HTML and converts it to equivalent JSON-LD.
—
Extracting a page's microdata as JSON-LD
There are two ways to mark up structured data on a page: microdata, with attributes scattered through the HTML, and JSON-LD, a script block separate from the content. Google understands both, but has recommended the second for years — it is easier to generate, review and maintain, because it does not tangle with the visual markup.
Paste the HTML and the page walks the microdata scopes, builds the property tree and returns the JSON-LD equivalent. The reading respects the format's rules: each property's value comes from the attribute appropriate to its element — content on meta, address on link and anchor, source on image, date on time elements — and the element text in the remaining cases.
It is the right tool for a migration. Older sites tend to have microdata spread across page templates, and rewriting it all by hand is expensive and error-prone. By converting first and reviewing the JSON afterwards, you can add the new block, check it in Google's testing tool and only then strip the old attributes — with no window where the page has no structured data at all.
Frequently asked questions
Can I keep both formats at once?
Does the conversion catch everything?
What about RDFa, is it still used?
Related Tools
FAQ Rich Snippet Builder
Build a basic FAQPage JSON-LD schema with one Q&A pair.
JSON-LD (Schema.org) Generator
Generate JSON-LD markup for Schema.org — Article, Product, FAQPage, BreadcrumbList, Organization, Person. Paste in <head> and improve your Google snippet. Everything in your browser.
HowTo Rich Snippet Builder
Build a basic HowTo JSON-LD schema describing a single-step procedure.
Images Without loading=lazy Extractor
Parses pasted HTML and lists images missing loading='lazy' — actionable hints for Core Web Vitals.
Link rel='' Attribute Extractor
Lists every <a> in an HTML and classifies by rel tokens (nofollow, ugc, sponsored, noopener, noreferrer).
Article Schema (JSON-LD) Generator
Generate Schema.org Article JSON-LD for news and blog articles. Fill in title, author and date to help Google understand and feature your content.