# The Herb Farm llms.txt
# Allow all AI crawlers to access public content
User-Agent: *
Allow: /
# Disallow access to private, sensitive or non-indexable areas
Disallow: /account
Disallow: /account/*
Disallow: /checkout
Disallow: /checkout/*
Disallow: /cart
Disallow: /cart/*
Disallow: /admin
Disallow: /admin/*
Disallow: /orders
Disallow: /orders/*
Disallow: /pos
Disallow: /pos/*
# End of file
