AI Site Grade

xrcventures.com — AI Site Grade

XRC Ventures is invisible to AI: LLMs misclassify it as an XR/metaverse firm due to zero JSON-LD schema, no external citations, and thin portfolio pages.

XRC Ventures lacks all structured data, has no external web presence, and its portfolio pages are too thin for AI crawlers to understand its retail VC identity.

Findings
12
Evidence checks
31
Completed
30 May 2026

Analysis

XRC Ventures — AI-Visibility Audit

The cold LLM knowledge base has no awareness of XRC Ventures as a venture capital firm and instead guesses it is about "extended reality" (XR), a complete category error that means every AI-generated summary about this firm starts from a fundamentally wrong premise.

Crawler Access

All major AI crawlers — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, anthropic-ai, Bytespider, Applebot-Extended — receive a 200 status with identical byte-size content (51,785 bytes) as a browser request. The site is hosted on Vercel behind Cloudflare DNS, with no UA-based blocking, no WAF challenge, and no JS-gating on the homepage. The robots.txt allows all user-agents to crawl everything (Allow: /) but does not mention a single AI-specific bot by name — no GPTBot, no ClaudeBot, no PerplexityBot, no Google-Extended. The llms.txt returns a 404 served as a Next.js 404 page with <meta name="robots" content="noindex"/>, meaning no AI crawler will discover an AI-friendly content map.

Content & Schema

The homepage carries zero JSON-LD structured data of any type — no Organization, no VentureCapitalOrganization, no FAQPage, no WebSite. This is a critical gap for a firm that wants AI engines to correctly classify it as a VC firm rather than an XR/metaverse company. The 81-company portfolio page and the 100+ mentor profiles also lack schema. The FAQ page (/startup-faq) lists 14 questions as <h3> headings but does not render the answers in the initial HTML — the visible text excerpt shows only question text, suggesting the answers are loaded client-side via JS, which GPTBot and other crawlers may not execute. Portfolio company detail pages like /portfolio/billie return only 11 words of visible text ("Back to Portfolio Billie Acquired Consumer Brands Visit Website Fund Accelerator"), a severe thin-content problem for AI crawlers trying to understand the firm's track record.

Cold-Knowledge Gap

The LLM queried cold described XRC Ventures as "a venture capital or investment firm focused on 'XR' (extended reality, including VR/AR/MR)" and noted it could be "inactive, newly launched, or operates in a niche without broad public visibility." The actual firm is a pre-seed to Series A retail and commerce VC with $55M+ AUM, 140+ investments since 2015, a dedicated Brand Capital Fund, a Brand Builder Grant program with SHOPLINE, and a press page featuring Bloomberg TV appearances. The gap between the model's prior (XR/metaverse, possibly inactive) and the site's actual positioning (established retail/commerce VC) is extreme.

External Signals

Web search returned zero indexed results for the firm name, the founder's name (Pano Anthos), or the domain — a striking absence that suggests the site has minimal external citation footprint despite having Bloomberg TV appearances, Modern Retail coverage, and a Rethink Retail "Top AI Leaders" inclusion listed on the press page. The firm maintains a Substack publication ("The XRC Tech Report") with recent posts, a LinkedIn company page, and an Instagram account, but these off-domain assets are not cross-linked with structured data that would help AI engines connect them to the brand.

Schema Posture

The site's Next.js architecture delivers server-rendered HTML to crawlers, but the complete absence of JSON-LD across all pages means AI engines have no machine-readable signal that this is a venture capital firm, no fund names, no AUM figures, no team member Person entities, and no portfolio company Organization relationships. The Substack publication does carry a WebSite schema with SearchAction, but the main domain has none.

