AI Site Grade

mistral.ai — AI Site Grade

Mistral.ai has zero structured data across 479 pages despite rich pricing, FAQ, and customer content that natively maps to schema types.

Mistral.ai's AI visibility is limited by a complete absence of schema markup, a missing /llms.txt, and a cold-knowledge gap that still describes the company as a model upstart rather than the enterprise platform it has become.

Findings
10
Evidence checks
27
Completed
30 May 2026

Analysis

Mistral.ai: AI-Visibility Audit

The site has zero structured data on any page — no JSON-LD, no schema.org markup of any kind — despite being a 479-page enterprise AI platform with pricing tables, customer case studies, FAQ sections, and product comparison language that all natively map to schema types like Product, FAQPage, SoftwareApplication, Organization, and BreadcrumbList.

Crawler Access

All major AI crawlers — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Bytespider, Applebot-Extended, and anthropic-ai — receive a 200 with identical 357KB HTML payload as a browser. No UA-based blocking exists. The site runs on Cloudflare (NS: ada.ns.cloudflare.com, ivan.ns.cloudflare.com; A records point to Cloudflare IPs). The robots.txt is a single User-agent: * Allow: / with no AI-bot-specific directives — permissive but also a missed opportunity to prioritize or segment crawler access. /llms.txt returns a 404 (serving the full 404 HTML page, ~206KB), meaning no AI-friendly content map exists for crawlers like Claude or Perplexity that support the convention.

Schema Posture

Every page inspected — homepage, /models/, /pricing/, /about/, /customers/, /products/studio/, /products/vibe/, /news/, individual blog posts — returned zero JSON-LD blocks and zero schema.org types. The /pricing/ page contains a native FAQ section ("Does Mistral have a free plan?", "Which model should I use?", "How is API pricing calculated?") with no FAQPage schema. The /models/ page lists 20+ models with descriptions, categories ("Generalist models", "Specialist models"), and licensing labels ("Open", "Premier") — a direct fit for Product or SoftwareApplication schema. The /customers/ page lists 40 enterprise logos with case study links — no Organization or Review markup. The homepage uses og:type: website but no Organization or WebSite schema.

Cold-Knowledge Gap

Cold LLM knowledge describes Mistral as primarily an open-weight model provider (Mistral 7B, Mixtral 8x7B, Mistral Large) with a chat assistant called "Le Chat" and API services. The cold model knows about the 2023 founding by former Meta/DeepMind researchers, the €105M seed round, and mentions licensing criticism (shifting from open to restrictive terms). The actual site has moved far beyond this: "Le Chat" has been rebranded to "Vibe" (the site uses "Vibe (formerly Le Chat)" in page titles). The product line now includes Studio (AI production platform), Forge (custom model training), Compute (infrastructure), Vibe for Code (coding agent), Devstral (code agent), Voxtral (TTS), OCR 3, and Magistral. The cold model knows nothing about the €1.7B Series C (September 2025), the 900+ employees, the 40+ named enterprise customers (HSBC, ASML, Airbus, BMW, Stellantis, CMA CGM, BNP Paribas, AXA, Cisco, SAP, Snowflake, etc.), or the Mistral 3 release (December 2025) with Mistral Large 3 (675B MoE) under Apache 2.0. The cold model's "licensing criticism" signal is stale — Mistral 3 and Mistral Medium 3.5 are released under Apache 2.0 and modified MIT respectively, which the site prominently features.

Content & Structure

The homepage is a JS-rendered Astro site (Astro framework detected in CSS bundles) but delivers 636 words of visible text in the plain GET, so crawlers get substantive content. The site has a 479-URL sitemap at /sitemap-index.xml (referenced in robots.txt), with a single sub-sitemap at /sitemap-0.xml. The sitemap includes /debug/ and /error/ pages alongside 40+ customer case studies, a full French-language mirror (/fr/...), and news articles dating back to May 2024. The blog has 74 articles with strong topical breadth (research, product, engineering, company news). The /pricing/ page is the richest page for answer-signal extraction: it has a pricing comparison table, an FAQ section, and feature comparison language — all unmarked.

External Signals

DNS TXT records show integrations with Cursor, Notion, HubSpot, Mailjet, Google Workspace, and OneUptime — indicating a broad SaaS toolchain. The site references cloud partnerships with Google Cloud, AWS, Azure, SAP, IBM, Snowflake, NVIDIA, and Outscale. Customer case studies span finance, defense, manufacturing, energy, healthcare, education, and public sector — including the French Ministry of Defense, Singapore's MINDEF, and DSO (defense science organization). The cold model's knowledge gap on enterprise adoption is the single largest disconnect: the site presents Mistral as a full-stack enterprise AI platform with production deployments at global institutions, while the cold model still sees a model-upstart with a chat app.

