# llms.txt for bigspud.co.uk # Last updated: October 2025 # This file governs how large language models (LLMs) may interact with site content. # Default rule: allow LLMs to access public content User-agent: * Allow: / # Block admin and system areas Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /xmlrpc.php Disallow: /?s= # search results pages Disallow: /trackback/ Disallow: /feed/ Disallow: /comments/ # Experimental directives (not universally supported yet) # Indicate that training use of content is not allowed, but answer generation is fine. NoAITraining: / # Notes: # - Place this file at https://bigspud.co.uk/llms.txt # - Keep robots.txt for normal web crawlers. llms.txt is only for AI crawlers. # - Update as standards evolve.