AI Site Grade

gamcare.org.uk — AI Site Grade

Cloudflare blocks every major AI crawler from GamCare's entire site, while robots.txt is permissive and llms.txt returns 404.

GamCare's site is fully server-rendered with clean schema, but Cloudflare's WAF silently blocks all AI crawlers, creating a cold-knowledge gap where LLMs still reference outdated funding models and service names.

Findings
9
Evidence checks
19
Completed
30 May 2026

Analysis

Cloudflare blocks every major AI crawler from GamCare's entire site — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, and ChatGPT-User all receive HTTP 403 with Cloudflare challenge pages, while the robots.txt says nothing about AI bots and the llms.txt returns a 404.

Crawler Access

Every AI crawler tested against https://www.gamcare.org.ukGPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Bytespider, Applebot-Extended, anthropic-ai, Perplexity-User — receives a 403 Forbidden from Cloudflare. The browser baseline returns a full 200 with 211KB of content. The robots.txt is permissive (no AI-bot rules at all, just a Yoast block allowing everything to *), but Cloudflare's WAF/security layer overrides it silently. The llms.txt returns a 404 HTML page. This means no AI model doing live retrieval can read any page on gamcare.org.uk — not the helpline number, not the service directory, not the news.

Cold-Knowledge Gap

The LLM queried cold knows GamCare as the operator of the National Gambling Helpline (0808 8020 133), founded in 1997, offering phone/live chat/email support, face-to-face counselling, and the "GamCare Net" self-help tool. It also recalls the industry-funding controversy — that GamCare historically received voluntary contributions from gambling operators via GambleAware, and that critics raised conflict-of-interest concerns. The actual site, however, now prominently states that from 1 April 2026, GamCare "will not and cannot receive any donations from this stream" (gambling industry levy). The site also no longer mentions "GamCare Net" — that service has been replaced by MyGamCare and EmpowerMe. The cold model still references the old brand name and the old funding model, neither of which matches the current site.

Content & Schema Posture

The homepage and all key pages carry well-structured JSON-LD via Yoast, including WebPage, WebSite, Organization, and BreadcrumbList types. The Organization schema includes logo, URL, and name. However, no FAQPage, MedicalWebPage, HealthTopicContent, or HowTo schema is present — surprising for a health-adjacent charity whose core offering is a helpline and structured treatment pathways. The homepage has no FAQ markup despite listing multiple support channels (call, chat, WhatsApp, email, local support). The heading structure is clean (single H1 per page, logical H2/H3 hierarchy). The site is a WordPress installation on Cloudflare with Cloudflare CDN, serving fully server-rendered HTML — no JS-rendering risk for crawlers that can get past the WAF.

External Signals

The cold LLM knowledge about the industry-funding controversy is the most prominent external signal. The site itself addresses this head-on in the Donations and Funding page, stating the shift away from industry funding. No recent negative press surfaced in search results. The site links to a community subdomain (community.gamcare.org.uk) hosting forums and chatrooms — this subdomain is also behind Cloudflare and would face the same 403 wall for AI crawlers. The National Gambling Helpline number (0808 8020 133) is consistently presented across all pages, and the site claims a 95% recommendation rate from helpline callers — a strong social-proof signal that no AI crawler can currently ingest.

Redirect and Canonical Anomaly

The "Donations and Funding" page at /about-us/donations-and-funding/ redirects (301) to /about-us/donations-and-funding-2/ — a URL slug that suggests a page replacement or migration that left a stale redirect in place. The canonical on the target page correctly points to the -2 URL, but the original path still exists in the sitemap and internal navigation, creating a fragmented citation risk for any AI that does eventually access the site.

