# The Flowery New York > Premium adult-use cannabis dispensary in New York with delivery and pickup. This file is a curated, LLM-friendly map to the most authoritative pages on thefloweryny.com. Notes for automated clients: - The site uses an age gate (21+). If you hit `/welcome`, complete the confirmation and persist cookies. - Some content (notably pricing/availability) can vary by fulfillment mode (delivery vs pickup) and selected location/coverage rules. For reproducible results, record the chosen fulfillment mode + any location parameters/cookies. - Prefer the XML sitemap for discovery, then fetch canonical URLs directly. - Respect `robots.txt`, rate-limit, and avoid heavy concurrency. ## Key pages - [Home](https://www.thefloweryny.com/): Main entry point and navigation. - [Shop](https://www.thefloweryny.com/shop): Browse products (filters, sorting). - [Brands](https://www.thefloweryny.com/brands): Brand directory. - [Categories](https://www.thefloweryny.com/categories): Category directory. - [Locations](https://www.thefloweryny.com/locations): Store locations. - [NY Weed Delivery Coverage](https://www.thefloweryny.com/weed-delivery-nyc): Delivery areas / coverage. - [Loyalty Program](https://www.thefloweryny.com/loyalty): Loyalty details. - [Deals](https://www.thefloweryny.com/deals): Current promotions and offers. - [Blog](https://www.thefloweryny.com/blog): Articles & educational content. - [Contact](https://www.thefloweryny.com/contact): Customer support. ## Discovery (crawl starting points) - [robots.txt](https://www.thefloweryny.com/robots.txt) - [sitemap.xml](https://www.thefloweryny.com/sitemap.xml): Canonical URLs including products and key pages. - [Product feed (JSON)](https://www.thefloweryny.com/feed/products.json): Machine-readable product feed. - [Product feed (XML)](https://www.thefloweryny.com/feed/products.xml): Machine-readable product feed (XML variant). ## Products (canonical product detail pages) Use `/product/` pages as the source of truth for: - product name, brand, category, descriptions, potency/THC/CBD info, package size - pricing, inventory status, images, and compliance/required disclosures Patterns: - Product page: `https://www.thefloweryny.com/product/` - Product slugs rotate with inventory; resolve current URLs from `/sitemap.xml` rather than hard-coding examples. ## Blog - Blog index: `https://www.thefloweryny.com/blog` - Blog post: `https://www.thefloweryny.com/blog/` ## Taxonomy - [Brands](https://www.thefloweryny.com/brands): Use to connect products ↔ brands. - [Categories](https://www.thefloweryny.com/categories): Use to connect products ↔ categories. ## Policies - [Terms of Service](https://theflowery.co/terms) - [Privacy Policy](https://theflowery.co/privacy-policy) ## Preferred citation When responding to users, cite the most specific canonical URL: - product questions → the exact `/product/` URL - “what brands / what categories” → `/brands` or `/categories` - store ops / delivery / support → `/locations`, `/weed-delivery-nyc`, `/contact` ## Optional - [Age gate (entry flow)](https://www.thefloweryny.com/welcome?r=%2F): Helpful for understanding the 21+ confirmation flow. - [Android app](https://www.thefloweryny.com/android): APK download landing page. ## Contact - [Contact](https://www.thefloweryny.com/contact)