For years, structured data was treated like a technical SEO enhancement — useful for rich snippets, star ratings, and the occasional boost in click-through rate. But in the age of AI search, that understanding is outdated.
Here, we break down how Schema.org quietly became one of the most important layers of infrastructure on the modern internet. From Google’s original push to help machines understand webpages… to today’s AI systems deciding which brands get cited in ChatGPT, Google AI Overviews, and Perplexity, structured data has evolved from an SEO tactic into a foundational trust signal for machine understanding.
If you want to understand where search is heading — and how businesses can stay visible in an AI-first internet — this is an episode you don’t want to miss.
In June 2011, three companies that competed ferociously for every search query on the web (Google, Bing, and Yahoo) did something unusual. They agreed on a vocabulary. Yandex joined a few months later. Together they launched Schema.org, a shared dictionary for describing the things on a webpage in a way machines could reliably understand.
Fifteen years later, that quiet act of collaboration turns out to have built one of the most important pieces of infrastructure on the modern web. Structured data didn’t just power rich snippets and star ratings. It set the foundation for how search engines, voice assistants, knowledge graphs, and now large language models interpret what your content actually means.
And the stakes have never been higher. Google’s AI Overviews now appear on roughly 48 to 50% of tracked Google searches, up from about 31% a year earlier (BrightEdge tracking, February 2026). ChatGPT is processing approximately 2 billion queries per day (Search Engine Land, January 2026). When AI systems generate answers, they have to decide which sources to trust, extract from, and cite. A study by BrightEdge cited in early 2026 found that sites implementing structured data and FAQ blocks saw a 44% increase in AI search citations, and BrightEdge’s broader 2026 data shows that pages with author schema markup are roughly 3x more likely to appear in AI-generated answers. The same markup that earned a recipe a thumbnail in 2014 is now influencing whether your business gets named when someone asks an AI a question.
This is the story of how that happened. What structured data is, why Schema.org was created, what it’s done for SEO over the last decade, and why the stakes have shifted decisively in the last two years.
Strip the jargon away and structured data is straightforward. It’s a small block of code you add to a webpage that describes, in a machine-readable format, what the page is about: who wrote it, what product it sells, what event it advertises, what questions it answers.
A search engine reading the visible text on a page might guess that “Margherita Pizza, $14” is a menu item. With structured data, it doesn’t have to guess. The page can declare, explicitly, that this is a Product, the price is 14.00, the currency is USD, and the item is InStock. No interpretation required.
The format that’s become standard is called JSON-LD, short for JavaScript Object Notation for Linked Data. It sits in your page’s HTML but doesn’t affect what users see. Here’s what a tiny example looks like:
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Product”,
“name”: “Margherita Pizza”,
“description”: “Classic pizza with tomato, mozzarella, and basil”,
“offers”: {
“@type”: “Offer”,
“price”: “14.00”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”
}
}
</script>
That’s it. A few lines of declarative code that tell any machine reading the page exactly what’s on it. The vocabulary (words like Product, Offer, priceCurrency, availability) comes from Schema.org. And that’s where the story really starts.
Before 2011, the web had a meaning problem.
Search engines were already extraordinarily good at indexing words. They could tell you which pages contained the phrase “Jaguar” and rank them by some measure of relevance. What they couldn’t reliably do was tell you whether a given page was about the car, the animal, or the football team. The text was legible. The meaning wasn’t.
Webmasters had been trying to help. There were competing efforts: microformats like hCard and hCalendar, RDF and RDFa, FOAF for social data, vCard for contact information. Each addressed a slice of the problem. None became universal. Different search engines supported different formats. A site that marked up its content for Google might not be readable by Bing, and vice versa. There was no shared dictionary.
The deeper issue was that machine learning systems at the major search engines were getting more sophisticated, but they needed structured signals to train against. To understand what a page meant, a system needed reliable, agreed-upon ways to identify the entities on it: people, places, products, events, organizations, recipes, articles, reviews. Without a shared vocabulary, every search engine had to do that interpretation work alone, and every site owner had to mark up their content multiple times to be understood by all of them.
So on June 2, 2011, Google, Bing, and Yahoo announced Schema.org. Yandex joined that November. Four companies that competed for every commercial query on the web agreed to maintain one shared dictionary together. The deal was simple: webmasters would do the markup work once, and every major search engine would read it the same way.
The original goal wasn’t rich snippets. It was machine understanding at scale. Schema.org gave search engines, voice assistants, and downstream applications a single way to know that a page about a product was a page about a product, with this name, this price, this availability, without having to infer any of it.
I remember being genuinely excited the first time I implemented structured data on a client site, back in the early days of Schema.org. I’d tell coworkers we weren’t just chasing rich snippets, we were actually helping train the future of search, contributing to the machine learning systems that would eventually understand the web. At the time, that framing sounded like overreach to a lot of people in the SEO world. Looking at where AI search has landed in 2026, it turns out the founders of Schema.org were thinking exactly that far ahead. The markup work being done back then is part of the foundation the current generation of AI systems was built on.
The applications that followed were broader than most people realize. Gmail used Schema.org to parse flight confirmations and restaurant reservations into actionable cards. Google Now surfaced event details and package tracking from structured data buried in emails. Voice assistants pulled factual answers from marked-up pages. Researchers used Schema.org content as training corpora for machine translation and event recognition systems. Rich snippets in search results were one face of the system, but only one.
This matters for the rest of the story. The web didn’t suddenly need structured data because AI showed up. AI just made the original purpose visible.
Most web standards don’t succeed. They get proposed, debated, partially adopted, and quietly displaced. Schema.org went the other way.
Today, more than 45 million domains use over 450 billion Schema.org objects across the web, according to figures published on Schema.org’s own homepage as of 2024. The vocabulary has grown from 297 classes at launch to over 800 types covering everything from Recipe and Event to MedicalCondition, JobPosting, and Course. Google supports a subset of these for rich results. The rest are still useful for general machine interpretation, and the supported set keeps expanding.
A few milestones tell the story of how the standard matured. In 2012, Schema.org absorbed the GoodRelations ontology, a specialized e-commerce vocabulary that gave the web rich, standardized ways to describe products, offers, prices, and warranties. Around 2015, Google formally embraced JSON-LD as its preferred syntax, freeing webmasters from having to weave markup into their HTML and making structured data dramatically easier to maintain. The W3C Schema.org Community Group, established that same year, became the public forum for proposing extensions and amendments. Specialized working groups followed for health, sports, datasets, and accessibility.
The standard didn’t just survive. It became infrastructure. By the time generative AI search arrived, Schema.org was already the lingua franca that virtually every major web platform (search engines, social networks, AI training pipelines) used to understand the web’s contents.
For most of its life, Schema.org has been understood by SEO practitioners through one primary lens: rich results.
Add the right structured data to a recipe page and you can earn a thumbnail image, cooking time, and star rating directly in Google’s search results. Mark up a product and you can earn price, availability, and review stars. Mark up an event and you can earn a date, location, and ticket link. These are called rich snippets or rich results, and pages that earn them dominate the search results page visually, lifting click-through rates well above the baseline of plain blue links.
That’s been the classic value proposition, and it’s still real. The benefits compound:
Rich results lift click-through rate. A search result with a five-star rating, a price, and a thumbnail commands more attention than the result above it without those features. This is true even when the page with structured data ranks slightly lower in position. More visual real estate, more clicks.
Knowledge Graph and entity recognition. Organization and Person schema feed Google’s Knowledge Graph, the entity database behind brand panels, the cards that appear on the right side of search results, and the broader system Google uses to understand who and what your site is about. Without structured data, Google can still figure this out, but slowly and unreliably. With it, you’re essentially handing the search engine a verified profile of your brand.
Content classification. Schema helps search engines place your pages into topical clusters. An article marked up as Article with a clear author, datePublished, and about is easier to categorize, easier to surface in news features, and easier to associate with the right topical authority signals.
One important caveat. Google has consistently said that structured data is not a direct ranking factor. Marking up a page won’t, by itself, push it higher in search results. What it does is amplify every signal that is a ranking factor (relevance, clarity, user engagement) and unlock a wide set of search features that change how your content shows up when it does rank.
For ten years, that was the pitch. Structured data is a CTR booster, a feature unlocker, and an entity signal. All true. All still true. But the story has gotten bigger.
Imagine a small home services company in Salt Lake City, a hypothetical plumbing business. They’ve published a useful article on their blog: “How to Tell If Your Water Heater Is About to Fail.” The piece is genuinely good. Ten years of plumbing experience, real diagnostic steps, photos of failure signs, and a clear FAQ at the end answering common questions.
Someone in their service area asks ChatGPT: “How do I know if my water heater is going bad?”
ChatGPT doesn’t read the entire web in real time. It works from a combination of trained knowledge and, increasingly, retrieval, pulling in fresh content from the web to answer specific questions. When it retrieves, it doesn’t pick at random. It picks from sources that are easy to extract from, easy to verify, and easy to attribute. The article it cites becomes a footnote in the answer, often with a link.
Whether that plumbing company’s article gets cited depends on a number of factors (the site’s broader trust signals, content quality, freshness) but one of the strongest signals is whether the article is wrapped in structured data that makes its meaning unambiguous.
Without schema, ChatGPT’s retrieval system has to interpret the article: figure out what it’s about, who wrote it, when it was published, whether the author has any expertise. With schema, the article declares itself. It’s an Article with a Person as author, with knowsAbout set to plumbing topics, published on a specific date, with a FAQPage block of structured questions and answers nested inside. The retrieval system doesn’t have to interpret. It can just read.
Now multiply that decision across millions of queries a day. The platforms making these decisions are the ones reshaping how people find information:
The citation patterns differ across platforms, but the underlying principle doesn’t: AI systems trust structured information more than unstructured text. When they have to choose what to cite, schema-rich pages win disproportionately often.
Being cited matters more than being seen. Seer Interactive’s research, cited widely in 2025 and 2026, found that brands cited inside AI Overviews earn approximately 35% more organic clicks and 91% more paid clicks compared to brands not cited on the same query. Mersel AI’s March 2026 analysis found that AI-referred traffic converts at 4.4 times the rate of standard organic traffic, because those visitors arrive already informed and further along in their decision-making. The economics have shifted: a citation is now worth substantially more than a high organic ranking on a query that triggers an AI Overview.
This is a meaningful shift from the rich-snippets era. In 2015, structured data earned you a better-looking search result. In 2026, it can determine whether you exist in an answer at all.
Citations are only part of the picture. There’s a quieter, deeper effect of structured data that matters even when you’re not being directly cited: how AI systems reason about your brand when they’re generating answers.
Large language models have parametric knowledge (what they learned during training) and retrieval-augmented knowledge (what they pull in at query time). Both are shaped by structured data. When LLMs were trained, they ingested vast amounts of web content, including the structured data on those pages. Brands with consistent, well-formed Schema.org markup across their site, social profiles, and partner mentions ended up with cleaner entity representations inside the model. When users ask questions about those brands, the model has clearer, more accurate associations to draw from.
This is sometimes called entity disambiguation, and it’s the difference between an AI confidently describing your business and one hedging or, worse, hallucinating details. Schema markup with sameAs links, pointing your Organization to your verified Wikipedia entry, your LinkedIn page, your Crunchbase profile, your industry directories, creates what researchers describe as a web of mutual verification. The AI doesn’t have to guess who you are. Multiple authoritative sources confirm it consistently.
Brands with weak or inconsistent structured data face the opposite problem. Recent research on generative AI search systems suggests that when descriptions of an entity conflict across sources, the model often produces hedged or absent mentions rather than confident ones. If your brand is described one way on your site, another way in a directory listing, and a third way in a press release, the AI’s response will reflect that uncertainty. You don’t get cited. You don’t get named. You get a vague mention or no mention at all.
The practical implication: structured data isn’t just about getting picked up in answers. It’s about being understood correctly whenever AI systems generate content where your brand could plausibly appear.
The SEO industry has spent a year telling everyone to use structured data for AI citations. Almost no one is asking the harder question: how is that data actually getting to the AI?
Here’s a technical wrinkle that catches a lot of teams by surprise: not all AI crawlers are created equal, and how your structured data gets delivered to the page determines whether they can read it at all.
First, a clarification that matters. Despite the name, JSON-LD is not executable JavaScript. The “JavaScript” in JSON-LD refers to the data syntax (JavaScript Object Notation), not to any code that runs. JSON-LD is just text, sitting inside a <script type=”application/ld+json”> tag. Any crawler that can read raw HTML can read JSON-LD, no JavaScript engine required.
The catch is in how that JSON-LD ends up on the page in the first place.
Most major AI crawlers, including GPTBot (used by ChatGPT), ClaudeBot, and PerplexityBot, do not execute JavaScript. They request a URL, receive whatever HTML the server returns, and parse that. Research from Vercel, summarized by multiple SEO publications, found that crawlers from OpenAI, Anthropic, Meta, and Perplexity will fetch JavaScript files but never run them. Google’s Gemini and Apple’s bot are exceptions; they share Googlebot’s full rendering infrastructure. But the rest of the AI ecosystem is reading raw HTML only.
This creates a hard fork between two implementation approaches:
A site that adds all of its structured data through Google Tag Manager, with no server-side rendering, is publishing schema that’s effectively invisible to ChatGPT, Claude, and Perplexity. The site might validate cleanly in Google’s Rich Results Test (which executes JavaScript) and still be a black hole for AI search.
The picture gets more nuanced when you look at how AI systems actually use the structured data they can access. A test by Mark Williams-Cook published in early 2026 found that ChatGPT and Perplexity will pull information from JSON-LD when it’s present in the raw HTML, but they appear to treat it more like text content on the page than as parsed semantic data. A separate Searchviu study from October 2025 reached a similar conclusion: during direct fetch (when an AI bot retrieves a page in real time to answer a question), most chatbots do not specifically parse JSON-LD schema as schema. Google’s AI Overviews and AI Mode are the meaningful exception, because they pull from Google’s existing search index where structured data has already been extracted and normalized. Gemini sits in the middle, with the ability to render JavaScript but more limited dependence on schema-as-schema during direct fetch.
What this means in practice: structured data still helps you across the board, but the mechanism varies. For Google AI Overviews and AI Mode, schema is doing the full job it was designed for, parsed semantically and used to populate the knowledge graph that the AI draws from. For ChatGPT, Claude, and Perplexity, schema in the raw HTML helps because it puts your facts in clean, organized, easy-to-extract form, even if the bot isn’t formally parsing the schema relationships.
This has a broader implication that the web has been slowly working out for the last few years: the era of client-side everything is ending, at least for content that needs to be machine-readable. For most of the 2010s and into the early 2020s, front-end frameworks pushed development toward client-side rendering. Pages would ship a thin HTML shell, then JavaScript would assemble the actual content in the browser. That worked when the only crawler that mattered was Googlebot, which renders JavaScript. It does not work for the new wave of AI bots.
The good news is that the modern frameworks have caught up. Next.js, Nuxt, Astro, Remix, and SvelteKit all support server-side rendering, static generation, or hybrid approaches that produce real HTML at the server level. The architectural pattern is sometimes called “server-first” or “islands” architecture, and it’s experiencing a quiet renaissance precisely because of the AI crawler problem. If you’ve been treating SSR as a performance optimization or a nice-to-have, the rise of AI search is reframing it as a fundamental requirement for content visibility.
The practical advice is straightforward. Whatever framework you use, make sure your structured data is present in the HTML the server returns, not injected later by client-side scripts. If you’re using GTM to deploy schema, that’s a flag worth investigating. If your CMS or framework supports SSR for the pages where structured data matters most (your homepage, your product pages, your top-trafficked content), enable it. And if you want to verify what AI bots actually see, the simplest test is to view your page’s raw HTML source in the browser (right-click, View Page Source) and search for application/ld+json. If your schema isn’t there in the source, AI crawlers can’t see it either.
For ecommerce businesses, structured data has gone from a useful enhancement to a direct revenue lever.
The biggest shift came when Google expanded merchant listing eligibility beyond the Merchant Center feed. Sites can now qualify for Popular Products units, the Shopping Knowledge Panel, free product listings, and shopping experiences in Google Images and Lens, all powered by Product structured data on the website itself, with no Merchant Center account required. For a brand that sells online, that’s a meaningful unlock: visibility on shopping surfaces that previously required a paid ads account or a managed feed.
A solid Product schema implementation looks something like this:
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Product”,
“name”: “Trail Runner 3.0 Hiking Boot”,
“image”: “https://example.com/boot.jpg”,
“brand”: {
“@type”: “Brand”,
“name”: “Summit Gear”
},
“sku”: “SG-TR3-BLK-10”,
“gtin13”: “0123456789012”,
“offers”: {
“@type”: “Offer”,
“url”: “https://example.com/products/trail-runner-3”,
“priceCurrency”: “USD”,
“price”: “189.00”,
“availability”: “https://schema.org/InStock”,
“itemCondition”: “https://schema.org/NewCondition”
},
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “4.7”,
“reviewCount”: “342”
}
}
</script>
Beyond the listing eligibility, well-formed Product schema enables Google’s Automatic Item Updates, which keep Merchant Center prices and availability in sync with the website without manual feed management. That alone reduces account suspensions and disapprovals from price mismatches, a major operational headache for online retailers.
A few practical notes that catch ecommerce sites out: AggregateOffer is not the right type for product variants. It’s intended for aggregator sites pulling offers from multiple merchants. For variants, use ProductGroup with hasVariant and variesBy. Sites that get this wrong frequently disqualify themselves from merchant listing experiences without realizing it.
And the synergy is real: sites that combine on-page Product schema with a clean Merchant Center feed maximize their eligibility across every shopping surface Google offers. The two systems verify each other. When data conflicts, Merchant Center generally wins for shopping surfaces, but the on-page schema continues to power Search Console’s Merchant Listings report and structured data validation.
Schema.org defines hundreds of types, but a handful do the heaviest lifting for most sites. If you’re starting from zero, these are the ones to prioritize.
Organization is the foundation. Every site should have it. This is the type that establishes your brand as an entity in search engines’ knowledge graphs and gives AI systems a verified anchor point. The single highest-leverage move is including sameAs links to your verified profiles across the web: Wikipedia, LinkedIn, your X/Twitter account, Crunchbase, industry-specific directories. Each link is a vote of identity confirmation. Here’s a starter pattern:
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Organization”,
“name”: “Run”,
“url”: “https://rundigital.com”,
“logo”: “https://rundigital.com/logo.png”,
“description”: “Digital marketing agency specializing in SEO, content, and AI search optimization.”,
“sameAs”: [
“https://www.linkedin.com/company/rundigital”,
“https://twitter.com/rundigital”
]
}
</script>
Article and BlogPosting are essential for editorial content. The properties that matter most for AI citations are author (nested as a Person with knowsAbout to declare expertise), datePublished, dateModified, and publisher. These are the signals AI systems use to evaluate credibility and freshness.
Product and Offer for ecommerce, as covered above.
LocalBusiness for any business with a physical location. This drives local search, voice assistant answers (“near me” queries), and increasingly, AI Overviews on local intent searches.
FAQPage has had a strange journey. Google reduced its visibility in traditional rich results for most sites in 2023, but AI engines actively extract from it. ChatGPT, Perplexity, and Google AI Overviews all use FAQ schema as a primary source for answer extraction. FAQ schema has quietly become more valuable in the AI era than it ever was for traditional rich snippets.
BreadcrumbList sitewide. Cheap to implement, helpful for site structure clarity, and improves the appearance of your URLs in search results.
There are dozens more: Recipe, Event, Review, HowTo, JobPosting, Course, MedicalCondition, and on. Use them when they fit. But starting with the six above covers most of the high-leverage opportunities for most sites.
Schema.org defines hundreds of types, but a handful do the heaviest lifting for most sites. If you’re starting from zero, these are the ones to prioritize.
Organization is the foundation. Every site should have it. This is the type that establishes your brand as an entity in search engines’ knowledge graphs and gives AI systems a verified anchor point. The single highest-leverage move is including sameAs links to your verified profiles across the web: Wikipedia, LinkedIn, your X/Twitter account, Crunchbase, industry-specific directories. Each link is a vote of identity confirmation. Here’s a starter pattern:
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Organization”,
“name”: “Run”,
“url”: “https://rundigital.com”,
“logo”: “https://rundigital.com/logo.png”,
“description”: “Digital marketing agency specializing in SEO, content, and AI search optimization.”,
“sameAs”: [
“https://www.linkedin.com/company/rundigital”,
“https://twitter.com/rundigital”
]
}
</script>
Article and BlogPosting are essential for editorial content. The properties that matter most for AI citations are author (nested as a Person with knowsAbout to declare expertise), datePublished, dateModified, and publisher. These are the signals AI systems use to evaluate credibility and freshness.
Product and Offer for ecommerce, as covered above.
LocalBusiness for any business with a physical location. This drives local search, voice assistant answers (“near me” queries), and increasingly, AI Overviews on local intent searches.
FAQPage has had a strange journey. Google reduced its visibility in traditional rich results for most sites in 2023, but AI engines actively extract from it. ChatGPT, Perplexity, and Google AI Overviews all use FAQ schema as a primary source for answer extraction. FAQ schema has quietly become more valuable in the AI era than it ever was for traditional rich snippets.
BreadcrumbList sitewide. Cheap to implement, helpful for site structure clarity, and improves the appearance of your URLs in search results.
There are dozens more: Recipe, Event, Review, HowTo, JobPosting, Course, MedicalCondition, and on. Use them when they fit. But starting with the six above covers most of the high-leverage opportunities for most sites.
Implementation is mostly about discipline, not difficulty.
Use JSON-LD. Microdata and RDFa are technically still supported, but they’re effectively obsolete for new builds. JSON-LD lives in a <script> tag in your page’s HTML and doesn’t affect anything visible. It’s easier to maintain, easier to debug, and explicitly preferred by Google.
Mark up only what’s actually visible on the page. Google explicitly penalizes deceptive structured data, markup that claims things the page doesn’t actually contain. If your Product schema lists a price of $14.00, the page itself needs to show that price. If your FAQ schema includes a question, that question needs to be visible to users.
Validate before you publish. Google’s Rich Results Test and the Schema.org Markup Validator are free, fast, and catch most errors. After publishing, monitor the Enhancements section of Google Search Console for ongoing issues. Broken markup that worked yesterday will frequently start failing as templates change.
The most common mistakes are simple ones: wrong schema type for the content, broken JSON syntax (a missing comma, an unclosed bracket), copy-pasted schema that doesn’t match the actual page, or marking up content that isn’t visible. None of these are sophisticated errors. All of them prevent your structured data from working.
If you’re on a major CMS (WordPress with Yoast or Rank Math, Shopify, Webflow) basic schema is often handled automatically or with minimal configuration. Custom sites need explicit implementation, ideally generated server-side and tested as part of deployment.
Schema.org turning fifteen is a useful moment to step back and notice what actually happened.
A standard built in 2011 to give search engines a shared way to understand the web has become the connective tissue between websites and every machine that reads them. The applications kept evolving: rich snippets, then Knowledge Graph, then voice assistants, now AI citations and inference. The underlying purpose stayed the same. Help machines understand what your content means.
For a decade, you could treat structured data as an SEO enhancement. Worth doing, but optional in the sense that other things mattered more. That’s no longer a defensible position. When AI systems are deciding which sources to trust, which pages to cite, and how to describe your brand in answers users will read instead of clicking through to your site, the difference between having clean schema and not having it isn’t a percentage point of CTR. It’s whether you exist in the answer at all.
The companies that will fare best in the next few years are the ones that treat structured data as foundational infrastructure rather than a tactical add-on. That means getting Organization schema right and keeping it consistent across the web. It means marking up content and products properly the first time. It means validating, monitoring, and treating structured data the way you treat any other production system, something you maintain rather than set and forget.
The good news is that the work is well-documented, the standards are stable, and the payoff has only grown over time. The companies that invested in structured data five years ago for rich snippets are the same ones quietly winning AI citations now. The ones who started ten years ago for Knowledge Graph are now the entities that AI systems trust by default.
Fifteen years in, structured data is still doing exactly what it was designed to do. The web just finally caught up to why it mattered.
The following sources informed the data and claims in this article. Where multiple studies report different numbers for the same phenomenon (such as AI Overview prevalence), I’ve noted that ranges exist and cited specific methodologies.
A note on methodology: the AI search statistics landscape is unsettled. Different studies use different keyword sets, geographies, devices, and detection methods, which is why prevalence figures for AI Overviews vary widely (from ~21% to ~60% depending on source). Where this article cites specific numbers, I’ve named the source. Where the underlying research is contested, I’ve noted the range rather than picking a single number.
Structured data is code added to a website that helps search engines and AI systems understand the meaning of your content. It powers features like rich snippets, knowledge panels, product listings, and increasingly influences whether AI platforms like ChatGPT or Google AI Overviews cite your business in generated answers.
Yes. Structured data helps AI systems better interpret your content, identify expertise, and verify brand information. Websites using well-implemented schema markup are more likely to appear in AI-generated answers, citations, and search experiences across platforms like Google AI Overviews, ChatGPT, and Perplexity.
Most businesses should start with Organization, LocalBusiness, Article, Product, FAQPage, and Breadcrumb schema. These types provide the strongest foundational signals for search engines and AI systems to understand your brand, products, services, and content structure.
© 2026 Run LLC. All rights reserved.