Skip to content

Commit bf380bc

Browse files
committed
Documentation for sitemaps
1 parent 9670c85 commit bf380bc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/sitemaps.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Sitemaps
2+
========
3+
4+
Sitemaps_ allows us to inform search engines about URLs that are available for crawling
5+
and communicate them additional information about each URL of the project:
6+
7+
* when it was last updated,
8+
* how often it changes,
9+
* how important it is in relation to other URLs in the site, and
10+
* what translations are available for a page.
11+
12+
Read the Docs automatically generates a sitemap for each project that hosts
13+
to improve results when performing a search on these search engines.
14+
This allow us to prioritize results based on the version number, for example
15+
to show ``latest`` as the top result followed by ``stable`` and then all the project's
16+
versions sorted following semver_.
17+
18+
.. _semver: https://semver.org/
19+
.. _Sitemaps: https://www.sitemaps.org/

0 commit comments

Comments
 (0)