Digital Friday

Arc D • Hidden Leverage • Week 1 of 4

Schema Markup Beyond the Basics

The hidden SEO layer most Virginia sites are missing — and why the advice you read online last year is already out of date.

July 10, 2026 9 min read Ladysmith, VA views
Week 1 – Jul 6–10, 2026 • Digital Friday Arc D: Hidden Leverage • Q3 2026

Listen to This Episode

EveryCentCounts Insights Podcast
Schema Markup Beyond the Basics
Digital Friday • Arc D: Hidden Leverage • July 10, 2026

Schema markup is the code you add to a web page that tells search engines and AI systems what your content means, not just what it says. It is one of the cheapest, highest-leverage technical investments a Virginia small business can make — and most local business websites have little or none of it.

But here is the part that makes this a genuine “beyond the basics” conversation: the schema advice sitting at the top of most search results is out of date. In the past three years Google has quietly retired two of the schema types that older guides still tell you to prioritize. If you follow that stale advice, you will spend effort on markup that no longer does anything. This post covers what actually changed, what still works, and where the real leverage has moved.

“Schema markup is the translation layer for machines. And in 2026, those machines include not just Googlebot, but Gemini, Bing Copilot, ChatGPT, and Perplexity — all pulling structured data to build answers.”

What Changed: Two Schema Types Are Gone

For years, the standard advice was to add FAQ schema and HowTo schema to your pages so Google would display expanded question dropdowns and step-by-step carousels in the search results. That advice is now obsolete, and it is worth understanding the timeline because it tells you something about how Google operates.

According to Google's own Search Central documentation, HowTo rich results were deprecated on desktop as of September 13, 2023, having already been removed on mobile — the feature no longer appears anywhere. FAQ rich results were first restricted in August 2023 to well-known, authoritative government and health websites only, which meant the vast majority of businesses lost eligibility at that point. Then, as of May 7, 2026, Google removed FAQ rich results entirely — even the government and health exception is gone.

The practical takeaway on FAQ and HowTo:

You do not need to rush to remove existing FAQ or HowTo markup — Google has confirmed unused structured data does not harm your site, and both remain valid Schema.org types. But you should stop adding them expecting a visual result in Google Search, because that result no longer exists. If a schema guide published before 2024 tells you these are priorities, it is out of date.

What Still Works in 2026

The retirement of FAQ and HowTo does not mean schema is dead. It means the leverage has concentrated into the types that still produce rich results and, increasingly, into the types that AI systems use to understand and cite your business. Here is the current state of play.

Still producing rich results

  • LocalBusiness — hours, address, phone in results
  • Organization — brand entity & knowledge panel
  • Product — price, availability, ratings
  • Review & AggregateRating — star ratings
  • Article / BlogPosting — content attribution
  • BreadcrumbList — navigation path in results
  • Event — time-sensitive listings

No longer shown as rich results

  • HowTo — deprecated Sept 2023
  • FAQPage — retired May 2026
  • Practice Problem — phased out
  • Sitelinks Search Box — deprecated Jan 2026
  • Course Info, Claim Review, Vehicle Listing and others retired June 2025

For a Virginia small business, the single most important type on the left column is LocalBusiness. It is the foundation of local structured data and the schema most directly tied to how both Google and AI systems understand who you are, where you are, and what you do.

The One That Matters Most: LocalBusiness Schema

LocalBusiness schema tells search engines and AI systems the core facts about your business in a format they do not have to guess at. According to Schema App's implementation guidance, you should use the LocalBusiness type (or one of its more specific subtypes) if your business is a brick-and-mortar facility with a publicly available address. If you are a service-area business without a public storefront, or a purely online business, the more general Organization type may be the better fit.

The properties that carry the weight

Required core name, address, telephone

Your business name, full postal address, and phone number. This must exactly match your Google Business Profile and every other listing — consistent NAP data is what lets systems confirm you are a single, real entity.

Hours openingHoursSpecification

Structured opening hours. Google requires standard schema.org enumeration values in English for opening hours, per its documentation. Getting this right is what lets a system answer “are they open now?” correctly.

Location precision geo, areaServed

Geo coordinates pin your exact location; areaServed defines the geographic area you serve. For a Virginia service-area business — say, one covering the Richmond metro and surrounding counties — areaServed is how you communicate your true footprint.

Entity links sameAs

Links to your Google Business Profile, LinkedIn, and other authoritative profiles. This is what ties your website's claim about your business to the profiles that corroborate it, strengthening entity recognition across both search and AI.

Simplified LocalBusiness example (JSON-LD)
{
  "@context": "https://schema.org",
  "@type": "AccountingService",
  "name": "Your Business Name",
  "telephone": "+1-804-000-0000",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "Richmond",
    "addressRegion": "VA",
    "postalCode": "23220"
  },
  "openingHoursSpecification": { ... },
  "sameAs": ["https://your-google-business-profile-url"]
}

