# Flowers Across > Online florist delivering fresh flowers across Melbourne, Sydney, and Brisbane, Australia. ## About Flowers Across operates city-specific storefronts. Product pages include Schema.org JSON-LD with pricing and availability. Ordering is completed through the public website checkout; there is no public order-placement API. ## Site structure - This host is Flowers Across™ Melbourne; all paths below are relative to https://www.flowersacrossmelbourne.com.au - Category pages: /occasion/birthday/, /flower-type/roses/, /style/modern/, etc. - Suburb delivery pages: /send-flowers/{suburb-permalink}/ - The universal hub at https://www.flowersacross.com.au uses city-prefixed paths (e.g. /melbourne/occasion/birthday/); do not add a city prefix on this host. ## Key pages - Delivery: https://www.flowersacrossmelbourne.com.au/delivery - FAQ: https://www.flowersacrossmelbourne.com.au/faq - Order tracking: https://www.flowersacrossmelbourne.com.au/order-tracking - Contact: https://www.flowersacrossmelbourne.com.au/contact - Terms: https://www.flowersacrossmelbourne.com.au/terms - Privacy: https://www.flowersacrossmelbourne.com.au/privacy - Refund policy: https://www.flowersacrossmelbourne.com.au/refund-policy ## Machine-readable resources - Agent catalog (JSON): https://www.flowersacrossmelbourne.com.au/.well-known/api-catalog - Site index: https://www.flowersacrossmelbourne.com.au/sitemap.xml - Product feed: https://www.flowersacrossmelbourne.com.au/merchantlisting.xml ## Public JSON endpoints - Suburb search: GET https://www.flowersacrossmelbourne.com.au/suburbs/search?q={query} - Results are scoped to Flowers Across™ Melbourne on this host; no city parameter needed. - Suburb details: GET https://www.flowersacrossmelbourne.com.au/send-flowers/{suburb-permalink}.json ## Limitations - Checkout, cart, and account flows require browser sessions and CSRF tokens. - Do not crawl /admin/, /checkout/, /cart/, or /orders/.