File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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/
You can’t perform that action at this time.
0 commit comments