chore: Update sitemap with new SEO pages
Added 3 new high-priority pages to sitemap: - /reserve-study-software (Priority: 0.95) - /investment-management (Priority: 0.95) - /special-assessment-calculator (Priority: 0.95) Updated homepage priority to 1.00 and added changefreq for better crawl optimization. Related: feature/add-seo-keyword-pages
This commit is contained in:
57
sitemap.xml
57
sitemap.xml
@@ -1,25 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
<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>
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/</loc>
|
||||
<lastmod>2026-03-02T15:38:58+00:00</lastmod>
|
||||
<lastmod>2026-03-31</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/privacy.html</loc>
|
||||
<lastmod>2026-03-02T15:39:00+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/terms.html</loc>
|
||||
<lastmod>2026-03-02T15:39:01+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
</url>
|
||||
|
||||
<!-- SEO Pages (High Priority) -->
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/reserve-study-software</loc>
|
||||
<lastmod>2026-03-31</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.95</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/investment-management</loc>
|
||||
<lastmod>2026-03-31</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.95</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/special-assessment-calculator</loc>
|
||||
<lastmod>2026-03-31</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.95</priority>
|
||||
</url>
|
||||
|
||||
<!-- Legal Pages -->
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/privacy.html</loc>
|
||||
<lastmod>2026-03-02</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.30</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://www.hoaledgeriq.com/terms.html</loc>
|
||||
<lastmod>2026-03-02</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.30</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user