sitemap.xml
A `sitemap.xml` file is an XML file that provides information about the pages on your website. It helps search engines understand the structure of your site and locate all the pages that should be indexed. Here’s a simple structure of what a `sitemap.xml` file might look like:
```xml
https://www.example.com/
2023-10-01
daily
1.0
https://www.example.com/about
2023-10-01
monthly
0.8
https://www.example.com/contact
2023-10-01
yearly
0.5
```
### Key Elements
- <url>: Represents a single URL in the sitemap.
- <loc>: The location 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 (ranges from 0.0 to 1.0).
New Chat
Also available: ssh ch.at • curl ch.at/?q=hello • dig @ch.at "question" TXT
No logs • No accounts • Free software • GitHub