# Σmind Robots.txt User-agent: * # Allow all public content Allow: / Allow: /content/* Allow: /content/category/* Allow: /trending/* Allow: /posts/* Allow: /shorts/* Allow: /@* Allow: /shop/* # Block admin, API, auth pages Disallow: /admin/ Disallow: /api/ Disallow: /auth/ Disallow: /login Disallow: /logout Disallow: /register Disallow: /settings # Block search and filter endpoints (crawl destination pages instead) Disallow: /search Disallow: /*?page= Disallow: /*?auto_open= # Block shop checkout/payment pages Disallow: /shop/paypal/* Disallow: /shop/custom/paypal/* Disallow: /shop/order/* # Sitemap location Sitemap: https://www.sumofmind.co.uk/sitemap.xml