From f7dc080eae77751f740848660ae06938676a5079 Mon Sep 17 00:00:00 2001 From: konarfil Date: Mon, 25 Sep 2023 18:30:37 +0200 Subject: [PATCH] Sitemap and robots added --- src/robots.txt | 4 ++++ src/sitemap.xml | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/robots.txt create mode 100644 src/sitemap.xml diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 0000000..320d7f7 --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://oauth-playground.online/sitemap.xml \ No newline at end of file diff --git a/src/sitemap.xml b/src/sitemap.xml new file mode 100644 index 0000000..b4e7ae9 --- /dev/null +++ b/src/sitemap.xml @@ -0,0 +1,15 @@ + + + + https://oauth-playground.online/flow/code + 2023-09-25 + weekly + 0.8 + + + https://oauth-playground.online/flow/pkce + 2023-09-25 + weekly + 0.8 + +