# BePark BePark is a smart parking marketplace operating in Belgium and Europe. The web app helps users discover parkings, compare availability and pricing, and manage bookings or subscriptions. ## Product - Search parkings: browse and filter parkings by location, vehicle type, price, and date. - Parking detail pages: show parking access, pricing, services, and booking or subscription offers. - Account area: manage bookings, invoices, vehicles, and profile details. ## Languages - French (`fr`) — default - Dutch (`nl`) - English (`en`) ## Public web routes - `/` - landing page - `/{lang}/search` - parking search and discovery - `/{lang}/account/cookie-policy` - cookie policy - `/{lang}/{country}/{city}/{slug}` - parking detail page, generated from live parking data. See sitemap ## Business - BePark operates a B2C marketplace for end users and a B2B offer for companies. - Pricing is city-dependent and varies by subscription commitment (monthly, 3-month, annual). - Payment is handled via Adyen (card, Bancontact, etc.). ## SEO files - `/robots.txt` - `/sitemap.xml` ## Exclusions - /*/account/ — private user data, do not index - /*/payment/ — transactional flows, do not index - /*/remote/ — user remotes, do not index