Compare commits

..

2 Commits

Author SHA1 Message Date
me 486f177225 Add robots.txt for search engines to find the sitemap. 2026-05-15 12:59:23 -07:00
me 402d8d6f6c Add a static sitemap.xml for the RVR. 2026-05-15 12:56:28 -07:00
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://rollingveganrendezvous.com/sitemap.xml
+14
View File
@@ -0,0 +1,14 @@
<?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"
>
<url>
<loc>https://rollingveganrendezvous.com/</loc>
<lastmod>2026-05-15T12:00:00-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.00</priority>
</url>
</urlset>