# Robots.txt for SoftSuite Technologies (Laravel) # Updated: December 2024 User-agent: * Allow: / # Disallow Laravel framework directories Disallow: /storage/ Disallow: /vendor/ Disallow: /bootstrap/ Disallow: /.env # Disallow admin and dashboard areas Disallow: /admin/ Disallow: /dashboard/ Disallow: /login Disallow: /register # Disallow API endpoints (optional - remove if you want APIs indexed) Disallow: /api/ # Disallow team page as requested Disallow: /team/ Disallow: /our-team/ # Disallow search and filter pages Disallow: /*?search= Disallow: /*?q= Disallow: /*?filter= Disallow: /search/ # Allow important public directories Allow: /css/ Allow: /js/ Allow: /images/ Allow: /assets/ Allow: /uploads/ # Allow important pages Allow: /services/ Allow: /blog/ Allow: /portfolio/ Allow: /contact-us/ Allow: /about-us/ # Sitemap location Sitemap: https://softsuitetech.com/sitemap.xml # Crawl delay (optional - adjust as needed) Crawl-delay: 1