# robots.txt for https://www.gameroni.com # Keep bots focused on public content and away from internal actions/endpoints. User-agent: * # Disallow internal endpoints and non-canonical script URLs Disallow: /admin/ Disallow: /dashboard.html Disallow: /login.html Disallow: /logout.html Disallow: /register.html Disallow: /favorites/ Disallow: /comments/ Disallow: /search/ Disallow: /inc/ # Block direct PHP endpoints (pretty URLs are the canon) Disallow: /*.php$ # Explicitly allow core public sections (redundant, but clear) Allow: /guides/ Allow: /authors/ Allow: /images/ Allow: /uploads/ # Sitemaps (add more here later if you create them) Sitemap: https://www.gameroni.com/sitemap-guides.php