Findings

  1. Zero JSON-LD structured data on any page High

    The homepage, portfolio, team, FAQ, and all other pages carry no JSON-LD of any type (Organization, VentureCapitalOrganization, FAQPage, WebSite). AI engines have no machine-readable signal that this is a venture capital firm, causing misclassification as an XR/metaverse company.

    What to change: Add JSON-LD Organization schema with type VentureCapitalOrganization on the homepage, including AUM, fund names, and founding date. Add FAQPage schema to /startup-faq and Person schema to team profiles.

  2. LLMs misclassify XRC Ventures as an XR/metaverse firm High

    A cold LLM query described XRC Ventures as 'a venture capital or investment firm focused on XR (extended reality)' and noted it could be 'inactive, newly launched, or operates in a niche without broad public visibility.' The actual firm is a pre-seed to Series A retail and commerce VC with $55M+ AUM and 140+ investments since 2015.

    What to change: Implement JSON-LD schema and build external citations (press mentions, Crunchbase, LinkedIn) to correct the LLM knowledge gap.

  3. Zero indexed search results for firm name, founder, or domain High

    Web searches for 'XRC Ventures', 'Pano Anthos', and 'site:xrcventures.com' returned zero results. Despite having Bloomberg TV appearances and press coverage, the site has minimal external citation footprint, making it invisible to AI crawlers that rely on off-domain signals.

    What to change: Build backlinks from reputable sources (Crunchbase, LinkedIn, press outlets) and ensure press mentions link back to the site. Submit the site to Google Search Console and Bing Webmaster Tools.

  4. Portfolio company pages contain extremely thin content High

    The portfolio detail page for Billie returns only 11 words of visible text ('Back to Portfolio Billie Acquired Consumer Brands Visit Website Fund Accelerator'). Other portfolio pages are similarly sparse, providing AI crawlers with insufficient context to understand the firm's track record.

    What to change: Expand each portfolio page with a 2-3 sentence description of the company, the investment thesis, and key milestones. Include structured data for each portfolio company.

  5. FAQ answers are not rendered in initial HTML Medium

    The /startup-faq page lists 14 questions as <h3> headings but the answers appear to be loaded client-side via JavaScript. GPTBot and other crawlers that do not execute JS will only see the questions, missing the answers entirely.

    What to change: Server-render the FAQ answers in the initial HTML or use a static JSON-LD FAQPage schema that includes both questions and answers.

  6. llms.txt returns 404 with noindex meta tag Medium

    The /llms.txt endpoint returns a 404 page served as a Next.js error page with <meta name='robots' content='noindex'/>, preventing AI crawlers from discovering an AI-friendly content map. No alternative AI content map exists.

    What to change: Create a valid llms.txt file that lists key pages (homepage, portfolio, FAQ, team) and provides a brief description of the firm for AI consumption.

  7. robots.txt does not name any AI-specific bots Low

    The robots.txt allows all user-agents to crawl everything but does not explicitly mention GPTBot, ClaudeBot, PerplexityBot, or Google-Extended. While not blocking them, the lack of explicit allowance may cause some crawlers to be cautious.

    What to change: Add explicit Allow directives for GPTBot, ClaudeBot, PerplexityBot, and Google-Extended to signal AI crawlers that they are welcome.

  8. Off-domain assets (Substack, LinkedIn) not cross-linked with structured data Medium

    The firm maintains a Substack publication, LinkedIn page, and Instagram account, but these are not linked from the main site with structured data that would help AI engines connect them to the brand. The Substack does have WebSite schema, but the main domain lacks any reference.

    What to change: Add sameAs properties in JSON-LD on the homepage linking to the Substack, LinkedIn, and Instagram profiles. Ensure the Substack and LinkedIn pages link back to the main site.

  9. Team page lacks Person schema for team members Medium

    The /team page lists team members but does not include any Person schema markup. AI crawlers cannot extract individual names, roles, or bios as structured data.

    What to change: Add JSON-LD Person schema for each team member with name, jobTitle, and description.

  10. Portfolio page lacks Organization schema for portfolio companies Medium

    The /portfolio page lists 81 companies but does not include any structured data to define them as organizations or investments. AI crawlers cannot understand the relationship between XRC Ventures and its portfolio.

    What to change: Add JSON-LD Organization schema for each portfolio company with name, url, and description. Use an ItemList or DataFeed to group them.

  11. Press page lacks schema for articles and mentions Medium

    The /press page lists media mentions (Bloomberg TV, Modern Retail) but does not include any schema markup (e.g., Article, Mention) to help AI crawlers verify external citations.

    What to change: Add JSON-LD schema for each press mention, such as Mention or Article, with url, publisher, and date.

  12. Sitemap has index=False directive Low

    The sitemap returns 80 URLs but includes an index=False directive, which may confuse some crawlers. Additionally, the sitemap does not include all pages (e.g., /events, /press).

    What to change: Remove the index=False directive and ensure all important pages are listed in the sitemap.

What's working

  • All major AI crawlers receive 200 status with full content — GPTBot, ClaudeBot, PerplexityBot, and other AI crawlers all receive a 200 status with the same byte-size content as a browser request. No UA-based blocking or JS-gating is present on the homepage.
  • Next.js server-renders HTML for crawlers — The site uses Next.js with server-side rendering, delivering full HTML content to crawlers. This avoids the common pitfall of client-side JS-only rendering that blocks AI crawlers.
  • Substack publication carries WebSite schema — The XRC Tech Report on Substack includes a WebSite schema with SearchAction, providing some structured data for that off-domain asset.
  • robots.txt allows all user-agents to crawl everything — The robots.txt file has a blanket Allow: / for all user-agents, ensuring no accidental blocking of crawlers.
  • FAQ page renders questions as <h3> headings — The FAQ page lists 14 questions as <h3> headings in the initial HTML, providing some semantic structure for crawlers to identify the questions.
  • Press page documents media mentions including Bloomberg TV — The /press page lists several media mentions (Bloomberg TV, Modern Retail, Rethink Retail) that could be used to build external citation signals if properly linked.
  • Brand Builder Grant page has substantial content (670 words) — The /brand-builder-grant page contains 670 words of detailed content about the grant program, providing good context for AI crawlers.
  • Investors page has substantial content (548 words) — The /investors page contains 548 words of detailed content about the firm's investment approach, providing good context for AI crawlers.

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