Skip to content

Commit 8a7d4d5

Browse files
author
Chris Cho
committed
PRR fixes
1 parent e59f574 commit 8a7d4d5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/style-guide/markup/directives/metadata.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Page Metadata Directives
77
meta
88
----
99

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`.
1417

1518
.. important::
1619

0 commit comments

Comments
 (0)