sitemap.xml
A `sitemap.xml` file is an XML file that lists the URLs for a site along with additional metadata about each URL. This helps search engines like Google to crawl the site more intelligently. Here’s a simple overview of its structure:
Basic Structure of sitemap.xml
- URL
- YYYY-MM-DD
- daily/weekly/monthly
- 0.0-1.0
Example of sitemap.xml
https://www.example.com/
2023-10-01
monthly
1.0
https://www.example.com/about
2023-09-15
monthly
0.8
Key Elements
- : Specifies the URL of the page.
- : Indicates the last modified date of the page.
- : Suggests how frequently the page is likely to change.
- : Indicates the priority of the page relative