# robots.txt for farmto.co User-agent: * # Block admin, vendor, and API paths Disallow: /admin/ Disallow: /vendor/ Disallow: /api/ Disallow: /install/ # Block authenticated/user pages Disallow: /customer/ # Block cart and checkout Disallow: /cart/ Disallow: /shop-cart Disallow: /checkout-details Disallow: /checkout-payment Disallow: /checkout-square/ Disallow: /checkout-stripe/ # Block internal endpoints Disallow: /posts/ Disallow: /get-blogs # Allow everything else Allow: / # Sitemap Sitemap: https://dev.farmto.co/sitemap.xml