From de99bb7a5d05fe866e190a4f1eab54f1d16549fd Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 15 Dec 2021 12:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +--- public/robots.txt | 9 +++++++++ public/sitemap.xml | 9 +++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/.gitignore b/.gitignore index e2267b04..6fe9ce66 100644 --- a/.gitignore +++ b/.gitignore @@ -33,9 +33,7 @@ yarn-error.log* # vercel .vercel -# sitemap -/public/robots.txt -/public/sitemap.xml +# dev /data.json /yarn.lock .idea diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..6e83f7cb --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,9 @@ +# * +User-agent: * +Allow: / + +# Host +Host: https://tangly1024.com + +# Sitemaps +Sitemap: https://tangly1024.com/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 00000000..ae2d5fa5 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9 @@ + + +https://tangly1024.comdaily0.72021-12-15T04:02:54.175Z +https://tangly1024.com/archivedaily0.72021-12-15T04:02:54.175Z +https://tangly1024.com/categorydaily0.72021-12-15T04:02:54.175Z +https://tangly1024.com/feeddaily0.72021-12-15T04:02:54.175Z +https://tangly1024.com/searchdaily0.72021-12-15T04:02:54.175Z +https://tangly1024.com/tagdaily0.72021-12-15T04:02:54.175Z + \ No newline at end of file