# robots.txt for acquireyet.com User-agent: * Allow: / # Block access to admin and sensitive areas Disallow: /admin/ Disallow: /checkout/ Disallow: /private/ Disallow: /secure/ Disallow: /config/ Disallow: /api/ Disallow: /tmp/ Disallow: /cache/ # Allow important pages for SEO Allow: /static/ Allow: /media/ Allow: /blog/ Allow: /listings/ Allow: /about/ Allow: /contact/ Allow: /faq/ # Block specific file types that shouldn't be indexed Disallow: /*.json$ Disallow: /*.xml$ Disallow: /search? Disallow: /*?sort= Disallow: /*?filter= # Specific bot permissions User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / # Sitemap location Sitemap: https://www.acquireyet.com/sitemap.xml