sitemap.xml
A `sitemap.xml` file is an important component for SEO and helps search engines understand the structure of your website. It is an XML file that lists the URLs of your site, allowing search engines to crawl and index your pages more efficiently.
Here is a simple example of how a `sitemap.xml` might look:
```xml
http://www.example.com/
2023-10-01
weekly
1.0
http://www.example.com/about
2023-09-15
monthly
0.8
http://www.example.com/contact
2023-08-20
yearly
0.5
```
### Key Elements of `sitemap.xml`
- <url>: Represents a single URL entry in the sitemap.
- <loc>: The location (URL) of the webpage.
- <lastmod>: The date the page was last modified.
- <changefreq>: How frequently the page is likely to change (e.g., daily, weekly, monthly).
- <priority>: The priority of the URL relative to other URLs on the site (range from 0.0 to