AI Site Grade

vortexiq.ai — AI Site Grade

Vortex IQ lacks robots.txt, sitemap.xml, and root llms.txt, creating a knowledge vacuum for AI crawlers despite rich site content.

Vortex IQ's AI visibility is crippled by missing foundational crawler signals and zero external presence, leaving a frontier LLM unable to confirm the company's existence.

Findings
10
Evidence checks
26
Completed
30 May 2026

Analysis

Excellent. I now have a comprehensive picture. Let me compile the audit.

The AI Operating System for E-Commerce — With No AI Visibility Foundation

Vortex IQ sells itself as "the world's first AI Operating System for E-Commerce" yet has no robots.txt, no sitemap.xml, and no root-level llms.txt — the three most basic signals any AI crawler looks for. The root /robots.txt and /llms.txt both redirect to the homepage (HTTP 200 with full HTML), meaning every AI crawler that hits those endpoints wastes bandwidth downloading the entire marketing site instead of getting a lightweight directive file. /sitemap.xml does the same.

Crawler Access

All major AI crawlers — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Applebot-Extended, anthropic-ai — receive a full 200 response with ~137KB of HTML from Cloudflare. Only Bytespider (ByteDance/TikTok) gets a 403 block. The site is hosted on Cloudflare with Webflow as the CMS (detected via x-wf-region and x-lambda-id headers). No JS-rendering risk exists: the homepage delivers ~1,700 words of visible text on a plain GET. The docs subdomain at /docs/llms.txt is a well-formed, 1.5MB plain-text index of 215+ documentation pages — a strong signal that the team understands the concept, but it is buried three clicks deep and not discoverable by crawlers that only check the root.

Cold-Knowledge Gap

A frontier LLM queried cold about "Vortex IQ vortexiq.ai" returned: "I do not have specific, verifiable information about a company or product called 'Vortex IQ'." The model guessed it might be "AI or data analytics" but could not confirm any products, customers, or facts. This is a complete knowledge vacuum for a company that claims to be "trusted by the world's most ambitious brands" and lists Microsoft, Techstars, and Sure Valley Ventures as backers. The site itself has rich content — detailed pricing tiers ($499-$5,499/mo), customer stories (Revere Group, Apply Digital, Radiant Health, Menkind, Crown Packaging), and a 40+ article blog — but none of this has been ingested into frontier model training data.

Schema Posture

The homepage carries a SoftwareApplication schema with a Review from a Microsoft executive (Olaf Akkerman, GM of Retail and Consumer Goods UK) and a VideoObject for a product demo. The sameAs array lists LinkedIn, Twitter/X, Crunchbase, YouTube, and Tracxn — but no GitHub, no G2/Capterra reviews, no Trustpilot. The Organization schema has an empty sameAs array (the social links live only on the SoftwareApplication object). The pricing page has a comparison table with actual dollar amounts and a "Stack Consolidation" cost-comparison table — strong answer-format signals that AI engines would surface well, if they could crawl the content.

External Signals

Web searches for "Vortex IQ" across multiple queries returned zero results on DuckDuckGo — no press mentions, no reviews, no Reddit threads, no G2 listings. The site references TechCrunch Battlefield, Microsoft GenAI Accelerator, BusinessCloud RetailTech 50, and a BusinessWire press release about BigCommerce partnership, but none of these surfaced in search. The blog lists 40+ articles all dated March 30-31, 2026 — a suspiciously concentrated publishing burst that suggests bulk content generation rather than organic editorial cadence. The "Brand DNA Scan" page linked from the nav returns a 404. A blog post titled "LLMs.txt for Ecommerce: Why Your Store Needs It in 2026" also 404s — ironic given the site itself lacks a root llms.txt.

