1diff --git a/content/privacy/_index.org b/content/privacy/_index.org
2new file mode 100644
3index 0000000000000000000000000000000000000000..0d68d4ff35ad0b696121419b0b36041d34730180
4--- /dev/null
5+++ b/content/privacy/_index.org
6@@ -0,0 +1,12 @@
7++++
8+title = "Privacy"
9+author = ["gabrielgio"]
10+layout = "single"
11+draft = false
12++++
13+
14+**I don't store any data period.**
15+
16+
17+I don't track, make use of any analytic platform, or use any kind of proprietary
18+javascript.
19diff --git a/themes/flamingo/layouts/partials/meta.html b/themes/flamingo/layouts/partials/meta.html
20index 5e8c0feb3f094aa7c846752fef0b2c6b166cfec3..0cae971f5674b07c1409d5f742dd1af765a97f0b 100644
21--- a/themes/flamingo/layouts/partials/meta.html
22+++ b/themes/flamingo/layouts/partials/meta.html
23@@ -1,30 +1,3 @@
24-<!-- SEO !-->
25-<meta itemprop="name" content="{{ .Title }} | {{ .Site.Params.description }}" />
26-
27 <base href="{{ .Permalink }}">
28-<link rel="canonical" href="{{ .Permalink }}" itemprop="url" />
29-<meta name="url" content="{{ .Permalink }}" />
30-
31-<meta property="og:locale" content="{{ .Language.Lang }}">
32 <meta name="language" content="{{ .Language.LanguageName }}">
33-
34-
35 <link rel="sitemap" type="application/xml" title="Sitemap" href="{{ .Site.BaseURL }}sitemap.xml" />
36-
37-{{ with .OutputFormats.Get "RSS" }}
38- <link href="{{ .Permalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
39- <link href="{{ .Permalink }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
40-{{ end }}
41-
42-<!-- Search Engine Crawler Tags -->
43-<meta name="robots" content="index,follow" />
44-<meta name="googlebot" content="index,follow" />
45-
46-<!-- Theme Color -->
47-<meta name="theme-color" content="#141414" />
48-<meta name="msapplication-TileColor" content="#141414" />
49-
50-<meta name="imagemode" content="force" />
51-<meta name="coverage" content="Worldwide" />
52-<meta name="distribution" content="Global" />
53-<meta name="HandheldFriendly" content="True" />