01 / What cookies are
Cookies are small pieces of information stored by a browser. Similar technologies, including localStorage, can preserve preferences and application state. SerpTide may use these mechanisms to operate the website and remember choices.
02 / Static demo behavior
This static package uses localStorage for cart state, the SERP10 discount code, checkout-demo completion, and cookie-choice state. No server-side cookie database is present in this package.
03 / Necessary functions
A production implementation may use necessary cookies for authentication, security, session continuity, fraud prevention, and subscription management. These should be limited to the purposes needed to operate the service.
04 / Preferences
Preference storage can remember choices such as cookie consent, interface settings, or language. Users can generally clear browser storage through browser controls.
05 / Analytics
If analytics are added to a production deployment, the live privacy and cookie disclosures should identify the provider, categories of data, purpose, retention, and available choices. This package does not include a third-party analytics script.
06 / Advertising
This static package does not include advertising trackers. If advertising or cross-site measurement is introduced later, the production consent experience and policy should be updated before deployment.
07 / Managing choices
Browser settings can block or delete cookies and local storage, although doing so can affect functionality. A production consent mechanism should respect user choices where required by law.
08 / Updates
Cookie practices may change when new services or vendors are introduced. The live policy should identify an effective date and describe material changes.
09 / Contact
Company contact fields are intentionally blank in this static package. Publish the appropriate privacy contact before enabling production data collection.