Sitemap and robots added

This commit is contained in:
konarfil
2023-09-25 18:30:37 +02:00
parent 2a29c4d373
commit f7dc080eae
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://oauth-playground.online/sitemap.xml
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://oauth-playground.online/flow/code</loc>
<lastmod>2023-09-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://oauth-playground.online/flow/pkce</loc>
<lastmod>2023-09-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>