Note the @type is AccountingService, not just LocalBusiness. Schema.org offers dozens of specific subtypes — AccountingService, Dentist, AutoRepair, Restaurant, and 80-plus others. Using the most specific one that fits your business gives systems a more precise understanding than the generic parent type.

Where the Real Leverage Moved: AI Citation

Here is the shift that most Virginia business owners have not registered yet. The old reason to add schema was to decorate your search listing with stars and dropdowns. The new reason is more consequential: structured data is increasingly how AI systems decide whether to cite your business at all.

When someone asks an AI assistant “who is a good bookkeeper near Mechanicsville that works with nonprofits,” the answer is not pulled from a single crawled page the way a traditional search result is. It is constructed from verified, structured entity data the AI system has accumulated over time. Businesses with clean, validated schema become trusted entities the AI can confidently reference. Businesses without it are unstructured text the AI has to interpret and may get wrong — or skip.

Google has stated that structured data is not a direct ranking factor and that no special schema is required for its AI features. Both things are true. But the downstream effects — clearer entity recognition, corroboration of your business facts across sources, eligibility for the rich results that still exist — compound into real visibility over time. And crucially, the visible content on your page must match your markup. Schema that describes content a user cannot see is treated as spam and can trigger a manual penalty.

The discipline that matters: a dozen accurate, validated schema blocks outperform fifty half-implemented ones. Partial markup — a Product without a price, a LocalBusiness without an address, an Article without an author — produces zero rich result lift. Completeness is the difference between schema that works and schema that just sits there.

How to Get This Right

  1. Use JSON-LD, not inline markup

    Google explicitly recommends JSON-LD — a script block separate from your visible HTML. It is far easier to add, edit, and maintain than the older inline formats, and it is the standard for every new implementation in 2026.

  2. Start with the foundation, then add page-specific types

    Organization or LocalBusiness plus BreadcrumbList can run site-wide. Then add page-specific types where they match real content: Article on blog posts, Product on product pages. Most business websites need only four to six schema types total — precision beats volume.

  3. Validate before you publish

    Run every schema block through Google's Rich Results Test before it goes live. A missing required property silently suppresses the entire rich result — the test catches those gaps before they cost you.

  4. Monitor in Google Search Console

    After publishing, Search Console's enhancement reports show which structured data Google detected and any errors. A 30-minute review here periodically is worth more than most paid schema tools.

EveryCentCounts Advisory — Digital Presence Management
Schema is one of the few technical SEO investments with almost no downside and meaningful upside — if it is implemented completely and kept current.

The two failure modes we see most in Virginia small business sites are no schema at all, and stale schema built on advice that is now years out of date. EveryCentCounts implements and validates structured data as part of the digital presence work we do for clients — the current types, complete properties, matched to your actual pages and profiles. Book a consultation for a review of what your site currently tells search engines and AI about your business.

EveryCentCounts

EveryCentCounts

Financial Services & Digital Presence Management — Ladysmith, VA

EveryCentCounts builds and manages digital presence systems for Virginia small businesses and nonprofits. Arc D — Hidden Leverage — runs every Digital Friday through July, covering the underused, high-impact tactics most local businesses miss. Next Friday: Google Search Console as a free growth tool.

References

  1. Google Search Central. 2023. “Changes to HowTo and FAQ rich results.” developers.google.com. developers.google.com/search/blog/2023/08/howto-faq-changes. Primary source for the HowTo desktop deprecation (September 13, 2023) and the FAQ restriction to government and health sites.
  2. Google Search Central. 2026. “FAQ (FAQPage) structured data.” developers.google.com. developers.google.com/search/docs/appearance/structured-data/faqpage. Primary source for the May 7, 2026 FAQ rich result deprecation and the staged removal of reporting tools.
  3. Schema App. 2026. “How-to Guide for LocalBusiness Schema Markup.” schemaapp.com. schemaapp.com/schema-markup/how-to-do-schema-markup-for-local-business/. Source for LocalBusiness vs. Organization type selection and required properties.
  4. Discoverability Company. 2026. “Schema Markup Guide: SEO and AI Search in 2026.” discoverability.co. discoverability.co/resources/schema-markup-guide/. Source for the AI citation and Knowledge Graph entity-recognition framing, and the four-to-six schema types guidance.
  5. digitalapplied. 2026. “Schema Markup Types 2026: Complete Reference Guide.” digitalapplied.com. digitalapplied.com/blog/schema-markup-types-complete-structured-data-reference. Source for the JSON-LD recommendation, the completeness-over-volume principle, and the visible-content spam caution.

What Does Your Site Tell Google and AI About Your Business?

Most Virginia small business websites have no structured data — or schema built on advice that is now out of date. EveryCentCounts implements and validates current, complete schema so both search engines and AI systems understand exactly who you are and what you do.

Book a Free Consultation