# 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/ Disallow: /wishlists Disallow: /notifications Disallow: /account-tickets Disallow: /posts # 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: /get-blogs Disallow: /load_modal_content/ Disallow: /search_friends_for_tagging # Block raw storage files Disallow: /storage/ # Allow everything else Allow: / # Sitemap Sitemap: https://dev.farmto.co/sitemap.xml