AI Site Grade

rohrman.com — AI Site Grade

Rohrman Auto Group's site omits its own brand story and lawsuit allegations, while heavy JS shells and a broken reviews page limit AI visibility.

The site's heavy JS shells, missing brand narrative, broken reviews page, and unaddressed lawsuit allegations create significant AI visibility gaps despite strong crawler access.

Findings
12
Evidence checks
24
Completed
30 May 2026

Analysis

Rohrman Auto Group — AI-Visibility Audit

The cold LLM knowledge about Rohrman Auto Group contains a 2023 class-action lawsuit allegation and references founder Bob Rohrman's iconic "R-Man" commercials, yet the site itself makes no mention of either — a gap that means AI engines answering questions about Rohrman will cite unaddressed negative signals the brand has chosen not to acknowledge or rebut on its own domain.

Crawler Access

All 11 AI crawlers tested (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Bytespider, Applebot-Extended, anthropic-ai, Perplexity-User, and a browser baseline) receive HTTP 200 with identical byte payloads (~1.9 MB) from Cloudflare. No UA-based blocking exists. However, the robots.txt is a bare Yoast default — User-agent: * Disallow: with zero AI-bot-specific rules. No llms.txt exists (returns a 404 HTML page weighing 1.7 MB). The site runs on Kinsta (WordPress) behind Cloudflare, using the Space Auto dealership platform. The homepage delivers ~354 words of visible text from a 1.9 MB page — a heavy JS shell with most content rendered client-side via the Space Auto widget framework.

Cold-Knowledge Gap

The LLM knows Rohrman as a family-owned network founded by Bob Rohrman ("the R-Man") with iconic TV commercials, a "Rohrman Guarantee" used car warranty, and operations since the 1960s. It also recalls a 2023 class-action lawsuit alleging deceptive sales practices — a reputational liability the site's /about/ and /history/ pages completely omit. The site's /history/ page tells a rich origin story (log cabin, Toyota franchise in 1969, 20 dealerships, 1,400 employees) but never mentions the "Rohrman Guarantee," the "R-Man" persona, or the commercials that made the brand a regional cultural fixture. The /reviews/ page is broken — it shows "Loading reviews from Google… Unable to load reviews" with zero customer testimonials rendered server-side.

Schema Posture

Every page carries AutoDealer JSON-LD with detailed location data (address, geo, hours, phone, departments). The homepage schema includes WebSite with SearchAction and WebPage with ReadAction. However, the AutoDealer schema has empty brand fields ("brand": "") and empty sameAs array slots — 9 slots defined but only Facebook and YouTube populated. Vehicle detail pages include a Car type alongside AutoDealer, but no Vehicle or Product schema with structured pricing, mileage, or fuel economy data. No FAQPage, Review, AggregateRating, or LocalBusiness (beyond AutoDealer) schemas are present anywhere.

Content & Structure

The homepage H1 reads "Home New" — an unfinished or placeholder heading — alongside a second H1 "Driving Relationships. Awesome Experiences." No FAQ sections, comparison tables, or structured answer-format content exist on any page. The /finance/ page is the most content-rich (~1,011 words) with clear subheadings and a "Why Midwest Drivers Choose Rohrman" section. The /service/ page lists six service categories but provides no pricing, no FAQ, and no comparison of service packages. Vehicle detail pages use generic manufacturer-description copy with no unique value proposition about the dealership experience.

