AI Site Grade

options.org.uk — AI Site Grade

Options Distribution has zero external digital footprint and actively blocks AI crawlers via robots.txt, creating a complete cold-knowledge void for a company claiming 35 years of industry presence.

Options Distribution's site blocks all major AI crawlers while serving them full content, has no external mentions or search results, and uses stale schema with empty descriptions, resulting in zero AI visibility.

Findings
11
Evidence checks
43
Completed
30 May 2026

Analysis

Cold-Knowledge Void Meets a Site That Blocks AI Crawlers

Options Distribution, a London-based fashion distributor founded in 1989, has zero external digital footprint — no search results, no press mentions, no reviews, no Reddit threads, no Companies House records surfaced — and the LLM cold-knowledge check returned a blank: the model could not confirm the company's existence, its brands, or any reputational signals. The site itself actively blocks every major AI crawler via robots.txt while serving them full content anyway, creating a contradictory posture.

Crawler Access

The robots.txt at options.org.uk/robots.txt explicitly names 25 AI-specific user-agents including GPTBot, ClaudeBot, Google-Extended, anthropic-ai, Applebot-Extended, and Bytespider, all with identical disallow rules covering /config, /search, /account, /api/, /static/, and dozens of query-parameter patterns. Despite these restrictions, compare_bot_access confirmed that every tested AI bot receives a 200 with full HTML content — the same 95KB page a browser gets. Only Bytespider returned a 403. The server is Squarespace (IPs 198.185.159.144145), which enforces robots.txt at the application layer but does not block bots at the CDN/WAF level. No llms.txt exists (404). The sitemap.xml uses http:// URLs while the live site redirects to https://www., creating a canonical mismatch.

Content & Schema Posture

Every page carries the same three JSON-LD blocks: WebSite, Organization, and LocalBusiness — all pointing to http://www.options.org.uk (not HTTPS), with an empty description field and no telephone value. The homepage describes the company as a "LICENSEE & DISTRIBUTOR OF FINE GOODS SINCE 1989" representing 12 brands (Adsum, Anglan, Arrow Moccasin, Battenwear, Dubbleware, Frizmworks, Mazi Untitled, Pendleton Woolen Mills, Poten, Reyn Spooner, Rostersox, US Rubber Company). The about page adds "Global Owners of Arrow Moccasin, Dubbleware, & US Rubber Company" and "European License Holders & Exclusive Distributor for Pendleton Woolen Mills." No FAQ schema, no product schema, no breadcrumb schema, no review schema, no @graph container — just three flat blocks repeated identically on every URL.

Cold-Knowledge Gap

The LLM had zero prior knowledge of Options Distribution. It could not name a single brand they distribute, could not confirm their location, and explicitly stated "I do not have specific, verified information about a UK fashion brand distributor named 'Options Distribution.'" This is a complete void for a company that claims 35 years of industry presence and partnerships with heritage American brands like Pendleton (founded 1863) and Arrow Moccasin (founded 1951). The gap is total: the site asserts a rich portfolio and history; the AI world has never heard of them.

Stale Content & Orphaned Pages

The sitemap.xml lists 10 URLs including five brand pages for brands no longer listed on the current site: ivan-grundhal (which actually contains content for Denham The Jeanmaker), ebbets-field-flannels-1, peck-snyder-sporting-goods, good-well-supply-co, and iyso-studio. These pages are fully live, indexed, and carry the same schema as the homepage. A page titled new-page exists with only 24 words of content — a placeholder. The homepage text mentions "Battenwear" and "Reyn Spooner" in the body but these brands have no dedicated page. The welcome page is a duplicate of the homepage with a different URL. The copyright footer reads "Copyright © 2026" — a forward-dated year that signals a template default rather than intentional maintenance.

