AI Site Grade

hallauto.com — AI Site Grade

Hall Auto's live site blocks all AI crawlers except Anthropic, creating a privileged-access inversion while the brand identity has shifted to MileOne Autogroup.

Hall Auto's site is inaccessible to most AI crawlers due to Akamai WAF blocking, with only Anthropic's API crawler allowed, and the brand has been absorbed into MileOne Autogroup with no schema or updated content.

Findings
9
Evidence checks
43
Completed
30 May 2026

Analysis

Site is Down to All Bots Except Anthropic's API Crawler

Hall Auto's live site at www.hallauto.com returns HTTP 403 Access Denied from Akamai CDN (AkamaiGHost) for every tested user-agent — including browsers, GPTBot, ClaudeBot, Google-Extended, PerplexityBot, and ChatGPT-User — with one exception: the anthropic-ai crawler receives a 200 with 358KB of full HTML served from an nginx origin server. This creates a bizarre inversion where Anthropic's training crawler has privileged access while Google, OpenAI, and Perplexity are all blocked at the edge.

Crawler Access

The robots.txt (retrieved from Wayback Machine, Dec 2025 snapshot) contains no rules for any AI crawler. The User-agent: * block disallows only internal API paths, AJAX fragments, and admin pages — nothing that would block GPTBot or Google-Extended. The llms.txt returns 403. The sitemap.xml returns 403. The Akamai WAF is blocking all traffic at the application layer based on user-agent or IP reputation, not based on robots.txt directives. The site runs on Dealer.com platform (a CDK Global product) with Akamai as the edge provider. The DNS TXT records include an anthropic-domain-verification token, confirming intentional Anthropic API access configuration.

Cold-Knowledge Gap

LLM knowledge describes Hall Auto as a family-owned dealership group founded in 1957 in Hampton Roads, Virginia, selling Ford, Lincoln, Toyota, and Hyundai. The live site tells a different story: the brand has been absorbed into MileOne Autogroup, operates 10 locations across 11 brands (Acura, Chrysler, Dodge, Ford, Honda, Hyundai, Jeep, Mazda, Nissan, Ram, Toyota), and spans Virginia Beach and Elizabeth City, NC. The "family-owned since 1957" narrative — which is the brand's most distinctive AI-signal — is entirely absent from the homepage content. The site's H1 reads "Hall | MileOne Autogroup," not "Hall Auto." The cold knowledge is stuck on a pre-MileOne brand identity that no longer matches the live site.

Schema and Content Posture

The Wayback Machine capture of the homepage shows zero JSON-LD schema of any type — no AutoDealer, Organization, LocalBusiness, or Product schema. The page has a single H1 ("Hall | MileOne Autogroup"), two H2s, and four H3s. The content is a flat list of dealership locations with phone numbers. No FAQ schema, no comparison tables, no structured data for inventory. The site has an FAQ page (/hall-mileone-autogroup-faqs.htm) but it is not marked up with FAQPage schema. The meta description tag exists but is generic ("If you're looking for new vehicles...").

External Signals

The domain has zero indexed external mentions in search results — no Reddit threads, no press coverage, no review aggregator pages surfaced. The DNS records show MileOne email infrastructure (mileone.com MX servers). The site links to mileonerewards.com, mileonecares.com, and ilovehall.com as external properties. The absence of any third-party citation means AI models have no corroborating signals beyond the site itself and stale training data.

Findings

  1. Akamai WAF blocks all crawlers except Anthropic's API crawler High

    The live site returns HTTP 403 for all tested user-agents (browsers, GPTBot, ClaudeBot, Google-Extended, PerplexityBot) except anthropic-ai, which receives a 200 response. This creates an inverted access pattern where Anthropic has privileged access while other AI crawlers are blocked.

    What to change: Reconfigure the Akamai WAF to allow major AI crawlers (GPTBot, Google-Extended, ClaudeBot, PerplexityBot) access to the site, matching the access granted to anthropic-ai.

  2. Robots.txt contains no rules for AI crawlers Medium

    The robots.txt file (from Wayback Machine) has no directives for GPTBot, Google-Extended, or other AI crawlers. The User-agent: * block only disallows internal API paths and admin pages, so AI crawlers are not explicitly blocked by robots.txt but are blocked by the WAF.

    What to change: Update robots.txt to explicitly allow or disallow AI crawlers as desired, and ensure the WAF respects those directives.

  3. Sitemap.xml returns 403 High

    The sitemap.xml at https://www.hallauto.com/sitemap.xml returns HTTP 403, preventing crawlers from discovering the site's URL structure.

    What to change: Allow public access to sitemap.xml so crawlers can discover all pages.

  4. llms.txt returns 403 Medium

    The llms.txt file is not accessible (returns 403), preventing AI crawlers from finding a curated set of pages for LLM consumption.

    What to change: Create and serve an llms.txt file with links to key pages (inventory, about, FAQ) and ensure it is publicly accessible.

  5. Homepage has zero JSON-LD schema High

    The homepage contains no structured data markup (no AutoDealer, Organization, LocalBusiness, or Product schema). This severely limits AI models' ability to extract entity information.

    What to change: Add JSON-LD schema for AutoDealer, Organization, LocalBusiness, and Product (for inventory) to the homepage and inventory pages.

  6. Brand identity shifted to MileOne Autogroup, not reflected in content High

    The site now brands as 'Hall | MileOne Autogroup' with 10 locations across 11 brands, but the cold knowledge still describes a family-owned dealership founded in 1957. The homepage lacks the 'family-owned since 1957' narrative, creating a disconnect between AI training data and live content.

    What to change: Update homepage content to clearly state the brand's history (founded 1957, family-owned) and its current relationship with MileOne Autogroup, and add corresponding schema.

  7. FAQ page lacks FAQPage schema Medium

    The FAQ page at /hall-mileone-autogroup-faqs.htm exists but is not marked up with FAQPage schema, missing an opportunity for rich results in AI responses.

    What to change: Add FAQPage schema markup to the FAQ page.

  8. No external mentions found in search results Medium

    Web searches for Hall Auto and related terms returned zero indexed results, indicating no third-party citations (reviews, press, social) that AI models can use as corroborating signals.

    What to change: Build external citations through local SEO, press releases, and review management to increase off-site signals.

  9. Meta description is generic and lacks brand differentiation Low

    The meta description tag is generic ('If you're looking for new vehicles...') and does not convey the brand's history or unique value proposition.

    What to change: Rewrite the meta description to include brand history (family-owned since 1957) and key differentiators.

What's working

  • Anthropic API crawler has full access to site content — The anthropic-ai crawler receives a 200 response with full HTML (358KB), allowing Claude to index the site's content for training and retrieval.
  • DNS TXT record confirms Anthropic domain verification — The DNS TXT records include an anthropic-domain-verification token, indicating intentional setup for Anthropic API access.
  • Robots.txt does not explicitly block AI crawlers — The robots.txt file has no disallow rules for AI crawlers, meaning the blocking is solely due to the WAF and can be fixed without changing robots.txt.
  • Wayback Machine has recent snapshots of the site — The Wayback Machine has a snapshot from March 2026, preserving the site's content for historical reference and potential recovery.
  • Inventory pages are accessible to Anthropic crawler — The new and used inventory pages return 200 for anthropic-ai, allowing Claude to index vehicle listings.

Track hallauto.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