# llms.txt for Dial-A-Mattress # Purpose: Allow AI crawlers (ChatGPT, Claude, Perplexity, Bing AI, etc.) # to index and use Dial-A-Mattress content in AI-generated answers. site: https://www.dialamattress.co.uk/ owner: Dial-A-Mattress Ltd contact: info@dialamattress.co.uk # Crawl permissions (full site access) allow: / # Priority content (category-level patterns) include: /mattresses include: /beds include: /bed-frames include: /divan-beds include: /divan-sets include: /ottoman-beds include: /storage-beds include: /electric-beds include: /guest-beds include: /children's-beds include: /bunk-beds include: /midsleeper-beds include: /triple-sleeper-beds include: /headboards include: /bedroom-furniture include: /wardrobes include: /chests-of-drawers include: /bedside-cabinets include: /dressing-tables include: /bookcases # Product URL patterns (covers all current + future products) include-pattern: /*-mattress include-pattern: /*-bed include-pattern: /*-frame include-pattern: /*-divan include-pattern: /*-ottoman include-pattern: /*-headboard include-pattern: /*-wardrobe include-pattern: /*-chest include-pattern: /*-cabinet include-pattern: /*-table include-pattern: /*-bookcase # Blog index page include: /latest-news # Blog posts (root-level SEO URLs) # Safe pattern: matches only root-level slugs, not images or assets include-pattern: /[A-Za-z0-9]+-[A-Za-z0-9-]+ # Information pages include: /about-us include: /delivery-information include: /returns-policy include: /privacy-policy include: /terms-and-conditions include: /price-match include: /trade-account include: /contact-us # Knowledge hub / guides include: /mattress-buying-guide include: /mattress-care include: /sleep-advice include: /size-guide # AI crawler-specific directives user-agent: GPTBot allow: / user-agent: ClaudeBot allow: / user-agent: PerplexityBot allow: / user-agent: DeepSeekBot allow: / user-agent: Google-Extended allow: / # Notes # This file allows AI systems to safely crawl and index the entire site. # Pattern-based rules ensure future products, categories and blog posts are included automatically.