Skip to content

Commit c9a0a5c

Browse files
committed
feat: add robots.txt and sitemap.xml for better SEO management
1 parent 59792fc commit c9a0a5c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow:
3+
4+
Sitemap: /sitemap.xml

public/sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://jonasperusquia.com/</loc>
5+
<lastmod>2025-05-15</lastmod>
6+
<changefreq>monthly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)