# robots.txt for pard.com (Next.js frontend) User-agent: * Disallow: /admin/ Disallow: /login/ Disallow: /404 Disallow: /500 Disallow: /_next/ Disallow: /api/ Disallow: /private/ Disallow: /temp/ # Block crawling of specific file types (optional) Disallow: /*.php$ Disallow: /*.cgi$ Disallow: /*.pl$ Disallow: /*.asp$ # Allow access to static resources generated by Next.js Allow: /_next/static/ Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Block Baidu crawler User-agent: BaiduSpider Disallow: / # Sitemap location # Sitemap: https://pard.com/sitemap.xml