# robots.txt for localpro.app # General rules for all other crawlers User-agent: * Allow: / # Allow Next.js static assets and images Allow: /_next/static/ Allow: /_next/image/ # Block sensitive areas Disallow: /api/ Disallow: /admin/ Disallow: /private/ Disallow: /dashboard/ Disallow: /_next/webpack-hmr # Special rules for Google bots User-agent: Googlebot Allow: / Allow: /sitemap* User-agent: Googlebot-Image Allow: / Allow: /assets/images/ Allow: /images/ # Main sitemap (references all others) Sitemap: https://www.localpro.app/sitemap.xml # Crawl delay for large sites Crawl-delay: 2