Cookie Policy
Feature Detail
Description
The Cookie Policy page discloses all cookies and similar tracking technologies used on the Meander sales website, categorized by purpose (strictly necessary, functional, analytics, marketing). It explains what each cookie does, who sets it (first-party or third-party), how long it persists, and how users can manage or withdraw consent. The page works in conjunction with the cookie consent banner that appears on first visit. It must accurately reflect the actual cookies deployed on the site and be updated whenever new tracking tools are added. Norwegian ePrivacy regulations and the EU Cookie Directive require this disclosure for any website setting non-essential cookies.
Analysis
Cookie consent and disclosure requirements under the Norwegian ePrivacy Act and the EU Cookie Directive are enforceable obligations with real penalty risk. The Norwegian Data Protection Authority (Datatilsynet) has issued fines for non-compliant cookie practices, and the sales website is a public-facing marketing property that is more likely to be audited than internal tooling. Beyond compliance, a transparent Cookie Policy builds trust with the non-profit and public-sector organizations that Meander targets - audiences that are increasingly privacy-aware and may scrutinize cookie usage as part of their vendor evaluation. Proper consent management also ensures that analytics data is legally collected, making it reliable for marketing and product decisions.
The page is a static Next.js route at `/cookie-policy`. It must list every cookie set by the site at the time of publication, including cookies set by third-party scripts such as analytics providers, live chat widgets, or booking tools. The cookie consent banner (e.g. implemented via a consent management platform such as Cookiebot or a lightweight custom solution) must link to this page and block non-essential cookies until consent is given. The Cookie Policy must be regenerated or reviewed whenever new third-party scripts are added to the site. Consider automating cookie scanning as part of the CI pipeline or deployment checklist. The page must be linked from the footer and from the cookie consent banner itself. Strictly necessary cookies (session management, CSRF) do not require consent but must still be disclosed.
Components (40)
Shared Components
These components are reused across multiple features
User Interface (9)
Service Layer (15)
Data Layer (8)
Infrastructure (7)
User Stories
No user stories have been generated for this feature yet.