[FEAT] Add robots.txt and sitemap

This commit is contained in:
2025-11-25 20:37:19 +01:00
parent 00cee9e593
commit df6758d112
2 changed files with 19 additions and 0 deletions

3
public/robots.txt Normal file
View File

@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://spritesheetgenerator.online/sitemap.xml

16
public/sitemap.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
<url>
<loc>https://spritesheetgenerator.online/</loc>
<lastmod>2025-11-25T17:52:14+00:00</lastmod>
</url>
</urlset>