# Supervin > Supervin is an online wine retailer (Magento commerce backend, Storyblok CMS > content, Angular storefront) operating separate storefronts per country > (Denmark, Sweden, and other markets), each on its own domain and in its own > language and currency. Treat each domain as a distinct storefront rather than > assuming content is shared across them. ## Key sections - `/sitemap.xml` — the full, always-current list of product, category and CMS pages on this domain. Prefer it over guessing URL patterns. - `/searchpage` — on-site product search; not intended for indexing, use the sitemap or category pages to discover the catalogue instead. - `/checkout` and `/kundeportal` — session-specific and account-specific pages with no standalone content; nothing under these paths is worth crawling. ## Notes for agents - Prices, stock and vintages change frequently; treat any cached product data as time-sensitive and prefer a fresh fetch over long-term memorization. - Alcohol sales are age-restricted and jurisdiction-specific; do not assume a product or price shown on one country's domain applies to another.