# === LLMs.txt for golfingexplorers.com === # This file provides instructions for AI language models. # --- General rules for all AI bots --- User-agent: * # Allow access to all content by default. # This is a positive signal that you are open to being a source for AI answers. Allow: / # Block access to WordPress admin and sensitive areas Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /wp-includes/ # --- Specific rules for Google's AI --- # Google-Extended is the bot used for training Google's core AI models. # You can choose to disallow it if you don't want your content used for training, # but allowing it may be beneficial for Google SGE (Search Generative Experience). User-agent: Google-Extended Disallow: # --- Specific rules for ChatGPT --- # Allow ChatGPT to use your content. User-agent: ChatGPT-User Allow: / # You can also add a link to your sitemap to help AIs discover all your content. Sitemap: https://golfingexplorers.com/sitemap_index.xml