Implement SEO optimizations

This commit is contained in:
gpt-engineer-app[bot]
2025-10-24 16:51:17 +00:00
parent eef97143e5
commit fca54c7bd1
3 changed files with 72 additions and 5 deletions

View File

@@ -12,3 +12,5 @@ Allow: /
User-agent: *
Allow: /
Sitemap: https://victoria-way-carpark.lovable.app/sitemap.xml

21
public/sitemap.xml Normal file
View 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://victoria-way-carpark.lovable.app/</loc>
<lastmod>2025-01-01</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://victoria-way-carpark.lovable.app/testimonies</loc>
<lastmod>2025-01-01</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://victoria-way-carpark.lovable.app/contact</loc>
<lastmod>2025-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>