Created
February 1, 2023 09:55
-
-
Save danqulogy/06e00f62b6f4ccdaefdfd4d48bb7f313 to your computer and use it in GitHub Desktop.
Sitemap Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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