We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c04a96 + a38bee4 commit 0f80a2eCopy full SHA for 0f80a2e
docs/guides/technical-docs-seo-guide.rst
@@ -58,7 +58,11 @@ To summarize some of the most important aspects
58
as they apply to technical documentation, your site should:
59
60
* Use descriptive and accurate titles in the HTML ``<title>`` tag.
61
+ For Sphinx, the ``<title>`` comes from the first heading on the page.
62
* Ensure your URLs are descriptive. They are displayed in search results.
63
+ Sphinx uses the source filename without the file extension as the URL.
64
+* Make sure the words your readers would search for to find your site
65
+ are actually included on your pages.
66
* Avoid low content pages or pages with very little original content.
67
* Avoid tactics that attempt to increase your search engine ranking
68
without actually improving content.
0 commit comments