AI Site Grade

passportauto.com — AI Site Grade

Passportauto.com's AutomotiveBusiness schema has a null longitude coordinate, and its strongest differentiators—Passport Cares, One Price, and a TIME Dealer of the Year nomination—are absent from LLM cold knowledge.

The site's AI visibility is undermined by a null geo-coordinate in its schema, a cold-knowledge gap around its key differentiators, and thin corporate content that offers little unique, AI-answerable material.

Findings
10
Evidence checks
26
Completed
30 May 2026

Analysis

The homepage's AutomotiveBusiness schema has a longitude of 0 — a null coordinate that renders the geo-location data useless for any AI engine or map service consuming the structured data.

Crawler Access

All 11 tested AI crawlers — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Bytespider, Applebot-Extended, anthropic-ai, Perplexity-User — receive a 200 with full HTML content identical to the browser baseline (~297KB). No UA-based blocking, no Cloudflare challenge, no JS shell. The robots.txt has a single User-Agent: * rule with no AI-specific directives; no AI bot is explicitly allowed or disallowed. The llms.txt returns a 404 (DealerOn platform 404 page). The sitemap.xml contains 2,841 URLs and is accessible to all crawlers.

Cold-Knowledge Gap

The LLM prior knows Passport Auto Group as a "chain of car dealerships" in the DMV area selling BMW, MINI, Toyota, and Honda — but the site sells no Honda vehicles. The prior also omits INFINITI, Mazda, and Nissan entirely. The model describes the group as "family-owned for decades" but has no awareness of the $4M+ philanthropic Passport Cares program, the Passport One Price no-haggle pricing model, or the TIME Dealer of the Year nomination for president Everett Hellmuth (October 2025). These are the site's three strongest differentiators, and none exist in the model's cold knowledge.

Schema Posture

Every page on the main site carries the same duplicated AutomotiveBusiness + WebSite JSON-LD block, copied verbatim from the homepage. The AutomotiveBusiness schema has "longitude": 0 — a placeholder value that invalidates the geo-coordinates. The individual dealership sites (e.g., passportbmw.com) use proper AutoDealer schema with correct coordinates, phone numbers, and department-level data. The main site's schema also lists sameAs profiles on Twitter, Facebook, Instagram, Pinterest, and LinkedIn, but the Pinterest and LinkedIn links point to generic company pages with no evidence of active content. No FAQPage, Product, Vehicle, or LocalBusiness (per-dealership) schema exists on the main site.

Content & Answer Signals

The homepage has 834 words of visible text, dominated by customer testimonials and a dealership directory. The About Us page contains a placeholder heading ("Intro Heading to Image Goes Here.") — a template artifact. The Passport Cares page has only 258 words and a truncated sentence mid-paragraph ("Passport's In 1991..."). The blog (last updated July 2023) uses a third-party platform (Bookmarkify) and has no new content in over two years. No FAQ schema, comparison tables, or structured answer formats exist anywhere on the main domain. The Passport One Price page is the strongest AI-friendly content, with clear H3 headings for warranty terms, money-back guarantee, and multi-point inspection — but it lacks any schema markup to signal these guarantees to AI engines.

External Signals

The individual dealership sites (passportbmw.com, passporttoyota.com, etc.) are on separate domains with richer AutoDealer schema and FAQ content. The main passportauto.com domain acts as a thin corporate umbrella — it aggregates links to the dealership sites but carries almost no unique, AI-answerable content about inventory, pricing, or location-specific services. No external review sites, Reddit threads, or press mentions surfaced in search results for the group name. The site is hosted on Fastly (nginx) behind DealerOn's CMS, with HSTS enabled but no Content-Security-Policy or X-Frame-Options headers.

Findings

  1. AutomotiveBusiness schema has null longitude coordinate High

    The JSON-LD on every page of passportauto.com contains a longitude value of 0, which invalidates the geo-location data for AI engines and map services.

    What to change: Update the AutomotiveBusiness schema on all pages to include correct longitude and latitude coordinates for the dealership locations.

  2. LLM cold knowledge misses key differentiators High

    The LLM prior knows Passport Auto Group as a dealership chain but has no awareness of the Passport Cares philanthropic program, the Passport One Price no-haggle model, or the TIME Dealer of the Year nomination for president Everett Hellmuth.

    What to change: Add structured data (e.g., LocalBusiness with areaServed, or WebSite with about) to these pages and ensure they are indexed and linked prominently from the homepage.

  3. llms.txt returns 404 Medium

    The site does not provide an llms.txt file, which is a recommended way to guide AI crawlers to key content.

    What to change: Create an llms.txt file that lists important pages such as Passport Cares, One Price, and the TIME nomination.

  4. About Us page contains placeholder heading Medium

    The About Us page includes a template artifact: 'Intro Heading to Image Goes Here.'

    What to change: Replace the placeholder heading with actual content describing the company's history and mission.

  5. Passport Cares page has truncated sentence Medium

    The Passport Cares page contains a sentence that cuts off mid-phrase: 'Passport's In 1991...'

    What to change: Complete the truncated sentence and ensure the page is well-written and informative.

  6. Blog inactive since July 2023 and no FAQ schema Medium

    The blog has not been updated in over two years and uses a third-party platform. No FAQPage or other structured answer formats exist on the main domain.

    What to change: Either resume blogging with fresh content or remove the blog section. Add FAQ schema to pages that answer common customer questions.

  7. Main site acts as thin corporate umbrella with little unique content Medium

    Passportauto.com aggregates links to individual dealership sites but carries almost no unique, AI-answerable content about inventory, pricing, or location-specific services.

    What to change: Add unique content to the main site, such as detailed descriptions of the Passport One Price model, philanthropic initiatives, and dealership-specific information.

  8. No Vehicle or Product schema on main site Medium

    The main site lacks any Vehicle, Product, or LocalBusiness schema for individual dealerships, which limits its ability to appear in AI-generated answers about inventory.

    What to change: Add Vehicle schema to inventory pages and LocalBusiness schema for each dealership location on the main site.

  9. Pinterest and LinkedIn sameAs links point to generic pages Low

    The schema's sameAs links for Pinterest and LinkedIn point to generic company pages with no evidence of active content.

    What to change: Update the sameAs links to point to active, branded social media profiles or remove them if they are not maintained.

  10. Missing Content-Security-Policy and X-Frame-Options headers Low

    The site lacks Content-Security-Policy and X-Frame-Options headers, which are not directly related to AI visibility but indicate a lack of security best practices.

    What to change: Add Content-Security-Policy and X-Frame-Options headers to improve security posture.

What's working

  • All 11 tested AI crawlers receive full HTML content — No AI bot is blocked or served a JS shell; all receive the same HTML as a browser, ensuring content is indexable.
  • Sitemap.xml is accessible and contains 2,841 URLs — The sitemap is available to all crawlers, aiding discovery of pages.
  • Passport One Price page has clear, AI-friendly content — The page uses clear H3 headings for warranty terms, money-back guarantee, and multi-point inspection, making it easy for AI to extract key selling points.
  • Individual dealership sites use proper AutoDealer schema — Sites like passportbmw.com have correct AutoDealer schema with coordinates, phone numbers, and department data, providing rich signals for those brands.
  • Robots.txt has no AI-specific blocking directives — The robots.txt file does not disallow any AI crawlers, ensuring they can access all content.

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