# robots.txt for https://quickzfind.com/ # Allow all bots to crawl the entire site User-agent: * Allow: / # Disallow crawling of specific directories (if applicable) Disallow: /private/ Disallow: /admin/ Disallow: /login/ # Prevent specific bots from accessing your site (optional) User-agent: Googlebot Disallow: /private/ User-agent: Bingbot Disallow: /admin/ # Block all crawlers from certain areas (optional) User-agent: * Disallow: /temporary/ # Allow Googlebot to access images and multimedia User-agent: Googlebot-Image Allow: /images/ # Sitemap declaration (important for search engines to find your sitemap) Sitemap: https://quickzfind.com/sitemap.xml