# Privacy & Cookies Policy **Last Updated:** November 9, 2025 This website is a personal CV/portfolio site for Juan Andrés Moreno Rubio. This privacy notice explains what data is collected and how it's used. --- ## Analytics & Tracking ### Matomo Analytics This website uses **Matomo**, a self-hosted, privacy-friendly analytics platform to understand visitor behavior. **What is collected:** - Pages you visit - Language preference (EN/ES) - Approximate location (country/city level) - Browser type and operating system - Referring website (if any) - Time spent on site - Clicks on external links **What is NOT collected:** - Personal identifying information (name, email, phone) - Precise geolocation - Cross-site tracking data **Cookies used:** - `_pk_id`: Visitor identifier (13 months) - `_pk_ses`: Session identifier (30 minutes) - `_pk_ref`: Attribution information (6 months) **Data storage:** - All analytics data is stored on a self-hosted Matomo instance - Data is NOT shared with third parties - Data is NOT sold or used for advertising **Opt-out:** - Matomo respects "Do Not Track" browser settings - You can block cookies in your browser settings - You can use browser extensions to block analytics scripts --- ## Other Data Collection ### Language Preference The site stores your language preference (English/Spanish) in **localStorage** to remember your choice across visits. This is stored only in your browser and is never sent to the server. ### No Account System This website does NOT require accounts, logins, or user registration. No personal data is collected through forms. --- ## Contact If you have questions about this privacy policy or data handling: **Email:** Contact information available on the CV itself **GitHub:** [https://github.com/juanatsap/cv-site](https://github.com/juanatsap/cv-site) --- ## For Developers Using This Code This privacy policy is a **template** showing how to handle self-hosted analytics. If you use this code: ### If You Want Analytics: 1. Set up your own analytics service (Matomo, Plausible, etc.) 2. Update the tracking code in `templates/index.html`: - Replace the analytics server URL with yours - Replace the site ID with yours 3. Update CSP headers in `internal/middleware/security.go`: - Add your analytics domain to `script-src` and `connect-src` 4. Rewrite this PRIVACY.md file with your own: - Contact information - Analytics provider details - Data handling practices ### If You Don't Want Analytics: 1. Remove the analytics `