WebSite leads schema.org type adoption at 12.73% of mobile pages
The 2024 Web Almanac breaks JSON-LD down by schema.org type: WebSite tops out at 12.73% of mobile pages, Organization at 7.16%, Product at just 0.77%.
Build valid JSON-LD for Article, NewsArticle, FAQPage, VideoObject, Organization and BreadcrumbList, with every required property checked.
Runs entirely in your browser. Nothing you enter is uploaded, logged or stored.
Article and NewsArticle describe editorial content. NewsArticle is the one that matters for Google News surfaces; use it only for genuine news reporting, since applying it to evergreen content misrepresents the page.
FAQPage describes a page that genuinely is a set of questions and answers. Google narrowed the FAQ rich result to a small set of site types, but the markup still gives answer engines a clean question-to-answer mapping, which is why it stays worth adding on pages that really are Q and A led.
VideoObject is the one most sites skip and should not. It is what makes a video eligible for video results, and the transcript property is what makes the content of the video readable at all.
Organization and BreadcrumbList are site-level plumbing. The first resolves who publishes the site as an entity rather than a name; the second gives search a reliable path structure that does not depend on parsing your navigation.
The first is a string where an entity belongs. "author": "Adam Hafez" is a label that cannot be
connected to anything. An author object with a url pointing at a real profile page can be
resolved, cross-referenced and trusted, and that difference is the whole point of the exercise.
The second is markup that describes a page you did not build. Claiming a rating, a price or an FAQ that a visitor cannot see is a policy violation, and the penalty is losing rich results across the site rather than on the one page.
Not directly. It makes a page eligible for rich results and gives search and answer engines an unambiguous reading of what the page is. Both affect how often the page is shown and clicked, which is a different mechanism from ranking.
JSON-LD. Google recommends it, it lives in one block rather than being threaded through the markup, and it survives template changes that would break attribute-based formats.
It is a structured data policy violation and can cost the site its rich result eligibility. The markup has to describe the visible page, not the page you wish you had.
The 2024 Web Almanac breaks JSON-LD down by schema.org type: WebSite tops out at 12.73% of mobile pages, Organization at 7.16%, Product at just 0.77%.
Google's September 2026 changelog documents aggregator units, supplier units and carousels: result formats limited to the EEA, South Africa and Turkiye.
SearchPilot split-tested removing a self-referential breadcrumb link on PLPs. Traffic fell 5.5%, likely from a schema markup mismatch left behind.
HTTP Archive's Web Almanac found JSON-LD on 41% of pages in 2024, up from 34% in 2022, while RDFa and Open Graph stayed the most common formats.