From 770ee7d43884eeae0228b1f7ee17aec361e773ed Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 9 Aug 2024 12:13:21 -0500 Subject: [PATCH] Discourage indexing/crawling --- app/templates/about.html | 4 ++-- app/templates/contact.html | 4 ++-- app/templates/index.html | 4 ++-- app/templates/pgp.html | 4 ++-- robots.txt | 2 ++ 5 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 robots.txt diff --git a/app/templates/about.html b/app/templates/about.html index fcc10f8..f2d485e 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -5,8 +5,8 @@ - - + + diff --git a/app/templates/contact.html b/app/templates/contact.html index 082c1e6..cd76679 100644 --- a/app/templates/contact.html +++ b/app/templates/contact.html @@ -5,8 +5,8 @@ - - + + diff --git a/app/templates/index.html b/app/templates/index.html index 4e416e5..72afd24 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,8 +5,8 @@ - - + + diff --git a/app/templates/pgp.html b/app/templates/pgp.html index b79b501..9743a77 100644 --- a/app/templates/pgp.html +++ b/app/templates/pgp.html @@ -5,8 +5,8 @@ - - + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file