Skip to content

Commit be893ca

Browse files
DOCSP-33172 added meta description for top 250 pages in docs-compass (#581)
* DOCSP-33172 added meta description for top 250 pages in docs-compass * Update source/index.txt Co-authored-by: Sarah Olson <[email protected]> --------- Co-authored-by: Sarah Olson <[email protected]>
1 parent a265547 commit be893ca

File tree

7 files changed

+15
-0
lines changed

7 files changed

+15
-0
lines changed

source/collections.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Collections
1010
:name: genre
1111
:values: tutorial
1212

13+
.. meta::
14+
:description: How to create or drop a collection, which is a grouping of MongoDB documents equivalent to a table in a relational database system.
15+
1316
.. contents:: On this page
1417
:local:
1518
: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 MongoDB
1111
:values: tutorial
1212

1313
.. meta::
14+
:description: How to use MongoDB Compass to connect to a MongoDB standalone, replica set, or sharded cluster host.
1415
:keywords: atlas, server
1516

1617
.. contents:: On this page

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
What is MongoDB Compass?
99
========================
1010

11+
.. meta::
12+
:description: MongoDB Compass is a GUI for querying, aggregating, and analyzing your data in a visual environment run on macOS, Windows, and Linux.
13+
1114
.. introduction::
1215

1316
MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment.

source/install.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Download and Install Compass
1010
:name: genre
1111
:values: tutorial
1212

13+
.. meta::
14+
:description: Download and install MongoDB Compass for Windows, macOS, or Linux.
15+
1316
.. important::
1417

1518
|compass| doesn't support virtual desktop environments.

source/query/filter.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Query Your Data
1313
:values: tutorial
1414

1515
.. meta::
16+
:description: Query documents in your Atlas, Enterprise, or Community database deployments.
1617
:keywords: sample dataset
1718

1819
.. contents:: On this page

source/query/queries.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Managing Saved Queries and Aggregations
1111
:values: tutorial
1212

1313
.. meta::
14+
:description: How to add and view favorite saved queries and aggregations.
1415
:keywords: sample dataset
1516

1617
.. contents:: On this page

source/query/sort.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Sort the Returned Documents
1010
:name: genre
1111
:values: tutorial
1212

13+
.. meta::
14+
:description: How to specify the sort order of the returned documents in your Atlas, Enterprise, or Community database deployment.
15+
1316
If the query bar displays the :guilabel:`Sort` option, you can specify
1417
the sort order of the returned documents.
1518

0 commit comments

Comments
 (0)