Skip to content

Commit f941fc7

Browse files
Docs: small updates to sitemaps page (#11585)
* Docs: small updates to sitemaps page Closes #10816 * Update docs/user/reference/sitemaps.rst --------- Co-authored-by: Eric Holscher <[email protected]>
1 parent 0699f92 commit f941fc7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/user/reference/sitemaps.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
``sitemap.xml`` support
2-
=======================
1+
Sitemap support
2+
===============
33

44
`Sitemaps <https://www.sitemaps.org/>`__ allow you to inform search engines about URLs that are available for crawling.
55
This makes your content more :term:`discoverable <discoverability>`,
@@ -17,10 +17,8 @@ It contains information such as:
1717
* What translations are available for a page.
1818

1919
Read the Docs automatically generates a ``sitemap.xml`` for your project,
20-
21-
By default the sitemap includes:
22-
23-
* Each version of your documentation and when it was last updated, sorted by version number.
20+
by default the sitemap includes each version of your documentation and when it was last updated,
21+
sorted by version number.
2422

2523
This allows search engines to prioritize results based on the version number,
2624
sorted by `semantic versioning`_.

0 commit comments

Comments
 (0)