AI Site Grade

bachmanautogroup.com — AI Site Grade

Bachman Auto Group's hub site is a thin 7-page Wix directory with no inventory or pricing, while every brand dealership subdomain returns 403 to all bots, creating a massive AI visibility blind spot.

Bachman Auto Group's central site lacks vehicle inventory and structured data, and all individual dealership sites are blocked by Cloudflare 403, severely limiting AI visibility.

Findings
9
Evidence checks
26
Completed
30 May 2026

Analysis

The Hub-and-Spoke Content Silo Problem

Bachman Auto Group's central site (bachmanautogroup.com) is a thin, 7-page Wix hub that all AI crawlers can access freely — but every individual brand dealership site (bachmanchevrolet.com, bachmansubaru.net, bachmanvolkswagen.com, etc.) returns 403 Forbidden to every bot and browser alike, creating a massive blind spot for AI engines trying to learn about actual inventory, pricing, and services.

Crawler Access

All major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, Bytespider, Applebot-Extended) receive HTTP 200 with real content on the hub site. The robots.txt contains zero AI-bot-specific rules — no Disallow for GPTBot, ClaudeBot, or any other crawler. However, the individual dealership subdomains (bachmanchevrolet.com, bachmansubaru.net, etc.) are behind Cloudflare and return 403 to every user-agent, including browsers. The hub site runs on Wix (server: Pepyaka) with HSTS and X-Content-Type-Options: nosniff but no CSP or X-Frame-Options.

Content & Schema

The hub site has only 7 total pages (homepage, about, contact, service/parts, sell-your-vehicle, careers, privacy policy). The homepage carries LocalBusiness and WebSite JSON-LD schema with a Jeffersontown, KY address — but the @type is generic LocalBusiness rather than AutoDealer. The about, service, careers, sell-your-vehicle, and contact pages have zero schema markup at all. No FAQ schema, no Product schema for vehicles, no Service schema. The site contains no actual vehicle inventory, no pricing, no model listings — it is purely a directory of dealership locations with phone numbers and links out to the individual brand sites that are all behind Cloudflare 403 walls.

Cold-Knowledge Gap

The LLM knows Bachman Auto Group as a family-owned network operating for over 50 years with Chevrolet, Buick, GMC, Cadillac, and Subaru franchises. The actual site mentions none of this history — no founding story, no "over 50 years" claim, no family ownership narrative. The site lists eight sub-brands (Chevrolet, Subaru, Ram Commercial, Chrysler Dodge Jeep Ram, Volkswagen, Hyundai, Collision Center, Business Elite) but the LLM only knew about GM brands and Subaru, missing VW, Hyundai, and the CDJR/Chrysler franchises entirely. The LLM recalled "mixed reviews on Google and DealerRater" — the site has no reviews, no testimonials, no reputation signals whatsoever.

External Signals

The DNS TXT records reveal an OpenAI domain verification token (openai-domain-verification=dv-lCtgPXmyeFhR4LMwaCyCG3iA), confirming the brand has proactively registered with OpenAI for crawler trust. The site also has an llms.txt with a Wix MCP endpoint (/_api/mcp) for agentic AI access — a sophisticated setup for a dealership group. However, web searches for "Bachman Auto Group" return zero organic results on DuckDuckGo, suggesting minimal external citation footprint and low domain authority.

Schema Posture

The schema gap is acute. Only the homepage has JSON-LD, and it uses LocalBusiness instead of the more specific AutoDealer type. The eight sub-pages (about, service, careers, sell-your-vehicle, contact, privacy) carry zero structured data. No Vehicle schema, no FAQPage, no Service, no Product. The privacy policy is the most content-rich page on the site at ~1,000 words — a privacy policy should not be the deepest page on a dealership website.

Findings

  1. All brand dealership subdomains return 403 Forbidden to all bots High

    Every individual dealership site (bachmanchevrolet.com, bachmansubaru.net, bachmanvolkswagen.com, etc.) returns HTTP 403 to all user-agents, including AI crawlers and browsers, making inventory, pricing, and services invisible to AI engines.

    What to change: Remove the Cloudflare 403 block for AI crawlers on all dealership subdomains, or serve a crawlable version of inventory and pricing on the hub site.

  2. Hub site contains no vehicle inventory, pricing, or model listings High

    The central site (bachmanautogroup.com) has only 7 thin pages and does not list any vehicles, prices, or models. It functions as a directory with phone numbers and links to the blocked dealership sites.

    What to change: Add vehicle inventory pages with pricing, specs, and availability directly on the hub site, or ensure dealership subdomains are crawlable.

  3. Homepage uses generic LocalBusiness schema instead of AutoDealer Medium

    The homepage JSON-LD uses @type LocalBusiness rather than the more specific AutoDealer type, which reduces relevance for automotive search queries.

    What to change: Change the @type from LocalBusiness to AutoDealer in the homepage JSON-LD.

  4. All subpages lack any structured data markup Medium

    The about, service, careers, sell-your-vehicle, contact, and privacy pages have zero JSON-LD or other schema markup, missing opportunities for rich results and AI context.

    What to change: Add appropriate schema types (e.g., AutoRepair, Service, Product, FAQPage) to each subpage.

  5. Site omits brand history and family ownership narrative Medium

    The LLM knows Bachman Auto Group as a family-owned network operating for over 50 years, but the site does not mention any founding story, years in business, or family ownership, reducing trust signals.

    What to change: Add an 'About Us' section with the company's history, years in business, and family ownership story.

  6. Site has no reviews, testimonials, or reputation signals Medium

    The LLM recalled mixed reviews on Google and DealerRater, but the site contains zero reviews, testimonials, or third-party reputation badges, missing social proof.

    What to change: Add a testimonials section or embed Google/DealerRater reviews on the site.

  7. Zero organic search results for brand name on DuckDuckGo Medium

    Web searches for 'Bachman Auto Group' return no organic results, indicating minimal external citations and low domain authority.

    What to change: Build external backlinks through local business directories, press releases, and community partnerships.

  8. No FAQ schema on any page Low

    The site does not use FAQPage schema anywhere, missing an opportunity to appear in AI-generated answers and rich snippets.

    What to change: Add FAQPage schema to pages with common questions (e.g., service, sell-your-vehicle).

  9. Privacy policy is the most content-rich page on the site Low

    The privacy policy page has ~1,000 words, more than any other page, which is unusual for a dealership and indicates thin content elsewhere.

    What to change: Expand content on key pages like about, service, and inventory with detailed, useful information.

What's working

  • All major AI crawlers allowed on hub site with no disallow rules — The hub site's robots.txt has no AI-bot-specific disallow rules, and all tested AI crawlers receive HTTP 200 with real content.
  • OpenAI domain verification token present in DNS — DNS TXT records include an OpenAI domain verification token, indicating proactive registration for crawler trust.
  • llms.txt file published with Wix MCP endpoint for agentic AI — The site has an llms.txt file pointing to a Wix MCP endpoint, enabling structured agentic AI access.
  • Homepage has LocalBusiness JSON-LD schema with address and phone — The homepage includes JSON-LD structured data with business name, address, phone, and opening hours, providing basic context to AI crawlers.
  • HSTS and X-Content-Type-Options headers set on hub site — The hub site uses HSTS and X-Content-Type-Options: nosniff, providing basic security hardening.

Track bachmanautogroup.com across AI search

This is one snapshot. Open the interactive report to inspect evidence, or grade another site free.

Open this AI Site Grade Grade another site Track your brand