Findings

  1. Cloudflare WAF blocks every major AI crawler from the entire site High

    All tested AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, ChatGPT-User, Bytespider, Applebot-Extended, anthropic-ai, Perplexity-User) receive HTTP 403 from Cloudflare when accessing https://www.gamcare.org.uk, while the browser baseline returns a full 200. The robots.txt is permissive with no AI-bot rules, but Cloudflare's security layer overrides it silently.

    What to change: Configure Cloudflare WAF to allow AI crawlers (e.g., GPTBot, ClaudeBot, PerplexityBot) by user-agent or IP range, or add explicit allow rules in robots.txt and ensure Cloudflare respects them.

  2. llms.txt returns a 404 HTML page Medium

    The llms.txt file at https://gamcare.org.uk/llms.txt returns a 404 HTML page, meaning no AI-friendly summary of the site is available.

    What to change: Create an llms.txt file at the root that provides a plain-text summary of the site's key pages and content for AI crawlers.

  3. Cold LLM knowledge references outdated industry-funding model High

    The LLM queried cold recalls that GamCare historically received voluntary contributions from gambling operators via GambleAware, but the site now states that from 1 April 2026 GamCare will not receive any donations from that stream. This mismatch means AI models may present incorrect funding information.

    What to change: Ensure the funding transition is prominently stated on key pages and consider adding structured data (e.g., FAQPage) to help AI models correctly index the updated information.

  4. Cold LLM knowledge references obsolete 'GamCare Net' service Medium

    The LLM queried cold mentions 'GamCare Net' as a self-help tool, but the site has replaced it with 'MyGamCare' and 'EmpowerMe'. This outdated reference could mislead users seeking current services.

    What to change: Update the site's content to clearly indicate the replacement of GamCare Net with MyGamCare and EmpowerMe, and consider adding redirects or schema markup to help AI models learn the new names.

  5. Homepage lacks FAQPage schema despite listing multiple support channels Medium

    The homepage lists support channels (call, chat, WhatsApp, email, local support) but has no FAQPage or HowTo schema. This reduces the chance of AI models surfacing these options in rich results.

    What to change: Add FAQPage schema to the homepage to mark up the support channels and common questions.

  6. Health-adjacent pages lack MedicalWebPage or HealthTopicContent schema Medium

    Pages describing support services and treatment pathways (e.g., get-support, what-support-do-we-provide) do not use MedicalWebPage, HealthTopicContent, or HowTo schema, which would help AI models understand the structured treatment offerings.

    What to change: Add MedicalWebPage or HealthTopicContent schema to pages describing support services and treatment pathways.

  7. Donations and Funding page has a stale 301 redirect from original slug Medium

    The page at /about-us/donations-and-funding/ redirects (301) to /about-us/donations-and-funding-2/, but the original path remains in the sitemap and internal navigation, creating a fragmented citation risk.

    What to change: Update the sitemap and internal links to point directly to the -2 URL, and remove the original path from navigation to avoid fragmented citations.

  8. Community subdomain is also behind Cloudflare and blocked for AI crawlers Medium

    The community subdomain (community.gamcare.org.uk) is also behind Cloudflare and would face the same 403 wall for AI crawlers, preventing access to forums and chatrooms.

    What to change: Apply the same Cloudflare WAF allow rules for AI crawlers to the community subdomain.

  9. No recent external mentions or reviews found in web search Low

    Web searches for GamCare reviews, funding controversy, and charity reviews returned zero results, indicating low external signal presence that could help AI models validate the site's authority.

What's working

  • Site serves fully server-rendered HTML with no JavaScript rendering risk — The site is a WordPress installation serving fully server-rendered HTML, so any crawler that can get past the WAF can read all content without JavaScript execution.
  • Key pages carry well-structured JSON-LD via Yoast — The homepage and key pages include WebPage, WebSite, Organization, and BreadcrumbList schema types with correct logo, URL, and name, providing a solid foundation for AI understanding.
  • Clean heading structure with single H1 per page — The site uses a logical heading hierarchy (single H1, H2/H3 subheadings) which helps crawlers parse content structure.
  • National Gambling Helpline number consistently presented across all pages — The helpline number (0808 8020 133) is consistently displayed on all pages, reinforcing the core service for any crawler that can access the site.
  • Site claims 95% recommendation rate from helpline callers — The site prominently displays a 95% recommendation rate from helpline callers, a strong social-proof signal that would be valuable for AI models if accessible.
  • Robots.txt is permissive with no AI-bot restrictions — The robots.txt file allows all user agents to crawl the entire site, which is a positive baseline for AI visibility (though overridden by Cloudflare).
  • Sitemap contains 80 URLs and is accessible — The sitemap at https://www.gamcare.org.uk/sitemap_index.xml returns 200 and lists 80 URLs, providing a complete index of the site for crawlers.
  • Donations and Funding page transparently addresses industry-funding shift — The site has a dedicated page explaining the transition away from gambling industry donations, which helps build trust and provides accurate information for AI models that can access it.

Track gamcare.org.uk 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