AI Site Grade

acaioutdoorwear.com — AI Site Grade

ACAI Outdoorwear's live site is entirely blocked by a Cloudflare JS challenge, returning 403 to all AI crawlers and browsers, making it invisible to the AI ecosystem.

The site is a Cloudflare walled garden with zero AI crawler access, no indexed external mentions, and a cold-knowledge gap where LLMs hallucinate non-existent products.

Findings
12
Evidence checks
33
Completed
30 May 2026

Analysis

ACAI Outdoorwear — Cloudflare walled garden with zero AI crawler access

The live site at acaioutdoorwear.com returns HTTP 403 to every single AI crawler and browser alike, blocked behind a Cloudflare JS challenge that never resolves for non-browser agents. The site is effectively invisible to the AI ecosystem.

Crawler Access

Every bot tested — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Applebot-Extended, Bytespider, anthropic-ai, Perplexity-User — receives a 403 with Cloudflare's "Verifying your connection" JS challenge page. No bot gets past the wall. The robots.txt is also 403 (serving the same challenge HTML), meaning no crawler can even read crawl directives. There is no llms.txt (also 403). The site runs on Shopify (A record 23.227.38.32 — Shopify's IP) behind Cloudflare with cf-mitigated headers, indicating the JS challenge is a Cloudflare WAF rule, not a Shopify-level block. DNS records show Klaviyo (email), Heimdal Security (MX), and Facebook/Google verification TXT records.

Cold-Knowledge Gap