Findings

  1. No robots.txt file at root High

    The root /robots.txt redirects to the homepage, returning full HTML instead of a lightweight directive file. AI crawlers waste bandwidth and receive no crawl instructions.

    What to change: Create a proper robots.txt file at the root that allows desired AI crawlers and disallows unwanted ones.

  2. No sitemap.xml file at root High

    The root /sitemap.xml redirects to the homepage, returning full HTML. Crawlers cannot discover the site's URL structure efficiently.

    What to change: Generate and serve a valid sitemap.xml at the root listing all important pages.

  3. No root-level llms.txt file High

    The root /llms.txt redirects to the homepage, returning full HTML. A well-formed llms.txt exists at /docs/llms.txt but is not discoverable by crawlers that only check the root.

    What to change: Serve a proper llms.txt file at the root that references the existing /docs/llms.txt.

  4. Frontier LLM has no knowledge of Vortex IQ High

    A cold query to a frontier LLM returned no verifiable information about the company, its products, or its customers, despite the site claiming backing from Microsoft, Techstars, and Sure Valley Ventures.

    What to change: Improve external signals and ensure foundational crawler files are in place to help AI models discover and index the site.

  5. Zero external search results for the brand High

    Multiple web searches for 'Vortex IQ' and related terms returned no results on DuckDuckGo, indicating no press mentions, reviews, or backlinks.

    What to change: Build external backlinks, get listed on review sites like G2 and Capterra, and engage in PR to generate indexed mentions.

  6. Blog posts published in a concentrated burst Medium

    All 40+ blog articles are dated March 30-31, 2026, suggesting bulk content generation rather than an organic editorial cadence, which may reduce perceived authority.

    What to change: Stagger blog post publication dates and maintain a consistent publishing schedule.

  7. Brand DNA Scan page returns 404 Medium

    The /brand-dna/ page linked from the navigation returns a 404 error, creating a poor user and crawler experience.

    What to change: Restore the Brand DNA Scan page or remove the broken link from navigation.

  8. Blog post about llms.txt returns 404 Medium

    A blog post titled 'LLMs.txt for Ecommerce: Why Your Store Needs It in 2026' returns a 404 error, which is ironic given the site lacks a root llms.txt.

    What to change: Fix the broken blog post URL or remove the link from the site.

  9. Organization schema has empty sameAs array Low

    The Organization schema on the homepage has an empty sameAs array, while social links are only present on the SoftwareApplication object, reducing schema completeness.

    What to change: Populate the Organization schema's sameAs array with all social media profiles.

  10. Missing external review and code repository links Low

    The sameAs array lacks links to GitHub, G2, Capterra, and Trustpilot, which are common signals for AI models to verify credibility.

    What to change: Add links to GitHub, G2, Capterra, and Trustpilot in the schema's sameAs array if they exist.

What's working

  • Homepage delivers substantial visible text — The homepage serves ~1,700 words of visible text on a plain GET request, with no JS rendering required, making it easily crawlable by AI bots.
  • Comprehensive llms.txt at /docs/llms.txt — A well-formed, 1.5MB plain-text index of 215+ documentation pages exists at /docs/llms.txt, demonstrating understanding of the concept.
  • SoftwareApplication schema with review and video — The homepage includes a SoftwareApplication schema with a positive review from a Microsoft executive and a VideoObject for a product demo, providing rich structured data.
  • Pricing page with detailed comparison tables — The pricing page includes a comparison table with actual dollar amounts and a 'Stack Consolidation' cost-comparison table, which are strong answer-format signals for AI engines.
  • Customer stories page with named clients — The customer stories page lists real client names (Revere Group, Apply Digital, etc.), providing social proof that can be indexed.
  • Blog with 40+ articles on AI and ecommerce — The blog contains over 40 articles with substantial word counts (e.g., 3,989 words on one post), providing a rich content base for AI models to reference.
  • Site hosted on Cloudflare with good bot access — The site is hosted on Cloudflare and allows all major AI crawlers (GPTBot, ClaudeBot, etc.) with 200 responses, except Bytespider which is blocked.
  • About Us page with team and backer details — The About Us page provides information about the team and mentions backers like Microsoft, Techstars, and Sure Valley Ventures, which can help establish credibility.

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