Skip to content

Instantly share code, notes, and snippets.

@danqulogy
Created February 1, 2023 09:55
Show Gist options
  • Select an option

  • Save danqulogy/06e00f62b6f4ccdaefdfd4d48bb7f313 to your computer and use it in GitHub Desktop.

Select an option

Save danqulogy/06e00f62b6f4ccdaefdfd4d48bb7f313 to your computer and use it in GitHub Desktop.
Sitemap Example
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.example.com/</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.example.com/services/study-abroad-consultancy</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.example.com/services/photography-and-video-coverage</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.example.com/services/graphics-design-and-printing</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.example.com/services/real-estate</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.example.com/services/legal-documents</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.example.com/services/business-consultancy</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.example.com/about-us</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.example.com/contact-us</loc>
<lastmod>2023-01-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment