diff --git a/surfsense_web/app/(home)/privacy/page.tsx b/surfsense_web/app/(home)/privacy/page.tsx index 1bc939a1f..22833ae4a 100644 --- a/surfsense_web/app/(home)/privacy/page.tsx +++ b/surfsense_web/app/(home)/privacy/page.tsx @@ -1,190 +1,369 @@ import type { Metadata } from "next"; +import Link from "next/link"; export const metadata: Metadata = { title: "Privacy Policy | SurfSense", - description: "Privacy Policy for SurfSense application", + description: + "Privacy Policy for SurfSense. Learn how we collect, use, and protect your data, and how third-party services such as Google AdSense use cookies on our site.", alternates: { canonical: "https://www.surfsense.com/privacy", }, }; +/** + * Update this date whenever you make a material change to the policy. Keeping + * it as a static constant (rather than `new Date()`) avoids hydration + * mismatches and makes the policy look professionally maintained to reviewers + * (including AdSense reviewers). + */ +const LAST_UPDATED = "May 21, 2026"; + export default function PrivacyPolicy() { return (
Last updated: {new Date().toLocaleDateString()}
+Last updated: {LAST_UPDATED}
- Welcome to SurfSense. We respect your privacy and are committed to protecting your - personal data. This privacy policy will inform you about how we look after your personal - data when you visit our website and tell you about your privacy rights and how the law - protects you. + Welcome to SurfSense ("SurfSense", "we", "us", or "our"). We operate the website at{" "} + www.surfsense.com and the SurfSense application + (collectively, the "Service"). We respect your privacy and are committed to protecting + your personal data. This Privacy Policy explains what data we collect, how we use it, + who we share it with, and the rights you have over your data.
- By using our services, you acknowledge that you have read and understood this Privacy - Policy. We reserve the right to modify this policy at any time, and such modifications - shall be effective immediately upon posting the modified policy on this website. + By accessing or using the Service, you acknowledge that you have read and understood + this Privacy Policy. If you do not agree with our policies and practices, do not use + the Service. We may modify this policy from time to time; material changes will be + reflected by updating the "Last updated" date above.
- We may collect, use, store and transfer different kinds of personal data about you which - we have grouped together as follows: -
+We collect the following categories of personal data:
- We may also collect, use and share Aggregated Data such as statistical or demographic - data for any purpose. Aggregated Data may be derived from your personal data but is not - considered personal data in law as this data does not directly or indirectly reveal your - identity. -
We use your personal data only where we have a lawful basis to do so, including:
+- We will only use your personal data when the law allows us to. Most commonly, we will - use your personal data in the following circumstances: + We and our partners use cookies, local storage, and similar technologies to operate the + Service, remember your preferences, measure usage, and serve advertising. The + categories include:
- We may use your information for marketing purposes, such as sending you information - about our products, services, promotions, and events. You can opt-out of receiving these - communications at any time. + You can control cookies through your browser settings. Blocking strictly necessary + cookies will prevent the Service from functioning correctly. Where required by law, we + request your consent before setting non-essential cookies.
- We have put in place appropriate security measures to prevent your personal data from - being accidentally lost, used or accessed in an unauthorized way, altered or disclosed. - In addition, we limit access to your personal data to those employees, agents, - contractors and other third parties who have a business need to know. -
-- While we implement safeguards designed to protect your information, no security system - is impenetrable and due to the inherent nature of the Internet, we cannot guarantee that - information, during transmission through the Internet or while stored on our systems, is - absolutely safe from intrusion by others. -
-- We will only retain your personal data for as long as necessary to fulfill the purposes - we collected it for, including for the purposes of satisfying any legal, accounting, or - reporting requirements. To determine the appropriate retention period for personal data, - we consider the amount, nature, and sensitivity of the personal data, the potential risk - of harm from unauthorized use or disclosure of your personal data, the purposes for - which we process your personal data and whether we can achieve those purposes through - other means, and the applicable legal requirements. -
-- Under certain circumstances, you have rights under data protection laws in relation to - your personal data, including: + Our free public pages (currently www.surfsense.com/free) are + supported by advertising served through Google AdSense, a service provided by Google + LLC.
- Please note that these rights are not absolute, and we may be entitled to refuse - requests where exceptions apply. If you wish to exercise any of the rights set out - above, please contact us. We may need to request specific information from you to help - us confirm your identity and ensure your right to access your personal data. + For more information about how Google uses data when you use our Service, see{" "} + + How Google uses information from sites or apps that use our services + + .
- Our service may contain links to other websites that are not operated by us. If you - click on a third-party link, you will be directed to that third party's site. We - strongly advise you to review the Privacy Policy of every site you visit. We have no - control over and assume no responsibility for the content, privacy policies, or - practices of any third-party sites or services. + We implement technical and organizational measures designed to protect your personal + data against accidental loss, unauthorized access, alteration, and disclosure. Access + to personal data is limited to personnel who need it to operate the Service. +
++ No system can be guaranteed to be fully secure. We cannot guarantee that personal data + transmitted to or stored by the Service will be free from unauthorized access. You are + responsible for keeping your account credentials confidential.
- If you have any questions about this privacy policy or our privacy practices, please - contact us at: + We retain personal data only for as long as necessary to provide the Service and to + comply with our legal, accounting, and reporting obligations. Account data is retained + for the life of your account; you can request deletion at any time. Aggregated data + that no longer identifies you may be retained indefinitely for analytics and product + improvement purposes. Anonymous chat sessions on our free pages are not retained in + any user-linked database. +
++ We rely on the following categories of third-party processors and providers to operate + the Service. Each is bound by its own privacy policy, which we encourage you to + review: +
++ We do not sell personal data to third parties. We share data with the providers above + only to the extent needed to operate the Service. +
++ Subject to applicable law, you have the following rights in relation to your personal + data: +
++ To exercise any of these rights, please contact us using the details in Section 13. We + may need to verify your identity before responding to your request. +
++ If you are a California resident, you have additional rights under the California + Consumer Privacy Act (as amended by the CPRA), including: +
++ To exercise your CCPA rights, please contact us using the details in Section 13. +
++ The Service is not directed to children under 13 (or under 16 in the EEA, UK, and + Switzerland). We do not knowingly collect personal data from children. If you believe + a child has provided us with personal data, please contact us and we will take steps + to delete it. We do not knowingly serve personalized advertising to children. +
++ We may update this Privacy Policy from time to time to reflect changes in our + practices, technology, legal requirements, or for other operational reasons. When we + make material changes, we will update the "Last updated" date at the top of this page + and, where appropriate, provide additional notice (such as an in-product notification + or email). Your continued use of the Service after the updated policy becomes + effective constitutes your acceptance of the revised policy. +
++ If you have questions about this Privacy Policy or our privacy practices, or if you + want to exercise any of your rights, please contact us at:
- Email: rohan@surfsense.com + Email:{" "} + rohan@surfsense.com