# llms.txt - AI / LLM ingestion guidance for ecommerce site # Applies to all AI agents User-agent: * # Do not ingest any pages related to user accounts or private data Disallow: /account.php Disallow: /cart.php Disallow: /checkout.php Disallow: /finishorder.php Disallow: /login.php Disallow: /orderstatus.php Disallow: /postreview.php Disallow: /wishlist.php # Do not ingest admin pages Disallow: /admin/ # Do not ingest dynamic search or sorted pages Disallow: /search.php Disallow: /*sort= # Do not ingest raw files or social shop scripts Disallow: /viewfile.php Disallow: /__socialshop/ # Notes for AI: # - Prioritize product pages, category pages, and content pages for training. # - Avoid any personally identifiable information (PII) or sensitive transactional data. # - Ignore query parameters for sorting or filtering, as they create duplicates.