Docs Menu
Docs Home
/
MongoDB Meta Documentation
/ / /

Page Metadata Directives

On this page

  • meta
  • title
  • facet

Use .. meta:: to add HTML <meta> tags to a page. These tags provide other systems, such as web browsers, search engines, and other web services, with information about the page.

You can specify the keywords and description name attributes, which can help indexing pages on internal and external search engines. To learn more, see Search Engine Optimization Guidelines.

Important

Use the meta keyword tag standards defined in the Taxonomy tagging instructions.

.. meta::
:keywords: read concern, local read concern, read isolation, transactions, multi-document transactions
:description: You can tune the consistency and availability of your application using write concerns and read concerns.

Add the .. meta:: directive on the line below the page title with a line break in between.

Learn more about the meta directive from the Docutils documentation.

Overrides the document title.

.. title::

Learn more about the title directive from the Docutils documentation.

Adds a taxonomy value of product, programming language, or genre.

.. facet::

Learn more about the facet directive from the Taxonomy tagging instructions.

Back

Directives

On this page