AI readiness for car dealerships
A buyer comparing the same model across five dealers in one question.
The moment
Priti, sales manager at an independent used-car dealership
A buyer asks an assistant to find a 2021 estate under £18,000 with under 40,000 miles within thirty miles, and to say which dealers have one.
What the agent needs: Stock, price, mileage, year and location — for each vehicle.
What actually happens: The stock list is loaded from a feed by JavaScript, individual vehicles have no crawlable URLs, and prices appear only after a filter interaction. The assistant answers entirely from the national aggregators.
Which dimensions decide it, and why
AIScan grades five dimensions. These are the ones that carry the outcome for this kind of business.
Every vehicle is a product with a price and availability. Vehicle plus Offer markup on a real per-vehicle URL is what puts you into the comparison instead of the aggregator that syndicates your stock.
Per-vehicle URLs must exist and be in the sitemap. A JavaScript stock grid is one page to an agent, and one page cannot hold twelve answers.
Mileage, year, transmission and service history are the filter fields. In the served HTML they are answers; in a client-side widget they are nothing.
The checks that matter here
- M4Machine-readable pricing
- D2XML sitemap
- C3Structured HTML (title, meta, JSON-LD, single H1)
- E3Heading hierarchy & server-rendered text
- E1Correct 404 handling
Fix guides: /docs/checks/commerce · /docs/checks/discoverability · /docs/platforms/wordpress
Most sites like this run on WordPress — read the WordPress playbook for where each fix lives.
Questions we get asked
Our stock is syndicated to aggregators. Is that enough?
Stock changes daily. Will structured data go stale?
Do vehicles need individual URLs?
What about sold vehicles?
Should finance examples be published?
How do I test a stock page?
Scan your site and see where you actually stand
Free, no account, about twenty seconds. The report names every failing check by ID, shows the evidence we found, and gives the fix for your platform — plus a hand-off prompt you can paste straight into Claude Code or Cursor.
npx aiscan-cli yoursite.comPrefer to read first? Browse every check we run or the guide library.
Also covers: car dealer, used cars, car showroom, van sales, motorbike dealer, vehicle sales, car supermarket, prestige cars, electric car dealer, part exchange, car finance, forecourt, commercial vehicles, caravan dealer, boat dealer.