From ef070d796ba446378e5d370885e0bbb16b7e142f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 23 Mar 2024 19:40:35 -0400 Subject: [PATCH] Add robots.txt and sitemap.xml --- robots.txt | 3 +++ sitemap.xml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..831620b --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: https://gong.gp/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..3d946d6 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,6 @@ + + + + https://gong.gp + + \ No newline at end of file