AI Site Grade

simmereats.com — AI Site Grade

Simmer Eats is entirely invisible to search engines and AI crawlers due to a JavaScript shell architecture, zero external footprint, and no structured data.

The site delivers only a 22-word JS shell to all crawlers, has no search engine presence, and lacks any schema markup, making it completely invisible to AI systems.

Findings
12
Evidence checks
38
Completed
30 May 2026

Analysis

The Site Is Invisible to Search Engines and AI Crawlers Alike

The entire simmereats.com domain — a UK-based heat-and-eat fresh meal delivery service — returns zero results across Google, Bing, and every major search engine, and its homepage delivers only a 22-word JS shell to any HTTP client, including all major AI crawlers.

Crawler Access

All 11 tested AI bots (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, ChatGPT-User, OAI-SearchBot, Applebot-Extended, Bytespider, Perplexity-User, anthropic-ai, and a plain Browser) receive a 200 status with identical 28,964-byte responses — but the response is a JavaScript shell containing no visible product content, no headings, no structured data, and no meaningful text beyond a cookie banner. The robots.txt contains no AI-bot-specific rules (no GPTBot, ClaudeBot, or Google-Extended directives), and llms.txt returns a 404. The site runs on Microsoft-IIS/10.0 with a strict Content Security Policy, no CDN, and no WAF. The sitemap lists only 5 URLs: homepage, /search, /contactus, /news, and /blog. Both /search and /news return 404 pages. The /blog page is also a JS shell with 24 words. The entire site is a nopCommerce SPA that requires JavaScript rendering to surface any content.

Cold-Knowledge Gap

The LLM's prior knowledge about "Simmer Eats" describes a completely different company: a slow-cooker meal kit service founded by a former Blue Apron executive, acquired by EveryPlate/HelloFresh in 2021. The actual site sells heat-and-eat fresh meals delivered in the UK — no slow cookers, no meal kits, no connection to Blue Apron or HelloFresh. This hallucination means any AI-generated description of the brand will be factually wrong about the product category, business model, and history.

External Signals

The domain has zero external footprint. Searches for simmereats.com, "Simmer Eats", and "Simmer heat & eat meals" return no results on Google, no Trustpilot reviews, no Reddit threads, no press mentions, and no social media presence. The Wayback Machine shows captures since September 2022, but the archived pages are equally empty JS shells. The DNS includes five Google site-verification tokens, a Klaviyo verification, and a Stripe verification — indicating the business is operational — but none of this content is exposed to crawlers.

Schema Posture

Every fetched page — homepage, blog, contact, privacy policy — contains zero JSON-LD schemas of any type. No Organization, Product, FAQPage, BreadcrumbList, or LocalBusiness markup exists. The meta description on the homepage ("Save time, prioritise your health & respect your taste buds with our heat & eat dishes") is the only semantic signal available to crawlers. The heading structure is absent on all pages except /blog (single H1: Blog) and the 404 pages (H1: Page not found).

Findings

  1. Homepage delivers empty JavaScript shell to all crawlers High

    The homepage returns a 200 status but contains only a 22-word JavaScript shell with no visible product content, headings, or structured data. All 11 tested AI bots receive the same empty response.

    What to change: Implement server-side rendering (SSR) or static generation to deliver meaningful HTML content to crawlers without requiring JavaScript execution.

  2. Domain has zero search engine presence High

    Searches for simmereats.com, 'Simmer Eats', and related terms return zero results on Google, Bing, and other search engines. No indexed pages, no backlinks, no external mentions.

    What to change: Implement SSR and submit a complete sitemap to Google Search Console and Bing Webmaster Tools to begin indexing.

  3. llms.txt returns 404 Medium

    The llms.txt file, which provides AI crawlers with a curated list of important URLs, is missing and returns a 404 error.

    What to change: Create an llms.txt file listing key pages like the homepage, product catalog, and contact page to guide AI crawlers.

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

    Every fetched page lacks any JSON-LD schema markup, including Organization, Product, FAQPage, BreadcrumbList, or LocalBusiness types.

    What to change: Add JSON-LD schemas for Organization, Product (for each meal), and BreadcrumbList to all relevant pages.

  5. Sitemap contains broken URLs Medium

    The sitemap lists /search and /news, both of which return 404 pages. Only 3 of 5 sitemap URLs are valid.

    What to change: Remove broken URLs from the sitemap and ensure only valid, indexable pages are included.

  6. Robots.txt lacks AI bot directives Low

    The robots.txt file contains no rules for GPTBot, ClaudeBot, Google-Extended, or other AI crawlers, leaving them unrestricted but also unguided.

    What to change: Add explicit directives for AI crawlers, such as allowing access to key pages and disallowing irrelevant sections.

  7. LLM prior knowledge describes a different company High

    The LLM's knowledge about 'Simmer Eats' describes a slow-cooker meal kit service acquired by HelloFresh, which is factually incorrect. The actual site sells heat-and-eat fresh meals in the UK.

    What to change: Publish accurate, crawlable content about the brand's product category, history, and value proposition to correct AI knowledge.

  8. Zero external signals or backlinks High

    The domain has no external mentions, no Trustpilot reviews, no social media presence, and no press coverage. The Wayback Machine shows only empty JS shells.

    What to change: Build external signals through PR, social media, and customer review platforms to establish authority and trust.

  9. Entire site is a JavaScript SPA with no server-side rendering High

    The site is built on nopCommerce as a single-page application, requiring JavaScript to render content. This makes all pages invisible to crawlers that do not execute JS.

    What to change: Implement server-side rendering or static site generation to deliver HTML content to all crawlers.

  10. Pages lack meaningful heading structure and content Medium

    The homepage and contact page have no headings. The blog has a single H1 'Blog'. The 404 pages have H1 'Page not found'. No page contains substantive text about products or services.

    What to change: Add descriptive headings (H1, H2) and at least 300 words of unique, crawlable content per page.

  11. No Product or Organization schema on any page High

    Despite being a meal delivery service, no Product or Organization JSON-LD schema exists. This prevents AI from understanding the business type and product offerings.

    What to change: Add Organization schema with name, logo, and description, and Product schema for each meal with name, description, price, and availability.

  12. Meta description is the only semantic signal on homepage Medium

    The homepage's meta description ('Save time, prioritise your health & respect your taste buds with our heat & eat dishes') is the only piece of semantic content available to crawlers, but it is insufficient for indexing.

    What to change: Expand the homepage with rich, crawlable content including product descriptions, benefits, and customer testimonials.

What's working

  • All major AI bots are allowed access — The robots.txt does not block any AI crawlers, and all 11 tested bots receive a 200 status, meaning no access restrictions are in place.
  • Sitemap is present and accessible — A sitemap listing 5 URLs is available and returns a 200 status, providing a basic crawl path for search engines.
  • Business verification tokens indicate operational status — DNS records include Google site verification, Klaviyo, and Stripe verification tokens, confirming the business is operational and has set up essential services.
  • Contact page is accessible and returns 200 — The /contactus page returns a 200 status, providing a potential entry point for customer inquiries.
  • Privacy policy page is accessible — The /privacy-policy page returns a 200 status, indicating compliance with legal requirements.
  • Blog page exists and returns 200 — The /blog page returns a 200 status, providing a potential channel for content marketing.
  • Wayback Machine has historical snapshots — The domain has been captured by the Wayback Machine since September 2022, indicating some historical web presence.
  • Homepage has a descriptive meta description — The homepage includes a meta description that summarizes the brand's value proposition, which is a positive SEO practice.

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