Cookie Policy Page
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Static page on the Meander sales website that discloses what cookies and tracking technologies are used by the public site. Lists essential cookies (demo form), any analytics cookies if enabled, and explains user rights under the EU ePrivacy Directive and Norwegian ekomloven §2-7b. Linked from the site footer and consent banner.
cookie-policy-page
Sources & reasoning
Source explicitly lists Cookie Policy in Sales Website core capabilities (line 168) and area taxonomy (line 387). Subprocessors.md (lines 21-25) confirms minimal cookie surface (no analytics), supporting low-complexity classification. MVP bundled legal scope per §5.
-
docs/source/likeperson.md · line 168Privacy policy, Terms of Service, Data Processing Agreement, Cookie Policy
-
docs/source/likeperson.md · line 387sales-legal | Legal Documents | Privacy Policy, Terms of Service, DPA, Cookie Policy
-
docs/source/Subprocessors.md · line 21-25Meander benytter per i dag ikke: Feillogg- eller analyseverktoy (Sentry, Datadog, PostHog, Mixpanel, Firebase Analytics, Crashlytics)
Responsibilities
- Render the Cookie Policy page content with categorized cookie listings
- Disclose essential cookies used by the demo form
- Describe any analytics or non-essential cookies and consent requirements
- Provide guidance on how visitors can manage or withdraw cookie consent
- Maintain accessible links from the site footer and consent banner
Interfaces
renderCookiePolicyPage(): HTMLPage
getCookieCategories(): CookieCategory[]