All articlesTechnical SEO

Schema Markup in 2026: The Small Business Guide to Rich Results and AI Citations

Schema markup is one of the few SEO tactics with near-instant payoff. In 2026 it's also the primary way AI search engines decide who to cite. Here's the short list of schemas every small business site needs.

9 min readBy The Mr. Webr Team

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.

Frequently asked questions

Does schema markup help with rankings?
Indirectly. Schema doesn't directly boost rankings, but it lifts click-through rates by enabling rich results, and CTR is an indirect ranking signal. It also makes AI engines much more likely to cite you.
What's the difference between JSON-LD and microdata?
JSON-LD is a script in the page head — easier to maintain and Google's recommended format. Microdata is inline HTML attributes, older and harder to manage. Always use JSON-LD for new sites.
Can I use FAQ schema on every page?
Only on pages where the FAQ is genuinely visible to users. Hidden or auto-generated FAQ schema violates guidelines and can result in manual actions. Visible content only.