feat: add meta tags for SEO, robots.txt and sitemap.xml

This commit is contained in:
Florian Sylvain
2025-08-23 18:37:42 +02:00
parent 3cb91f2f58
commit 2b3a7d4687
4 changed files with 25 additions and 3 deletions
+16
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://floriansylvain.fr/</loc>
<lastmod>2025-08-23T16:28:03+00:00</lastmod>
</url>
</urlset>