Cookie Policy
Feature Detail
Description
The Cookie Policy page discloses what cookies and similar tracking technologies the Meander Sales Website uses, their purpose, duration, and the third-party services involved. It accompanies an interactive cookie consent banner that allows visitors to accept or reject non-essential cookies before any tracking scripts execute. The policy distinguishes between strictly necessary cookies (session management, security) and optional categories such as analytics or marketing. The consent state is persisted in the browser and can be updated at any time by revisiting the cookie settings, in compliance with ePrivacy Directive and GDPR consent requirements.
Sources & reasoning
Explicitly listed as a Sales Website core capability (line 223). The ePrivacy Directive requires a consent mechanism before any tracking cookies are set on the public website. The blueprint assigns a CookieConsentBannerWidget component to this feature, confirming implementation scope. Phase 1 MVP evidence at line 337. Target release MVP per phase-1 evidence and ePrivacy compliance requirement before launch.
-
docs/source/likeperson.md · line 222-225Privacy policy, Terms of Service, Data Processing Agreement, Cookie Policy
-
docs/source/likeperson.md · line 337Privacy policy og vilkår
Analysis
The ePrivacy Directive and GDPR require prior informed consent before setting non-essential cookies on a visitor's device. Without a compliant cookie policy and consent mechanism, the Sales Website cannot legally use analytics, advertising pixels, or third-party scripts, and Norse Digital Products risks regulatory fines. For prospective organizations, a visible and functional consent banner signals that the platform takes privacy seriously - an important trust signal when selling to organizations that handle vulnerable populations. Publishing a clear cookie policy also reduces support queries and demonstrates readiness for data-protection officer review during procurement, accelerating the sales cycle for organizations with formal compliance processes.
The page is a static content page on the Next.js static-export Sales Website. The CookieConsentBannerWidget component is a client-side UI component that fires before any non-essential scripts load, using localStorage or a first-party cookie to persist consent state. Cookie categories should map to script loading: analytics (e.g. Plausible or privacy-respecting alternative) loads only after explicit opt-in. The banner must be keyboard-navigable and screen-reader-friendly per WCAG 2.2 AA, with clear accept/reject and manage-preferences controls. The policy page lists each cookie name, domain, purpose, and expiry. A "Manage Cookie Preferences" link in the footer allows users to update consent at any time without requiring a page reload.
Components (9)
Shared Components
These components are reused across multiple features
User Stories
No user stories have been generated for this feature yet.