# robots.txt for https://blockseblock.com/ User-agent: * # Block authentication & user-specific routes Disallow: /login Disallow: /register Disallow: /forgotPass Disallow: /profile Disallow: /edit-profile Disallow: /edit_user_profile Disallow: /user_profile Disallow: /userPersonalDetails Disallow: /guestUser Disallow: /guestUser/ Disallow: /userdata_table Disallow: /all_notification # Block dashboard, organizer & admin Disallow: /dashboard Disallow: /dashboard/ Disallow: /admin_panel Disallow: /organise Disallow: /addHackathon Disallow: /update-hackathon Disallow: /addJob Disallow: /editJob Disallow: /candidateDetails Disallow: /hackathon_UsersDetails Disallow: /evaluation_table Disallow: /statistics Disallow: /sap # Block project creation & user actions Disallow: /createProject Disallow: /spec_createProject Disallow: /spec_editProject Disallow: /editProject Disallow: /ApplyToJob Disallow: /manage_team Disallow: /join-team Disallow: /create-team Disallow: /invitation Disallow: /payment # Block all API endpoints (security + crawl budget) Disallow: /api/ # Allow top-level public pages (SEO) Allow: /hackathon Allow: /hackathon_details Allow: /blogs Allow: /blog_details Allow: /project Allow: /projectDetails Allow: /winner-projects Allow: /hackathon_guide Allow: /workshops # Allow static resources → helps Google render SPA Allow: /assets/ Allow: /static/ Allow: /images/ Allow: /_next/static Allow: /*.js$ Allow: /*.css$ # Sitemap Sitemap: https://blockseblock.com/sitemap.xml