Skip to content

Commit dd8b6d0

Browse files
authored
DOCSP-38242 meta descriptions batch 2 (#7416) (#7423)
* DOCSP-38242 meta descriptions batch 2) * DOCSP-38242 meta descriptions batch 2) * DOCSP-38242 copy edits * DOCSP-38242 copy edits
1 parent 5de9f0c commit dd8b6d0

File tree

10 files changed

+30
-0
lines changed

10 files changed

+30
-0
lines changed

source/reference/command.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Database Commands
66

77
.. default-domain:: mongodb
88

9+
.. meta::
10+
:description: How to run MongoDB commands and their parameters with examples.
11+
912
.. contents:: On this page
1013
:local:
1114
:backlinks: none

source/reference/configuration-options.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Configuration File Options
1010
:name: programming_language
1111
:values: shell
1212

13+
.. meta::
14+
:description: Specify configuration file options to manage large scale deployments and control MongoDB behavior.
15+
1316
.. contents:: On this page
1417
:local:
1518
:backlinks: none

source/reference/connection-string.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Connection Strings
1515
.. meta::
1616
:keywords: atlas, drivers
1717

18+
.. meta::
19+
:description: Use connection strings to establish connections between MongoDB instances, tools, and applications that use drivers.
20+
1821
.. contents:: On this page
1922
:local:
2023
:backlinks: none

source/reference/database-references.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Database References
1313
.. meta::
1414
:keywords: drivers
1515

16+
.. meta::
17+
:description: MongoDB database references store related information in separate documents in different collections or databases.
18+
1619
.. contents:: On this page
1720
:local:
1821
:backlinks: none

source/reference/glossary.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Glossary
99

1010
.. default-domain:: mongodb
1111

12+
.. meta::
13+
:description: A glossary of MongoDB terms including operations and features.
14+
1215
.. contents:: On this page
1316
:local:
1417
:backlinks: none

source/reference/insert-methods.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Insert Methods
44

55
.. default-domain:: mongodb
66

7+
.. meta::
8+
:description: MongoDB provides insert methods for adding documents into a collection.
9+
710
MongoDB provides the following methods for inserting :ref:`documents
811
<bson-document-format>` into a collection:
912

source/reference/limits.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ MongoDB Limits and Thresholds
1313
.. meta::
1414
:keywords: case sensitive
1515

16+
.. meta::
17+
:description: Hard and soft limitations of the MongoDB system in Atlas, Enterprise, and Community.
18+
1619
.. contents:: On this page
1720
:local:
1821
:backlinks: none

source/reference/log-messages.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Log Messages
1010
:name: programming_language
1111
:values: shell
1212

13+
.. meta::
14+
:description: MongoDB maintains a log of events such as incoming connections, commands run, and issues encountered for diagnosing issues, monitoring your deployment, and tuning performance.
15+
1316
.. contents:: On this page
1417
:local:
1518
:backlinks: none

source/reference/method.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
.. default-domain:: mongodb
88

9+
.. meta::
10+
:description: Mongosh methods for interacting with your data and deployments.
11+
912
.. contents:: On this page
1013
:local:
1114
:backlinks: none

source/reference/method/cursor.sort.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ cursor.sort()
88
:name: programming_language
99
:values: shell
1010

11+
.. meta::
12+
:description: The MongoDB cursor sort method specifies the order of matching documents that a query returns.
13+
1114
.. contents:: On this page
1215
:local:
1316
:backlinks: none

0 commit comments

Comments
 (0)