From cedd8db1f121ba82ba6a4b14f87d5855978e0cc5 Mon Sep 17 00:00:00 2001 From: II-Paulus-II Date: Sun, 24 Mar 2024 00:17:06 +0000 Subject: [PATCH] sitemap and robots.txt --- index.html | 2 +- public/robots.txt | 7 +++++++ public/sitemap.xml | 21 +++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/index.html b/index.html index 8502985..eb4c0c2 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Paul Hughes - Full Stack Developer diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..c0348b1 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,7 @@ +User-agent: Googlebot +Disallow: /nogooglebot/ + +User-agent: * +Allow: / + +Sitemap: https://paulus.casa/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..c8ccca6 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,21 @@ + + + + https://paulus.casa/ + 2024-03-24 + monthly + 0.8 + + + https://paulus.casa/projects + 2024-03-24 + monthly + 0.8 + + + https://paulus.casa/expertise + 2024-03-24 + monthly + 0.8 + + \ No newline at end of file