# Local Florist – LLM Access Policy # Location: https://local.florist/llms.txt Site: https://local.florist Owner: Local Florist LLC Contact: https://local.florist/contact/ # ------------------------------------------------------------------------------ # GLOBAL POLICY # ------------------------------------------------------------------------------ # This site allows responsible use of its public content by LLMs for: # - search and discovery # - answering user questions # - training and evaluation # # Do NOT use any non-public data, customer data, or checkout flows for training. # ------------------------------------------------------------------------------ User-Agent: * Allow: / # ------------------------------------------------------------------------------ # SENSITIVE / PRIVATE / NON-TRAINING PATHS # These paths may be crawled only as needed for functionality, and should NOT # be used for model training or derivative datasets. # ------------------------------------------------------------------------------ Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /cart/ Disallow: /checkout/ Disallow: /my-account/ Disallow: /account/ Disallow: /order-received/ Disallow: /order-tracking/ Disallow: /track-order/ Disallow: /thank-you/ Disallow: /cgi-bin/ # ------------------------------------------------------------------------------ # PUBLIC CONTENT PRIORITY # City landing pages, blog posts, and product pages may be used for: # - search indexing # - snippets and answer generation # - model training and evaluation # ------------------------------------------------------------------------------ # Examples of high-value public sections (inherited by default from Allow: /) # (These are examples; no need to list every city/URL.) Allow: /california/ Allow: /texas/ Allow: /florida/ Allow: /blog/ # End of file