# llms.txt - AI Crawler Protocol # Purpose: Allows AI crawlers to index public content (product pages/article pages), but prohibits access to backend and private pages. # Default policy for all AI crawlers User-Agent: * Allow: / # Disallows access to backend and private pages. Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /cart/ Disallow: /checkout/ Disallow: /my-account/ Disallow: /account/ Disallow: /private/ Disallow: /cgi-bin/ Disallow: /xmlrpc.php # Advisory Copyright Notice (some AI crawlers may read comments) # This site's content is copyrighted. Unauthorized use for AI training or data redistribution is prohibited.