# robots.txt – Paristake (https://paristake.com) User-agent: * # Public pages – allowed by default (no need to list) # Auth-required / user-specific pages Disallow: /profile Disallow: /profile/exclude Disallow: /my-bets Disallow: /bet-details Disallow: /bet-placed Disallow: /deposit Disallow: /sort-deposit Disallow: /withdraw Disallow: /join-affiliate Disallow: /share-bets # Auth-gated virtual games Disallow: /virtual-league Disallow: /virtual-games/pari-league Disallow: /virtual-games/pari-turbo Disallow: /virtual-games/pari-virtual-jackpot Disallow: /virtual-games/playon # Auth flows Disallow: /login Disallow: /signup Disallow: /forgot-password Disallow: /reset-password Disallow: /change-password Disallow: /verify-account # Query-parameter traps (faceted/session URLs) Disallow: /*?*utm_ Disallow: /*?*session= Disallow: /*?*sort= Disallow: /*?*page= # NOTE: /assets/ is intentionally NOT blocked — this is a Vue SPA and Googlebot # must fetch the JS/CSS bundles under /assets/ to render and index pages. # Crawl rate – be polite (respected by Bing; ignored by Google) Crawl-delay: 2 # Sitemap Sitemap: https://paristake.com/sitemap.xml