import Link from "next/link"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Privacy Policy | Leander Scherer", description: "Privacy policy for schererleander.de", }; export default function PrivacyPage() { return (

Privacy Policy

This site respects your privacy. It does not use cookies and does not collect any personal data. The source code is available on GitHub.

Analytics

I use Plausible Analytics to collect anonymous usage statistics. Plausible is a privacy-focused analytics tool that does not use cookies and is fully compliant with GDPR, CCPA, and PECR.

Maps

The map on this website uses Carto for basemaps. When you view the map, your browser makes requests to Carto to load the map tiles.

Contact

If you have any questions about this privacy policy, please contact me at leander@schererleander.de.

); }