feat: add sitemap.xml and robots.txt for search engines
This commit is contained in:
parent
fe5eaac724
commit
afb1622563
2 changed files with 25 additions and 0 deletions
4
public/robots.txt
Normal file
4
public/robots.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://andre-kempf.com/sitemap.xml
|
||||
21
public/sitemap.xml
Normal file
21
public/sitemap.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://andre-kempf.com/</loc>
|
||||
<lastmod>2026-07-28</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://andre-kempf.com/imprint</loc>
|
||||
<lastmod>2026-07-28</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://andre-kempf.com/privacy</loc>
|
||||
<lastmod>2026-07-28</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Loading…
Reference in a new issue