Skip to content

Commit 1fc7ef0

Browse files
committed
Take the privacy policy off the index
1 parent ab0d50c commit 1fc7ef0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/pages/privacy-policy.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,23 @@ import Link from '../components/Link.astro';
55
const metadata = {
66
title: 'Privacy Policy',
77
useTitleTemplate: true,
8+
index: false,
89
};
910
---
1011

1112
<Layout metadata={metadata}>
1213
<h1>Privacy Policy</h1>
13-
1414
<p>
1515
Thank you for visiting my personal website. Your privacy is important to me.
1616
This policy explains what information is and is not collected when you visit
1717
this website.
1818
</p>
19-
2019
<p>
2120
If you have any questions, comments, or concerns about this policy, please
2221
contact me.
2322
</p>
24-
2523
<h2>Cookies</h2>
2624
<p>This website does not use cookies.</p>
27-
2825
<h2>Analytics</h2>
2926
<p>
3027
This website uses a web analytics service called <Link
@@ -41,7 +38,6 @@ const metadata = {
4138
The data is processed by Umami Cloud solely to provide analytics services
4239
and is accessible only to me. It is not shared to anyone else.
4340
</p>
44-
4541
<h2>Embedded Content</h2>
4642
<p>
4743
Pages on this website may include embedded content (e.g., videos, images, or

0 commit comments

Comments
 (0)