# Robots.txt voor Homecare Feray # Laatste update: 2025-11-07 # ================================ # Standaard regels voor ALLE bots User-agent: * Allow: / Allow: /en/ Allow: /ar/ Allow: /ku/ Allow: /css/ Allow: /js/ Allow: /images/ Crawl-delay: 1 # Blokkeer administratieve en gevoelige directories Disallow: /admin/ Disallow: /private/ Disallow: /.git/ Disallow: /.env Disallow: /vendor/ Disallow: /node_modules/ Disallow: /composer.json Disallow: /composer.lock Disallow: /package.json Disallow: /package-lock.json # Blokkeer PHP backend bestanden Disallow: /*.php Disallow: /contact-process.php # Google krijgt voorrang (sneller crawlen) User-agent: Googlebot Allow: / Allow: /en/ Allow: /ar/ Allow: /ku/ Crawl-delay: 0 # Bing bot User-agent: Bingbot Allow: / Crawl-delay: 0 # Sitemap locatie Sitemap: https://www.homecareferay.nl/sitemap.xml