Google has repeatedly said that structured data is generally not a direct ranking factor. Instead, it helps search engines understand your content better and can make your pages eligible for enhanced search features, which can indirectly improve performance.
Schema markup can help SEO, but its direct influence on rankings is often overstated. Google has consistently stated that structured data is not a direct ranking factor, although it helps search engines better understand content and can make pages eligible for rich results.
Google’s own case studies have shown that websites implementing schema markup have achieved 25% to 82% higher click through rates after becoming eligible for enhanced search features.
While schema alone is unlikely to improve rankings, it can increase visibility and user engagement.
According to Google’s Schema.org usage data, Article and BreadcrumbList are among the most widely implemented schema types, each appearing on more than 10 million domains worldwide, reflecting their importance in helping search engines interpret and present web content.
Here’s a realistic breakdown:
| Factor | Direct ranking impact | Indirect impact |
|---|---|---|
| Article schema | Low | Moderate |
| Organisation schema | Very low | Low |
| Breadcrumb schema | Very low | Moderate |
| FAQ schema | Low (limited eligibility) | Moderate |
| Review schema | Low | Moderate (if rich results appear) |
| Product schema | Low | High for eCommerce |
| Event schema | Low | High for event searches |
| Video schema | Low | High for video content |
Where schema actually helps
It can improve:
- Understanding of your article topic.
- Eligibility for rich results.
- Click through rate (CTR).
- Google Discover understanding.
- Knowledge Graph connections.
- AI Overviews by providing structured entities.
If your result becomes more attractive in search, more people click it. Higher engagement can indirectly contribute to stronger performance over time.
For a news website
For Tech Business News, the most valuable schemas are:
- NewsArticle
- Article
- Organisation
- WebSite
- BreadcrumbList
- Person (author)
- ImageObject
- VideoObject (if you publish videos)
- Speakable (experimental, but still worth considering)
- SearchAction
- FAQPage where appropriate
The bigger ranking factors
If you had to rank SEO factors by importance, it would look something like this:
- Helpful, original content.
- High quality backlinks.
- Topical authority.
- Internal linking.
- Crawlability and indexability.
- Core Web Vitals and page speed.
- Search intent matching.
- Schema markup.
- Meta descriptions and titles.
- Minor technical optimisations.
Example Schema Markup
Schema markup helps search engines understand webpage content, including articles, authors, organisations and publishing dates. The example below shows how a news article can be described using Schema.org structured data.
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "Example Technology Article Title",
"author": {
"@type": "Person",
"name": "Jane Smith"
},
"publisher": {
"@type": "Organization",
"name": "Example News Network"
},
"datePublished": "2026-08-07",
"image": "https://example.com/article-image.jpg"
}How much difference does it make?
On its own, schema might provide:
- 0 to 2% improvement in rankings.
- 5 to 30% improvement in CTR if rich results are shown.
- Better indexing and content understanding, especially for news and product content.
For Google News publishers, schema is more important than for many other sites because it helps Google identify article metadata such as headline, publication date, author, image, and publisher. Even then, it won’t compensate for weak content or poor authority.
Overall, I’d estimate schema contributes around 5 to 10% of a well-optimised SEO strategy. It’s worth implementing because it’s relatively easy and supports Google’s understanding of your content, but it should come after you’ve addressed content quality, backlinks, site performance, and internal linking.

