Skip to content

Commit 94d5bcb

Browse files
DOCSP-33172 added meta description for top 250 pages in docs-mongodb-shell (#307)
* DOCSP-33172 added meta description for top 250 pages in docs-mongodb-shell * Update source/connect.txt Co-authored-by: Ashley Brown <[email protected]> * Update source/crud.txt Co-authored-by: Ashley Brown <[email protected]> * Update source/crud/update.txt Co-authored-by: Ashley Brown <[email protected]> * Update source/index.txt Co-authored-by: Ashley Brown <[email protected]> * Update source/install.txt Co-authored-by: Ashley Brown <[email protected]> * Update source/run-commands.txt Co-authored-by: Ashley Brown <[email protected]> --------- Co-authored-by: Ashley Brown <[email protected]>
1 parent baeea59 commit 94d5bcb

File tree

11 files changed

+15
-0
lines changed

11 files changed

+15
-0
lines changed

source/configure-mongosh.txt

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

77
.. default-domain:: mongodb
88

9+
.. meta::
10+
:description: Learn how to configure mongosh behaviors and user experience.
11+
912
.. contents:: On this page
1013
:local:
1114
:backlinks: none

source/connect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Connect to a Deployment
1111
:values: tutorial
1212

1313
.. meta::
14+
:description: How to use the MongoDB Shell to connect to a MongoDB Atlas cloud-hosted deployment, a local deployment, or another remote host.
1415
:keywords: server
1516

1617
.. contents:: On this page

source/crud.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Perform CRUD Operations
1111
:values: reference
1212

1313
.. meta::
14+
:description: Use the MongoDB Shell to create, read, update, and delete documents in a MongoDB collection.
1415
:keywords: server
1516

1617
.. contents:: On this page

source/crud/delete.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Delete Documents
1111
:values: reference
1212

1313
.. meta::
14+
:description: Delete one or many documents from a MongoDB collection.
1415
:keywords: server, atlas, sample dataset
1516

1617
.. contents:: On this page

source/crud/insert.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Insert Documents
1111
:values: reference
1212

1313
.. meta::
14+
:description: Insert single or multiple documents into a MongoDB collection.
1415
:keywords: server, atlas, sample dataset
1516

1617
.. contents:: On this page

source/crud/read.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Query Documents
1111
:values: reference
1212

1313
.. meta::
14+
:description: Use the db.collection.find() method in the MongoDB Shell to query documents in a collection.
1415
:keywords: server, atlas, sample dataset
1516

1617
.. contents:: On this page

source/crud/update.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Update Documents
1111
:values: reference
1212

1313
.. meta::
14+
:description: Use the MongoDB Shell to update a single document, update multiple documents, or replace a document.
1415
:keywords: server, atlas, sample dataset
1516

1617
.. contents:: On this page

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
:name: genre
77
:values: reference
88

9+
.. meta::
10+
:description: Use the MongoDB Shell to test queries and interact with the data in your MongoDB database.
11+
912
.. program:: mongosh
1013

1114
.. binary:: mongosh

source/install.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Install ``mongosh``
1111
:values: tutorial
1212

1313
.. meta::
14+
:description: Prerequisites, compatibility issues, and installation instructions for mongosh, the MongoDB Shell.
1415
:keywords: server, atlas
1516

1617
.. contents:: On this page

source/run-commands.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Run Commands
1111
:values: reference
1212

1313
.. meta::
14+
:description: Use run commands in the MongoDB Shell to create or switch databases, terminate a query, or clear the console.
1415
:keywords: server, atlas
1516

1617
.. contents:: On this page

source/write-scripts.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Write Scripts
1515
:values: javascript/typescript
1616

1717
.. meta::
18+
:description: Write scripts for the MongoDB Shell that modify data in MongoDB or perform administrative operations.
1819
:keywords: server
1920

2021
.. contents:: On this page

0 commit comments

Comments
 (0)