# robots.txt for https://wajeez.com/ # Generated: 2026-03-03 # ============================ # Allow all crawlers by default # ============================ User-agent: * # --- Block registration & authentication pages --- Disallow: /register Disallow: /signup Disallow: /sign-up Disallow: /login Disallow: /signin Disallow: /sign-in Disallow: /auth/ Disallow: /account/register Disallow: /account/login # --- Block payment & subscription pages --- Disallow: /payment Disallow: /pay Disallow: /checkout Disallow: /subscribe Disallow: /subscription Disallow: /billing Disallow: /upgrade Disallow: /plans Disallow: /pricing/checkout Disallow: /order # --- Block private user account areas --- Disallow: /profile Disallow: /account/ Disallow: /dashboard Disallow: /settings Disallow: /my-library Disallow: /favorites Disallow: /history # --- Block internal API endpoints --- Disallow: /api/ Disallow: /_next/ Disallow: /cdn-cgi/ # --- Block admin panel --- Disallow: /admin/ Disallow: /cms/ # --- Block URLs with a specific param --- Disallow: /*?category=* Disallow: /*?page=* # ============================ # Allow public pages # ============================ Allow: / Allow: /blog/ Allow: /faq Allow: /affiliates Allow: /privacy Allow: /tos Allow: /onboarding # ============================ # Sitemap # ============================ Sitemap: https://wajeez.com/sitemap.xml