mirror of
https://github.com/ysoftdevs/oauth-playground-client.git
synced 2026-01-16 16:47:11 +01:00
Sitemap and robots added
This commit is contained in:
4
src/robots.txt
Normal file
4
src/robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://oauth-playground.online/sitemap.xml
|
||||
15
src/sitemap.xml
Normal file
15
src/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user