From 71ba67c88b3611693d3091996daa909763f31f7e Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 15 Jan 2021 21:06:27 +0100 Subject: [PATCH] Add robots.txt and sitemap --- public/robots.txt | 3 +++ public/sitemap.xml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..179412f --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://hazemkrimi.tech/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..582162e --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,19 @@ + + + + http://www.hazemkrimi.tech/ + 2021-01-15T20:01:01+00:00 + + + http://www.hazemkrimi.tech/about + 2021-01-15T20:01:01+00:00 + + + http://www.hazemkrimi.tech/portfolio + 2021-01-15T20:01:01+00:00 + + + http://www.hazemkrimi.tech/blog + 2021-01-15T20:01:01+00:00 + + \ No newline at end of file