File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
source/style-guide/markup/directives Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ Page Metadata Directives
7
7
meta
8
8
----
9
9
10
- Use ``.. meta::`` to add |html| meta tags to a page. Adding meta tags
11
- aids in searches both internally and through the Internet. You can add
12
- both keywords and descriptions. To learn more, see
13
- :ref:`seo-guidelines`.
10
+ Use ``.. meta::`` to add |html| ``<meta>`` tags to a page. These tags are not
11
+ provide other systems such as web browsers, search engines, and other web
12
+ services, with information about the page.
13
+
14
+ You can specify the ``keywords`` and ``description`` name attributes, which
15
+ can help indexing pages on internal and external search engines. To learn
16
+ more about how to use these name attributes, see :ref:`seo-guidelines`.
14
17
15
18
.. important::
16
19
You can’t perform that action at this time.
0 commit comments