-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
94 lines (77 loc) · 3.48 KB
/
privacy.html
File metadata and controls
94 lines (77 loc) · 3.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="This Privacy Policy outlines how Click to Cook collects and uses your data, including affiliate links, cookies, and analytics tools." />
<meta name="author" content="Deepak Prajapat" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://clicktocookfood.netlify.app/privacy" />
<meta name="google-adsense-account" content="ca-pub-3930956076515303">
<title>Privacy Policy | Click to Cook</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 40px 20px;
background-color: #f9f9f9;
color: #333;
max-width: 800px;
margin: auto;
line-height: 1.8;
}
h1, h2 {
color:#622906;
}
a {
color: teal;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> January 1, 2025</p>
<p><strong>Click to Cook</strong> ("we", "our", or "us") respects your privacy and is committed to protecting any personal information you share with us. This policy outlines how we collect, use, and protect your information.</p>
<h2>1. Information We Collect</h2>
<ul>
<li><strong>Personal Data:</strong> Such as your name and email address, only if you contact us directly.</li>
<li><strong>Usage Data:</strong> Pages visited, clicks, and time spent on the site, collected through cookies and analytics tools.</li>
</ul>
<h2>2. How We Use Your Information</h2>
<ul>
<li>To respond to your inquiries or support requests.</li>
<li>To improve site content, design, and functionality.</li>
<li>To monitor performance of affiliate links and ad interactions.</li>
</ul>
<h2>3. Affiliate Links</h2>
<p>This site uses affiliate links, including Amazon Associates. If you click a link and make a purchase, we may earn a commission at no additional cost to you. These third-party sites have their own privacy policies.</p>
<h2>4. Cookies</h2>
<p>We use cookies to understand user behavior and improve your experience. You can disable cookies in your browser settings at any time.</p>
<h2>5. Third-Party Services</h2>
<p>We use tools like Google Analytics and affiliate programs (like Amazon) that may collect data per their own privacy policies. You can review their policies below:</p>
<ul>
<li><a href="https://policies.google.com/privacy">Google Privacy Policy</a></li>
<li><a href="https://affiliate-program.amazon.com/help/policies">Amazon Affiliate Policy</a></li>
</ul>
<h2>6. Your Rights & Choices</h2>
<ul>
<li>You can disable cookies or tracking via browser settings.</li>
<li>You may request to review or delete your personal data by contacting us.</li>
</ul>
<h2>7. Policy Updates</h2>
<p>This Privacy Policy may be updated occasionally. When we do, the revised version will be posted here with a new effective date.</p>
<h2>8. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please email us at: <a href="mailto:deepakprajapat0603@email.com">deepakprajapat0603@email.com</a></p>
<p><a href="index.html">← Back to Home</a></p>
</body>
</html>