Findings

  1. Zero JSON-LD or schema.org markup on any page High

    Every inspected page — homepage, /models/, /pricing/, /about/, /customers/, /products/studio/, /products/vibe/, /news/ — returns no JSON-LD blocks or schema.org types. The site has 479 pages with pricing tables, FAQ sections, customer case studies, and product descriptions that natively map to Product, FAQPage, SoftwareApplication, Organization, and BreadcrumbList schema.

    What to change: Add JSON-LD structured data for Organization on the homepage, Product/SoftwareApplication on /models/, FAQPage on /pricing/, and BreadcrumbList across the site.

  2. Missing /llms.txt file for AI crawlers Medium

    The /llms.txt endpoint returns a 404 with a full HTML page (~206KB), meaning no AI-friendly content map exists for crawlers like Claude or Perplexity that support the convention.

    What to change: Create an /llms.txt file that lists key pages (models, pricing, customers, news) with brief descriptions to guide AI crawlers.

  3. Cold LLM knowledge lags behind current enterprise platform positioning High

    Cold LLM knowledge describes Mistral as an open-weight model provider with a chat app, but the site now offers a full enterprise platform (Studio, Forge, Compute, Vibe, Devstral, Voxtral, OCR 3, Magistral) with 40+ named enterprise customers (HSBC, ASML, Airbus, BMW, etc.), 900+ employees, and a €1.7B Series C. The cold model knows nothing about Mistral 3 or the rebranding of Le Chat to Vibe.

    What to change: Publish structured data (Organization, Product) and a knowledge graph page that explicitly lists products, customers, and funding milestones to help LLMs update their knowledge.

  4. Pricing page FAQ section lacks FAQPage schema Medium

    The /pricing/ page contains a native FAQ section with questions like 'Does Mistral have a free plan?', 'Which model should I use?', and 'How is API pricing calculated?' but no FAQPage schema markup.

    What to change: Add FAQPage schema to the FAQ section on /pricing/.

  5. Models page lists 20+ models without Product or SoftwareApplication schema Medium

    The /models/ page lists models with descriptions, categories, and licensing labels — a direct fit for Product or SoftwareApplication schema — but has no markup.

    What to change: Add Product or SoftwareApplication schema for each model on /models/.

  6. Customers page lists 40 enterprise logos without Organization or Review schema Medium

    The /customers/ page displays 40 enterprise logos with case study links but no Organization or Review markup.

    What to change: Add Organization schema for each customer logo and Review schema for case studies.

  7. Homepage lacks Organization and WebSite schema Medium

    The homepage uses og:type: website but no Organization or WebSite schema, missing an opportunity to define the entity for knowledge graphs.

    What to change: Add Organization and WebSite schema to the homepage.

  8. Robots.txt lacks AI-bot-specific directives Low

    The robots.txt is a single 'User-agent: * Allow: /' with no AI-bot-specific rules, missing the opportunity to prioritize or segment crawler access.

    What to change: Add specific directives for AI crawlers (e.g., GPTBot, ClaudeBot) to prioritize key pages like /pricing/ and /models/.

  9. Sitemap includes /debug/ and /error/ pages Low

    The sitemap at /sitemap-0.xml contains /debug/ and /error/ pages alongside legitimate content, which may dilute crawl priority.

    What to change: Remove /debug/ and /error/ pages from the sitemap.

  10. Cold LLM knowledge contains stale licensing criticism Medium

    Cold LLM knowledge mentions licensing criticism from earlier shifts, but Mistral 3 and Mistral Medium 3.5 are released under Apache 2.0 and modified MIT respectively, which the site prominently features.

    What to change: Publish a dedicated page or press release clarifying the current licensing terms and link it from the homepage.

What's working

  • All major AI crawlers receive full HTML content — All 11 tested AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) receive a 200 with the same HTML as a browser, with no UA-based blocking.
  • Homepage delivers substantive text despite JS rendering — The Astro-based homepage delivers 636 words of visible text in a plain GET, so crawlers get substantive content even without JavaScript execution.
  • 479-URL sitemap with broad coverage — The sitemap at /sitemap-index.xml references a sub-sitemap with 479 URLs covering news articles, customer case studies, product pages, and a French-language mirror.
  • Pricing page is rich in answer-signal content — The /pricing/ page contains a pricing comparison table, FAQ section, and feature comparison language — all strong signals for AI answer extraction.
  • Blog with 74 articles covering diverse topics — The /news/ section has 74 articles spanning research, product, engineering, and company news, providing a broad base for AI crawlers to index.
  • Broad SaaS integrations and cloud partnerships — DNS TXT records show integrations with Cursor, Notion, HubSpot, Mailjet, Google Workspace, and OneUptime, and the site references partnerships with Google Cloud, AWS, Azure, SAP, IBM, Snowflake, NVIDIA, and Outscale.
  • 40+ enterprise customer case studies across industries — Customer case studies span finance, defense, manufacturing, energy, healthcare, education, and public sector, including HSBC, ASML, Airbus, BMW, and the French Ministry of Defense.
  • Prominent display of Apache 2.0 licensing for Mistral 3 — The site prominently features that Mistral 3 and Mistral Medium 3.5 are released under Apache 2.0 and modified MIT, countering stale licensing criticism.

Track mistral.ai 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