Cybrial
Independent design. Ongoing growth.Manchester · Working everywhere

Guide · Getting found

What Is Schema Markup? The Five Types a Small Business Should Have

By Measured 5 September 2026

Schema markup is a way of telling search engines exactly what a page is about, in a format they read without guessing. Five types cover almost every small business, and one popular type is a liability.

The short answer

Schema markup, or structured data, is a block of code added to a page — normally JSON-LD in the page’s head — that labels the page’s content using a shared vocabulary from schema.org: this is a local business at this address with these hours; this is an article by this person on this date; these are the questions and answers on this page. Google reads it to understand the page and to power rich results such as FAQ dropdowns, breadcrumbs and business details, and AI answer engines use it to identify entities. A small business needs five types: LocalBusiness (or a subtype), Organization with a founder, Person for the owner, Article for case studies and guides, and FAQPage where there are questions. It must describe only what is visibly on the page; invented ratings are the fastest way to a penalty.

In plain terms

A human reading your contact page sees an address, a phone number and opening hours and understands them. A machine sees text. Schema markup restates the same facts in a format the machine reads without ambiguity: “addressLocality: Manchester”, “telephone: …”, “opens: 09:00”. Google, Bing and the AI systems that summarise the web all read it.

It is invisible to visitors. It changes nothing about how the page looks. What it changes is how confidently a search engine can say what the page is and who is behind it, and that confidence is what rich results and AI citations are built on.

What it does, and does not do

  • It enables rich results: the FAQ dropdowns under a listing, the breadcrumb trail instead of a URL, the business hours and address in a knowledge panel. Google decides whether to show them; markup makes it possible.
  • It connects entities. Marking the founder as a Person, linking to the Organization, linking to the same person’s profiles elsewhere, lets Google build a picture of who is behind the site. That is a large part of what “authoritativeness” means to a machine.
  • It helps AI answers. Systems that generate an answer from several pages prefer pages whose facts are unambiguous. Eight of fourteen UK results we checked on 4 September 2026 carried an AI Overview; clear markup is part of being cited.
  • It does not, by itself, improve rankings. Google is explicit about that. It makes a page better understood and better presented; it does not make it more relevant.

The five types a small business should carry

The five, where they go, and what each does
TypeWhereWhat it saysWhat it enables
LocalBusiness (or a subtype such as ProfessionalService)Every page, or the home and contact pagesName, address or service area, phone, hours, coordinates, price rangeBusiness details in results and panels; consistency with your Google Business Profile
Organization with founderEvery pageThe business as an entity, its founder (a Person), its profiles elsewhere (sameAs)Entity recognition; links the brand to the person
PersonThe about or author pageName, role, photo, what they know about, profiles elsewhereAuthorship; the E in E-E-A-T attaches to someone
ArticleCase studies, guidesHeadline, author (the Person), date published and modified, publisherBylined, dated results; authorship for AI systems
FAQPageAny page with a genuine question-and-answer sectionThe questions and their answers, exactly as shown on the pageFAQ rich results; quotable answers

Source: schema.org vocabulary and Google Search Central structured data documentation. This site carries all five; view the source of any page and search for application/ld+json.

Shops add Product and Offer markup, which feeds Google Shopping and the Merchant Centre; the Merchant Centre guide covers that. BreadcrumbList is a sixth worth having on any site with sections. Beyond those, most types are for publishers, recipes and events and do nothing for a service business.

The one type that is a liability

AggregateRating: the stars. It is the most requested markup and the most abused, because it puts a rating in the search result. Google’s guidelines require that any rating marked up is shown on the page and genuinely collected from users of the thing rated; self-serving reviews on a business’s own page are ineligible for the rich result and a manual action follows misuse. Since April 2025 an unverifiable rating is also a consumer-law problem in the UK.

How to check yours

  1. Paste any page into Google’s Rich Results Test. It lists the types found and any errors.
  2. Paste it into the Schema Markup Validator at validator.schema.org for a full reading of everything present, including types Google does not show as rich results.
  3. In Search Console, the Enhancements section reports issues with FAQ, breadcrumb and other markup across the site.
  4. View the page source and search for “application/ld+json”. Read what it claims. If it claims something the page does not show, remove it.

Adding it

On WordPress the main SEO plugins add Organization, Article and breadcrumb markup with a few settings, and FAQ blocks add FAQPage. Shopify themes carry Product markup. On a custom site the developer writes it once, driven by the same data that renders the page, which is how it is done here: the founder’s details live in one file and every Person, Organization and Article block reads from it. That is also why it stays accurate: there is nothing to keep in sync.

Sources

Everything this page relies on.

  1. Search demand and click-price data: DataForSEO (Google Ads data, United Kingdom), read 4–5 September 2026. The specific phrases and figures are Cybrial’s own research and are not published.

  2. Google Search Central, structured data documentation: the general guidelines, the statement that structured data is not a ranking factor, the review snippet guidelines on self-serving reviews, and the recommendation of JSON-LD.

  3. schema.org vocabulary: LocalBusiness, Organization, Person, Article, FAQPage, BreadcrumbList, Product, AggregateRating.

  4. Google Search Console for cybrial.com, export of 28 August 2026: a “review snippet” search appearance (8 impressions) from the aggregateRating (4.9, 47) on the previous site’s /pulse page, removed in the rebuild.

  5. Cybrial live SERP readings, United Kingdom, 4 September 2026: AI Overviews on 8 of 14 results checked.

  6. Digital Markets, Competition and Consumers Act 2024, consumer protection provisions in force from 6 April 2025.

Common questions

Questions people actually search for.

What is schema markup?

Code, usually JSON-LD in a page’s head, that labels the page’s content in a shared vocabulary from schema.org so search engines and AI systems read the facts without guessing: business details, authorship, dates, questions and answers.

Does schema markup help SEO?

It does not raise rankings directly, and Google says so. It enables rich results, helps Google identify who is behind a site, and makes pages easier for AI answers to cite. Those are worth having; none of them is a ranking boost.

What schema should a small business use?

LocalBusiness or a subtype, Organization with a founder, Person for the owner, Article for case studies and guides, and FAQPage where there are real questions and answers. Shops add Product and Offer. BreadcrumbList is worth having on any site with sections.

Can I add star ratings with schema?

Only if the rating is displayed on the page and genuinely collected from users of the thing rated. Self-serving ratings on your own business pages are ineligible for rich results and attract manual actions, and since April 2025 an unverifiable rating is a UK consumer-law problem too.

How do I check if my website has schema markup?

Paste a page into Google’s Rich Results Test or validator.schema.org, or view the page source and search for application/ld+json. Search Console’s Enhancements section reports errors across the site.

What is JSON-LD?

The format Google recommends for schema markup: a block of JavaScript-object notation in the page’s head that describes the page. It is easier to add and maintain than the older methods of tagging the visible HTML.

Want to know what your markup claims?

Send the address. I will read every structured data block on the site and tell you what it says about you, what is missing, and whether any of it is a claim you cannot back.