Add robots.txt and sitemap.xml for SEO
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Disallow: /admin
|
||||||
|
Disallow: /api/
|
||||||
|
Disallow: /thanks
|
||||||
|
Disallow: /subscribe/thanks
|
||||||
|
|
||||||
|
Sitemap: https://versebyversewithnate.us/sitemap.xml
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://versebyversewithnate.us/</loc>
|
||||||
|
<lastmod>2026-04-27</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://versebyversewithnate.us/start-here</loc>
|
||||||
|
<lastmod>2026-04-27</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://versebyversewithnate.us/questions</loc>
|
||||||
|
<lastmod>2026-04-27</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.7</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://versebyversewithnate.us/subscribe</loc>
|
||||||
|
<lastmod>2026-04-27</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.6</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://versebyversewithnate.us/privacy</loc>
|
||||||
|
<lastmod>2026-04-27</lastmod>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.3</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://versebyversewithnate.us/terms</loc>
|
||||||
|
<lastmod>2026-04-27</lastmod>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.3</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Reference in New Issue
Block a user