How to Use Schema Markup on Car Dealership Websites
What schema markup is, why it matters for a car dealership and exactly where to use it. A plain guide to the structured data that helps Google plus AI search understand your dealership, with the types that matter, a real example in the code plus the mistakes to avoid.
Schema markup is structured code that tells Google plus AI search engines exactly what your pages are about: that you are a car dealership, that this is a specific vehicle, that these are your reviews. Seven types matter for a dealership: AutoDealer, Vehicle, Service, FAQPage, AggregateRating, LocalBusiness plus BreadcrumbList, each on the right page. Fewer than half of dealerships use it properly, so getting it right is one of the fastest competitive wins, plus it increasingly decides whether you appear in AI answers.
What schema markup actually does
Schema markup is a layer of code that translates your pages into a language machines read cleanly. Where a human sees a price plus a mileage, a search engine sees only text unless you label it. Schema does that labelling, telling Google plus the AI engines that this number is a price, this is a 2019 Ford Focus plus this is a dealership in your town.
Most dealerships still do not use it
Here is the opportunity. Industry audits consistently find that fewer than half of dealerships have proper schema in place, plus most platforms add only the bare minimum. That makes it one of the quickest competitive wins available, since correct schema can earn richer search results that lift your click-through rate well above a plain listing.
Implementing it correctly is part of what our SEO for Car Dealerships service does during setup.
The schema types that matter for a dealership
Not all schema is equal for a dealership. These are the types that earn their keep, plus the pages each one belongs on.
| Schema type | What it tells Google | Where it goes |
|---|---|---|
| AutoDealer | You are a car dealership: name, location, hours plus contact | Your homepage plus contact page |
| Vehicle | The details of a specific car: make, model, year plus price | Each individual vehicle page |
| Service | Your servicing plus MOT offering | Service plus MOT pages |
| AggregateRating | Your star rating plus number of reviews | Wherever your reviews are shown |
| FAQPage | The questions plus answers on a page | Any page with an FAQ section |
| LocalBusiness, Breadcrumb | Each location, plus how your pages nest | Per location, plus across the site |
The finishing touch, not the foundation
Schema will not fix a bad site
It is worth being clear: schema is not a magic fix. It works best layered on top of solid content, fast pages plus a clean mobile experience, sharpening how a good page is understood plus displayed. Adding it to a thin, slow page will not rescue that page, so treat it as the finishing touch rather than the foundation.
It increasingly decides AI visibility
Schema matters more every year, because it is how AI search engines decide what your pages represent. As a growing share of searches return AI answers plus tools like ChatGPT plus Perplexity cite sources, the dealerships with clean structured data are the ones being read, quoted plus recommended, while those without it are simply skipped.
What dealership schema looks like
You do not write this by hand for every page, though it helps to see the foundation. This AutoDealer block tells Google who you are, where you are plus how well you are reviewed.
<!-- AutoDealer schema for the dealership, placed in the site head -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AutoDealer",
"name": "Your Dealership Name",
"url": "https://www.yourdealership.co.uk",
"telephone": "+44 1234 567890",
"address": {
"@type": "PostalAddress",
"streetAddress": "1 Forecourt Way",
"addressLocality": "Bedford",
"postalCode": "MK40 1AA",
"addressCountry": "GB"
},
"openingHours": "Mo-Sa 09:00-18:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "312"
}
}
</script>
Common mistakes and one 2025 change
Mistakes that undo good schema
A few errors crop up again and again. Pasting the manufacturer description into your vehicle schema creates duplicate content, just as it does on the page itself. A star rating that never updates becomes misleading. One sitewide LocalBusiness block for a multi-location group confuses Google, since each site needs its own. Plus skipping required fields can make the markup invalid altogether.
One thing that changed in 2025
Worth knowing: Google retired its dedicated vehicle listing rich result during 2025, so individual cars no longer show in that particular feature. Vehicle schema is still well worth adding though, because it helps Google plus the AI engines understand exactly what each car is, which supports your visibility in ordinary results plus AI answers.
Want schema done properly across your site?
Our SEO for Car Dealerships service implements AutoDealer, Vehicle, Service plus FAQ schema correctly across your site, so Google plus AI understand your dealership plus your stock. See what is included plus get a quote for your dealership.
SEO Guides for Car Dealerships
This article is part of our complete car dealership SEO hub: a connected set of guides covering how dealership SEO works, what it costs, how to compete with the aggregators plus what a proper service should include.
Schema makes most sense alongside your vehicle pages plus the technical basics, which is why our SEO Guides for Car Dealerships hub brings it together with everything else. The hub indexes every question a dealer tends to ask before, during plus after starting SEO, from local rankings plus reviews through to stock pages, service searches plus cost. Working through it in order is the quickest way to get the full picture.
Where to go from here
To build on this, these reads help. Used Car Listing Page SEO shows where Vehicle schema goes. Individual Vehicle Page SEO explains why those pages matter. Why Car Dealership Websites Fail at SEO covers the platform limits that often block schema.