Findings

  1. Zero external digital footprint across search and social media High

    Multiple web searches for the company name, brands, and location returned zero results. No press mentions, reviews, or social media profiles were found. The LLM had no prior knowledge of the company.

    What to change: Build an external digital presence through press releases, social media profiles, and listings on relevant directories. Ensure the company and its brands are mentioned on authoritative sites.

  2. Robots.txt explicitly blocks all major AI crawlers High

    The robots.txt file names 25 AI-specific user-agents including GPTBot, ClaudeBot, Google-Extended, and others, with disallow rules covering key paths. Despite this, compare_bot_access shows most bots still receive full content, creating a contradictory posture.

    What to change: Remove AI crawler blocks from robots.txt to allow indexing, or implement proper access controls at the server level if blocking is intended.

  3. No llms.txt file available for AI crawlers Medium

    The site returns a 404 for /llms.txt, missing an opportunity to provide structured guidance to AI crawlers.

    What to change: Create an llms.txt file with a summary of the site and links to key pages.

  4. Sitemap uses HTTP URLs while site redirects to HTTPS Medium

    The sitemap.xml lists URLs with http://www.options.org.uk, but the live site redirects to https://www. This canonical mismatch can confuse crawlers.

    What to change: Update sitemap.xml to use HTTPS URLs matching the canonical site.

  5. JSON-LD schema has empty description and missing telephone High

    Every page carries WebSite, Organization, and LocalBusiness schema with an empty description field and no telephone value. The schema uses HTTP URLs instead of HTTPS.

    What to change: Populate the description field with a concise company summary, add telephone, and update URLs to HTTPS.

  6. No FAQ, product, or breadcrumb schema on relevant pages Medium

    The site only uses three flat schema blocks repeated identically on every page. No FAQ schema, product schema, or breadcrumb schema is present, limiting rich results.

    What to change: Add relevant schema types such as Product for brand pages, FAQ for common questions, and BreadcrumbList for navigation.

  7. Sitemap includes brand pages for brands no longer listed on site Medium

    The sitemap lists five brand pages (Ivan Grundhal, Ebbets Field Flannels, Peck & Snyder, Good & Well Supply Co, Iyso Studio) that are not mentioned on the current homepage or about page. These pages are live and indexed.

    What to change: Remove outdated brand pages from the sitemap and either update or redirect them to current brand pages.

  8. Orphaned placeholder page with minimal content Low

    A page titled 'New Page' exists with only 24 words of content, appearing to be a placeholder. It is listed in the sitemap.

    What to change: Remove the placeholder page or populate it with meaningful content.

  9. Duplicate homepage content at /welcome URL Low

    The /welcome page contains identical content to the homepage, creating duplicate content issues.

    What to change: Redirect /welcome to the homepage or remove it from the sitemap.

  10. Copyright footer shows future year 2026 Low

    The copyright notice reads 'Copyright © 2026', which is a forward-dated year indicating a template default rather than intentional maintenance.

    What to change: Update the copyright year to the current year or use dynamic year generation.

  11. No dedicated pages for brands mentioned on homepage Medium

    The homepage mentions Battenwear and Reyn Spooner, but these brands have no dedicated page on the site.

    What to change: Create dedicated brand pages for all currently represented brands.

What's working

  • All major AI crawlers receive full HTML content despite robots.txt — Compare_bot_access confirmed that every tested AI bot (except Bytespider) receives a 200 status with full page content, meaning the site is technically accessible to AI crawlers.
  • JSON-LD schema present on every page — Every page includes WebSite, Organization, and LocalBusiness schema, providing structured data for search engines.
  • Sitemap submitted and accessible — The sitemap.xml is accessible and lists 10 URLs, helping crawlers discover pages.
  • Clear company description on homepage and about page — The homepage and about page clearly describe the company as a licensee and distributor of fine goods since 1989, listing 12 brands and ownership details.
  • Brand pages with descriptive content for current brands — Dedicated pages for brands like Adsum, Pendleton Woolen Mills, and others contain descriptive text and images, providing useful information.

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