sitemap.xml
A `sitemap.xml` file is an XML file that helps search engines understand the structure of your website. It lists all the important pages on your site, making it easier for search engines to crawl and index them. Here’s a simple outline of how a typical `sitemap.xml` file is structured:
```xml
http://www.example.com/
2023-10-01
monthly
1.0
http://www.example.com/about
2023-10-01
monthly
0.8
http://www.example.com/contact
2023-10-01
monthly
0.5
```
### Key Elements:
- <url>: Represents a single URL entry.
- <loc>: The URL of the page.
- <lastmod>: The last modification date of the page.
- <changefreq>: How frequently the page is likely to change (e.g., daily, weekly, monthly).
- <priority>: The priority of the page relative to other pages on the site (value between 0.0 and 1.0).
Including a `sitemap.xml` file on your