Add a sitemap and improve robots.txt.

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
2025-01-11 15:00:44 +02:00
parent f54ba174c7
commit f3cfba0604
5 changed files with 65 additions and 1 deletions

31
sitemap.xml Normal file
View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://purplebored.pl/</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://purplebored.pl/pages/buttons.html</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://purplebored.pl/pages/contact.html</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://purplebored.pl/pages/guides.html</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://purplebored.pl/pages/mirrors.html</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://purplebored.pl/pages/socials.html</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://purplebored.pl/robots.txt</loc>
<priority>1.0</priority>
</url>
</urlset>