Skip to content

Commit

Permalink
Add sitemap.xml for better SEO
Browse files Browse the repository at this point in the history
A sitemap.xml file has been added to the public directory. This update is intended to enhance Search Engine Optimization (SEO). The sitemap includes URLs for the main site, about page, projects page, resume page, and the contact me page, all with their last modification dates.
  • Loading branch information
FleetAdmiralJakob committed Dec 5, 2023
1 parent d3f8942 commit 09d5312
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.roessner.tech</loc>
<lastmod>2023-12-05</lastmod>
</url>
<url>
<loc>https://www.roessner.tech/#/about</loc>
<lastmod>2023-12-05</lastmod>
</url>
<url>
<loc>https://www.roessner.tech/#/projects</loc>
<lastmod>2023-12-05</lastmod>
</url>
<url>
<loc>https://www.roessner.tech/#/resume</loc>
<lastmod>2023-12-05</lastmod>
</url>
<url>
<loc>https://www.roessner.tech/#/contactme</loc>
<lastmod>2023-12-05</lastmod>
</url>
</urlset>

0 comments on commit 09d5312

Please sign in to comment.