sitemap.xml
A `sitemap.xml` file is an XML file that helps search engines understand the structure of a website. It provides a list of URLs that are accessible on the site along with additional metadata about each URL. This can improve the website's visibility in search engine results.
Here’s a simple example of what a `sitemap.xml` might look like:
```xml
https://www.example.com/
2023-10-01
monthly
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 of a Sitemap
- <url>: A container for a single URL entry.
- <loc>: The URL of the page.
- <lastmod>: The last modified date of the page.
- <changefreq>: How frequently the page is expected to change (e.g., daily, weekly, monthly).
- <priority>: The priority of the URL relative to other pages on the site (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