add robots.txt / sitemap.xml / favicon.ico

This commit is contained in:
2025-04-30 08:54:36 +02:00
parent da9bde12da
commit a8ef43f222
4 changed files with 35 additions and 3 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

8
static/robots.txt Normal file
View File

@@ -0,0 +1,8 @@
User-agent: *
Allow: /
Disallow: /home
Disallow: /home2
Disallow: /immagini
Sitemap: https://hersel.it/sitemap.xml

7
static/sitemap.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://hersel.it/</loc>
<lastmod>2025-04-30</lastmod>
</url>
</urlset>