A frontier LLM queried cold about "ACAI Outdoorwear" produced a partially hallucinated brand profile: it described "Aurora insulated jacket" and "Terra waterproof shell" as signature products — neither exists on the site. The actual product catalog centers on the MAX Stretch Skinny Outdoor Trousers (the brand's original hero product), River Waterproof Jacket, Rainscape Jacket, Cloudguard Jacket/Gilet, Ascent Leggings, and Shower Resistant Softshell Leggings. The LLM correctly identified the brand as women-focused, UK-based, and sustainability-oriented (recycled polyester, PFC-free DWR), but fabricated specific product names. The site's actual positioning — "designed by women, for women," "shaped for the female form," founder Kasia Bromley (ex-Alexander McQueen) — is entirely absent from the model's prior knowledge.

Content & Schema Posture

The homepage (via Wayback snapshot) carries Organization and WebSite schema with SearchAction, but no Product or ProductGroup schema on the homepage despite being an e-commerce store. Product pages use ProductGroup with hasVariant (correctly), including GTINs, SKUs, prices in GBP, and availability. Collection pages only have BreadcrumbList — no ItemList or CollectionPage schema. The site has no FAQ schema, no comparison tables, no how-to markup. Blog content exists at /blogs/news but was not archived by Wayback (404), suggesting it may be a recent addition or the path changed. The site uses Trustpilot badges on every product card, but no Trustpilot review schema is embedded in the JSON-LD.

External Signals

Zero indexed external mentions were found via search. No Trustpilot profile pages, no Reddit threads, no press articles, no blog coverage referencing the brand surfaced in any search query. The brand's social footprint includes Facebook, X (Twitter), Instagram, Pinterest, YouTube, and TikTok (all linked in the site footer), but none of these appear in search engine indexes for the brand name. This total absence of external citation signals means AI engines have almost no third-party corroboration to draw on when describing the brand.

Surprising Finding

The most striking issue is the complete Cloudflare JS challenge on all pages including robots.txt. This is not a selective AI-bot block — it is a blanket wall that blocks every user-agent, including browsers (which also get the 403 challenge page on first request). The site is functionally unreachable by any automated tool, including Googlebot, which means Google cannot index the site at all. The Wayback Machine snapshot from May 2026 (a future date) shows the site was operational with full content at that point, suggesting the Cloudflare challenge may be a recent or intermittent configuration. The November 2023 snapshot shows a different site theme and product lineup, indicating the brand has evolved significantly but the current live site is locked behind a wall that prevents any search engine or AI crawler from seeing that evolution.

Findings

  1. Cloudflare JS challenge blocks all AI crawlers and browsers High

    Every AI bot tested receives a 403 with Cloudflare's JS challenge page. The site is unreachable by any automated tool, including Googlebot, preventing indexing.

    What to change: Remove the Cloudflare JS challenge or configure it to allow known AI crawler user-agents and search engine bots.

  2. robots.txt returns 403, blocking crawl directives High

    The robots.txt file is served as a Cloudflare challenge page, so no crawler can read crawl rules.

    What to change: Ensure robots.txt is accessible without JS challenge and includes directives for AI crawlers.

  3. No llms.txt file available Medium

    The llms.txt file returns 403, missing an opportunity to guide AI crawlers to key content.

    What to change: Create an llms.txt file listing important pages for AI crawlers.

  4. Sitemap inaccessible due to 403 High

    The sitemap returns 403, preventing crawlers from discovering site structure.

    What to change: Make the sitemap accessible without JS challenge.

  5. No URLs indexed in search engines High

    No known URLs were discovered for the domain, and site:acaioutdoorwear.com returns zero results.

    What to change: Resolve the Cloudflare block to allow Googlebot and other crawlers to index the site.

  6. LLM cold knowledge hallucinates non-existent products High

    A frontier LLM queried about the brand fabricated product names like 'Aurora insulated jacket' and 'Terra waterproof shell' that do not exist on the site.

    What to change: Ensure the site is accessible to AI crawlers and provide structured data to correct the knowledge gap.

  7. Homepage lacks Product or ProductGroup schema Medium

    The homepage only has Organization and WebSite schema; no product schema despite being an e-commerce store.

    What to change: Add Product or ProductGroup schema to the homepage to highlight key products.

  8. Collection pages missing ItemList or CollectionPage schema Medium

    Collection pages only have BreadcrumbList schema, lacking structured data for product listings.

    What to change: Add ItemList or CollectionPage schema to collection pages.

  9. No FAQ, HowTo, or comparison schema on site Low

    The site lacks FAQ, HowTo, and comparison table schema, missing opportunities for rich results.

    What to change: Add FAQ schema to product pages and HowTo schema for care instructions.

  10. Trustpilot badges present but no review schema Medium

    Trustpilot badges appear on product cards, but no Trustpilot review schema is embedded in JSON-LD.

    What to change: Embed Trustpilot review schema (e.g., AggregateRating) in product JSON-LD.

  11. Zero indexed external mentions of the brand High

    No Trustpilot, Reddit, press, or blog mentions were found in search results for the brand.

    What to change: Build external citations through PR, reviews, and backlinks to improve AI knowledge sources.

  12. Social media profiles not appearing in search Medium

    Linked social media profiles (Facebook, Instagram, etc.) do not appear in search results for the brand name.

    What to change: Optimize social media profiles with consistent branding and ensure they are indexed.

What's working

  • Product pages use ProductGroup with hasVariant schema — Product pages correctly implement ProductGroup schema with variants, GTINs, SKUs, prices, and availability.
  • Homepage includes Organization and WebSite schema — The homepage has Organization and WebSite schema with SearchAction, providing basic brand and site structure.
  • Collection pages include BreadcrumbList schema — Collection pages have BreadcrumbList schema, aiding navigation understanding.
  • Wayback Machine has historical snapshots of the site — Multiple Wayback snapshots exist, showing the site's content and evolution, which can help AI crawlers if the live site becomes accessible.
  • Clear brand positioning as women-focused outdoorwear — The site clearly communicates its mission: designed by women for women, with sustainable materials and a focus on fit.
  • Social media links present in footer — The site links to Facebook, Instagram, Pinterest, YouTube, TikTok, and X, providing channels for external signals.
  • Trustpilot badges displayed on product cards — Trustpilot badges are visible on product cards, indicating social proof, though review schema is missing.
  • DNS includes Facebook and Google verification TXT records — TXT records for Facebook and Google verification exist, indicating prior efforts to claim brand assets.

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