Findings

  1. Homepage delivers only 354 words of visible text from a 1.9 MB page High

    The homepage is a heavy JS shell with most content rendered client-side via the Space Auto widget framework, limiting the text available to AI crawlers.

    What to change: Implement server-side rendering or static HTML for critical content to ensure AI crawlers can extract full text without JavaScript execution.

  2. Reviews page fails to load customer testimonials High

    The /reviews/ page shows 'Loading reviews from Google… Unable to load reviews' with zero customer testimonials rendered server-side, making it invisible to AI crawlers.

    What to change: Fix the Google Reviews integration to display testimonials in server-rendered HTML, or provide a static fallback list of reviews.

  3. Site omits iconic brand story and lawsuit allegations High

    The /about/ and /history/ pages do not mention the 'Rohrman Guarantee', 'R-Man' persona, or the 2023 class-action lawsuit, leaving AI engines to rely on unaddressed negative signals from external sources.

    What to change: Add a dedicated page or section addressing the brand's history, the Rohrman Guarantee, and the lawsuit with the company's perspective to control the narrative.

  4. AutoDealer schema has empty brand and sameAs fields Medium

    The AutoDealer JSON-LD includes empty 'brand' fields and only 2 of 9 sameAs slots are populated (Facebook, YouTube), reducing schema completeness for AI knowledge graphs.

    What to change: Populate the 'brand' field with 'Rohrman Auto Group' and fill all sameAs slots with active social media profiles (e.g., Twitter, Instagram, LinkedIn).

  5. Vehicle detail pages lack structured pricing and specs Medium

    Vehicle detail pages include Car and AutoDealer schema but no Vehicle or Product schema with structured pricing, mileage, or fuel economy data, limiting rich results.

    What to change: Add Vehicle or Product schema with properties like price, mileage, fuelType, and driveWheelConfiguration to each vehicle detail page.

  6. Homepage H1 reads 'Home New' — an unfinished placeholder Medium

    The homepage contains an H1 'Home New' alongside a second H1 'Driving Relationships. Awesome Experiences.', indicating incomplete content management.

    What to change: Replace 'Home New' with a descriptive H1 that reflects the brand's value proposition, and ensure only one H1 per page.

  7. No llms.txt file for AI crawler guidance Medium

    The site returns a 404 for /llms.txt, missing an opportunity to provide AI crawlers with a curated list of important pages and context.

    What to change: Create an llms.txt file listing key pages (e.g., /about/, /history/, /locations/) with brief descriptions to guide AI crawlers.

  8. Missing FAQPage, Review, and AggregateRating schemas Medium

    No FAQPage, Review, or AggregateRating structured data exists anywhere on the site, reducing eligibility for rich snippets in AI-generated answers.

    What to change: Add FAQPage schema to pages with common questions (e.g., /finance/, /service/), and Review/AggregateRating schema to the reviews page once fixed.

  9. Service page lists categories without pricing or FAQ Low

    The /service/ page lists six service categories but provides no pricing, no FAQ, and no comparison of service packages, limiting useful content for AI extraction.

    What to change: Add pricing information or a price range for common services, and include an FAQ section addressing typical customer questions.

  10. Vehicle detail pages use generic manufacturer copy Low

    Vehicle detail pages rely on generic manufacturer descriptions without unique dealership value propositions, reducing differentiation in AI summaries.

    What to change: Add unique selling points for each vehicle, such as warranty details, special offers, or dealership-specific services.

  11. Robots.txt lacks AI-bot-specific rules Low

    The robots.txt is a bare Yoast default with no AI-bot-specific directives, missing an opportunity to guide crawler behavior.

    What to change: Add specific rules for AI bots (e.g., GPTBot, ClaudeBot) to allow or disallow certain paths as needed.

  12. No FAQ sections or comparison tables on any page Low

    The site lacks FAQ sections, comparison tables, or structured answer-format content that AI engines can easily extract for direct answers.

    What to change: Create FAQ sections on key pages (e.g., /finance/, /service/) and add comparison tables for vehicle models or service packages.

What's working

  • All 11 AI crawlers receive HTTP 200 with full content — No AI crawler is blocked by robots.txt or server configuration; all receive the same full page payload, ensuring broad crawl access.
  • AutoDealer JSON-LD with detailed location data on every page — Every page includes AutoDealer schema with address, geo coordinates, hours, phone, and departments, providing rich local business data to AI engines.
  • Homepage includes WebSite schema with SearchAction — The homepage schema includes WebSite with SearchAction and WebPage with ReadAction, aiding AI understanding of site functionality.
  • History page provides detailed origin story with key facts — The /history/ page contains 786 words covering the company's founding, growth to 20 dealerships, and 1,400 employees, offering substantial narrative content.
  • Finance page offers over 1,000 words of detailed content — The /finance/ page is the most content-rich page with clear subheadings and a 'Why Midwest Drivers Choose Rohrman' section, providing valuable text for AI extraction.
  • Sitemap available with 80 URLs — A valid sitemap exists listing 80 URLs, helping crawlers discover site content efficiently.
  • Site uses Cloudflare for performance and security — Cloudflare provides CDN and security benefits, improving page load times and uptime for all visitors including AI crawlers.
  • Locations page lists multiple dealerships with contact info — The /locations/ page contains 2,770 words with detailed contact information for multiple dealerships, providing comprehensive local data.

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