# Aveuris robots.txt # Place this file at: https://aveuris.com/robots.txt User-agent: * Allow: / # Application / implementation directories Disallow: /core/ Disallow: /includes/ Disallow: /vendor/ # Common private / non-public routes Disallow: /admin/ Disallow: /login/ Disallow: /logout/ # Avoid indexing internal PHP actions if exposed as query routes Disallow: /*?*page=login* Disallow: /*?*page=logout* Disallow: /*?*page=admin* # Search engines discover robots.txt automatically from the domain root. # Add a sitemap line here when a public sitemap is available, for example: # Sitemap: https://aveuris.com/sitemap.xml