Why schema matters more in 2026
Two reasons:
1. Rich results still drive 20–40% higher CTR on the queries they appear for. 2. AI search engines (Google AI Overviews, Perplexity, ChatGPT search) explicitly look at structured data when deciding which sources to cite. Schema is no longer optional if you want AI visibility.
The 6 schemas every small business needs
1. `LocalBusiness` (or a more specific subtype)
Use the most specific type — `Plumber`, `Dentist`, `Attorney`, `Restaurant` — not just `LocalBusiness`. Include name, address, phone, opening hours, geo coordinates, and `sameAs` links to your social profiles and Google Business Profile.
2. `Organization`
On the homepage. Include your logo, founding date, founders, and contact points. This populates the Knowledge Panel Google sometimes shows for branded searches.
3. `Service`
On every service page. Specifies what you offer, the area you serve, and the provider. Drives "People also ask" appearances and AI citations.
4. `FAQPage`
On pages with 3+ Q&A pairs. Even though Google reduced FAQ rich result display in 2023, the schema still helps AI engines and is restored on many queries in 2026.
5. `Review` + `AggregateRating`
Only when you have real, verifiable reviews — not made-up ones. Star ratings in search results lift CTR significantly.
6. `BreadcrumbList`
Easy win. Most modern themes do this automatically; if yours doesn't, add it manually. Improves how your URLs display in search.
What's new in 2026
- `speakable` schema for voice and AI assistants is gaining adoption — mark up the 2–3 sentences you most want quoted.
- Google deprecated `HowTo` rich results in 2023 and the schema no longer drives rich results, though some AI engines still parse it.
- Product variants are now better supported via `ProductGroup` for ecommerce.
How to implement (the easy way)
- WordPress: Yoast or RankMath handle 80% automatically; add custom schema for service pages with the plugin's schema builder.
- Webflow: Use the built-in OpenGraph fields plus a custom `<script type="application/ld+json">` in page settings.
- Shopify: Most modern themes (Dawn, Sense) include core schema; product schema apps (Schema Plus, JSON-LD for SEO) handle the rest.
- Custom (Next.js / TanStack): Inject JSON-LD via your route's head() or a `<JsonLd />` component. We do this on every page on this site.
Test everything
- Google Rich Results Test — official validator, shows what will trigger rich results.
- Schema.org Validator — spec-level validation for everything else.
- Search Console → Enhancements — shows which pages have errors after Google crawls them.
Get a green pass on both before you call it done.
What schema does NOT do
- Schema is not a ranking factor on its own. It improves how your result is displayed and how AI engines parse you, both of which lift clicks. Don't expect schema alone to outrank a competitor with better content and links.
