AI Site Grade

bobrossauto.com — AI Site Grade

Bob Ross Auto Group's site is entirely blocked by Cloudflare, returning 403 to every AI crawler and making the domain invisible to the AI ecosystem.

Bobrossauto.com is completely inaccessible to AI crawlers due to a Cloudflare WAF that blocks all non-browser traffic, with no robots.txt, no sitemap, and no external search presence.

Findings
10
Evidence checks
34
Completed
30 May 2026

Analysis

Total Cloudflare Blockade — Zero AI Crawler Access

Every single AI crawler — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, ChatGPT-User, Applebot-Extended, OAI-SearchBot, Bytespider, and anthropic-ai — receives a 403 Forbidden from Cloudflare when attempting to reach bobrossauto.com. The baseline browser fetch also returns 403. The site is entirely invisible to the AI ecosystem.

Crawler Access

The robots.txt and llms.txt endpoints both return the same Cloudflare 403 HTML shell (236KB of font-encoded boilerplate titled "Dealer Website"). No rules exist because no content is served. The sitemap at /sitemap.xml is also 403. DNS records point to AWS Route53 nameservers and a single A record at 74.119.99.3; the server header is cloudflare. The site runs on the DealerInspire platform (evidenced by the di-uploads-pod18.dealerinspire.com CDN path for the OG image). No Wayback Machine snapshot exists for the live domain — only the www subdomain has a single archived capture from December 2025, suggesting the site has been behind Cloudflare's bot-wall for an extended period.

Cold-Knowledge Gap

The LLM model knows Bob Ross Auto Group as a "family-owned automotive dealership group based in the Dayton, Ohio area" selling Buick, GMC, CDJR, and Mercedes-Benz, with "mixed customer reviews" and a name that "sometimes leans into the pop-culture recognition" of the painter. This knowledge is entirely decoupled from the live site. The model describes online shopping tools, service scheduling, and a "Value Your Trade" tool — none of which are verifiable from the live domain, which returns zero content. The model's knowledge appears to derive from pre-Cloudflare archival data and third-party mentions, not from any current crawl of bobrossauto.com.

Schema Posture

The archived homepage (Wayback Machine, December 2025) contains AutoDealer and Organization JSON-LD schema with a placeholder telephone number of "111-111-1111", an empty streetAddress, an empty postalCode, and an empty sameAs array. The priceRange is set to "$-$

quot;. The schema is technically present but contains no usable business data — no real phone number, no real address, no social media links. The WebSite schema lacks potentialAction for search, and no FAQPage, Product, or Vehicle schema exists anywhere in the archive.

External Signals

No external search results surfaced for bobrossauto.com, "Bob Ross Auto Group," or any variant across multiple queries. The dealership name appears in no indexed press, reviews, Reddit threads, or third-party listings accessible via the search tool used. The only external signal is the LLM's prior training data, which references "mixed customer reviews on Google and DealerRater" — but those platforms could not be independently verified through the available search tools. The domain has no measurable off-domain footprint in current search indices.

Surprising Findings

The archived homepage content is duplicated verbatim — the same welcome paragraph appears twice in the visible text, suggesting a template rendering bug. All internal page IDs (?page_id=6 through ?page_id=31) resolve to the same generic homepage content with no unique body text, indicating the site may be a single-page shell with no distinct inventory, about, or contact pages. The placeholder phone number (111-111-1111) in the schema suggests the site was launched with incomplete configuration and never updated. The Cloudflare WAF is configured to block all non-browser traffic with no exception for any AI crawler — a configuration that makes the site functionally absent from AI training data, AI search results, and AI-powered discovery tools.

Findings

  1. All AI crawlers receive 403 Forbidden from Cloudflare High

    Every tested AI crawler (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, ChatGPT-User, Applebot-Extended, OAI-SearchBot, Bytespider, anthropic-ai) receives a 403 Forbidden response. The baseline browser fetch also returns 403. The site is entirely invisible to the AI ecosystem.

    What to change: Configure Cloudflare WAF to allow AI crawler user agents (e.g., GPTBot, ClaudeBot) by creating a firewall rule that permits these bots based on user-agent string, or serve a static version of the site to bots.

  2. Robots.txt and sitemap.xml return 403 High

    The robots.txt endpoint and sitemap.xml both return Cloudflare 403 HTML shells. No crawler directives exist because no content is served. This prevents any crawler from discovering allowed paths.

    What to change: Serve a valid robots.txt that allows AI crawlers to access the site, and generate a proper sitemap.xml listing all public pages.

  3. llms.txt endpoint returns 403 Medium

    The llms.txt file, which could provide AI-friendly guidance, is not accessible (403). This is a missed opportunity to guide AI crawlers to useful content.

    What to change: Create and serve an llms.txt file that lists key pages and provides a summary for AI crawlers.

  4. Domain has zero indexed search results High

    Multiple web searches for the domain, dealership name, and variants returned zero results. The site has no measurable off-domain footprint in current search indices.

    What to change: Improve SEO by ensuring the site is accessible to search engine crawlers, submitting to Google Search Console, and building backlinks through local listings and press.

  5. JSON-LD schema contains placeholder phone number 111-111-1111 High

    The archived homepage includes AutoDealer and Organization JSON-LD with a telephone of '111-111-1111', empty streetAddress, empty postalCode, and empty sameAs array. This provides no usable business data to AI systems.

    What to change: Update the JSON-LD schema with the correct business phone number, address, and social media links. Validate using Google's Rich Results Test.

  6. Archived homepage content is duplicated verbatim Medium

    The same welcome paragraph appears twice in the visible text of the archived homepage, suggesting a template rendering bug. All internal page IDs resolve to the same generic content.

    What to change: Fix the template to avoid duplicate content and ensure each page has unique, meaningful text.

  7. All internal pages return identical homepage content High

    URLs with query parameters ?page_id=6 through ?page_id=31 all resolve to the same generic homepage content with no unique body text. The site appears to be a single-page shell with no distinct inventory, about, or contact pages.

    What to change: Develop distinct pages for inventory, about, and contact with unique content and proper internal linking.

  8. No Vehicle or Product schema present Medium

    The archived site lacks any Vehicle, Product, or FAQPage schema. This limits the ability of AI systems to extract structured inventory data.

    What to change: Add Vehicle schema markup to inventory pages with details like make, model, year, price, and availability.

  9. WebSite schema lacks potentialAction for search Low

    The WebSite schema does not include a SearchAction, which would enable AI systems to perform site search directly.

    What to change: Add a SearchAction property to the WebSite schema with the site's search URL template.

  10. LLM knowledge about the dealership is decoupled from the live site Medium

    The LLM describes online shopping tools and a 'Value Your Trade' tool, but none of these are verifiable from the live domain. The model's knowledge appears to derive from pre-Cloudflare archival data, not current crawl.

    What to change: Ensure the live site is accessible to AI crawlers so that LLM knowledge reflects current offerings.

What's working

  • JSON-LD schema is present on the homepage — The archived homepage includes AutoDealer and Organization JSON-LD schema, providing a foundation for structured data even though the data is incomplete.
  • Cloudflare provides robust security and DDoS protection — The site uses Cloudflare, which offers strong security features. However, the current configuration blocks all bots, which is detrimental to AI visibility.
  • Wayback Machine has a snapshot of the site — A single archived snapshot from December 2025 exists, providing a fallback reference for historical content.

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