sitemap.xml
A `sitemap.xml` file is an essential tool for search engine optimization (SEO) that helps search engines understand the structure of a website. It allows you to inform search engines about the pages, videos, and other files that are available for crawling.
Here is a simple example of what a `sitemap.xml` file might look like:
```xml
http://www.example.com/
2023-10-01
daily
1.0
http://www.example.com/about
2023-10-01
monthly
0.8
http://www.example.com/contact
2023-10-01
yearly
0.5
```
In this example:
- <url>: Represents a single URL entry.
- <loc>: The location of the page.
- <lastmod>: The last modified date of the page.
- <changefreq>: Suggested frequency of updates (e.g., daily, weekly, monthly).
- <priority>: The priority of the page relative to other pages on the site, ranging from 0.0 to 1