Skip to content

Commit 57b73f6

Browse files
sarahemlinChris Cho
authored andcommitted
DOCSP-33172 added meta description for top 250 pages in docs-node (#832)
* DOCSP-33172 added meta description for top 250 pages in docs-node (cherry picked from commit 1510f35) (cherry picked from commit cfc524a) (cherry picked from commit ab088bc)
1 parent 16ca4e4 commit 57b73f6

File tree

12 files changed

+31
-5
lines changed

12 files changed

+31
-5
lines changed

source/compatibility.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Compatibility
99
:values: reference
1010

1111
.. meta::
12+
:description: Find the recommended versions of the Node.js driver that work with your version of MongoDB.
1213
:keywords: node.js
1314

1415
.. contents:: On this page

source/fundamentals/connection.txt

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

1313
.. meta::
14+
:description: Learn how to configure your application's connection to a MongoDB deployment by using the Node.js driver.
1415
:keywords: node.js
1516

1617
.. toctree::

source/fundamentals/connection/connect.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Connection Guide
88
:name: genre
99
:values: reference
1010

11-
.. meta::
12-
:keywords: node.js
11+
.. meta::
12+
:description: Learn how to connect to a MongoDB Atlas or local MongoDB deployment by using the Node.js driver.
13+
:keywords: node.js, code example, connection string, local connection, Stable API, Atlas
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/crud.txt

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

1313
.. meta::
14+
:description: Learn how to perform create, read, update, and delete (CRUD) operations to work with the data stored in MongoDB by using the Node.js driver.
1415
:keywords: node.js
1516

1617
.. toctree::

source/fundamentals/crud/read-operations/retrieve.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Retrieve Data
55
=============
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:description: Learn how to retrieve data, aggregate data, and monitor data changes in MongoDB by using the Node.js driver.
13+
:keywords: node.js, code example, find one, find many
14+
715
.. contents:: On this page
816
:local:
917
:backlinks: none

source/index.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
MongoDB Node Driver
33
===================
44

5+
.. facet::
6+
:name: genre
7+
:values: reference
8+
9+
.. meta::
10+
:description: Learn how to connect to and interact with data stored in MongoDB by using JavaScript or TypeScript with the Node.js driver.
11+
:keywords: node.js, object-relational, object-document
12+
513
.. _node-driver-landing:
614

715
.. include:: /includes/unicode-checkmark.rst

source/quick-reference.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ Quick Reference
77
.. default-domain:: mongodb
88

99
.. facet::
10-
:name: genre
11-
:values: reference
10+
:name: genre
11+
:values: reference
1212

1313
.. meta::
14-
:keywords: node.js
14+
:description: See Node.js driver code examples of frequently-used MongoDB commands and links to their related reference and API documentation.
15+
:keywords: node.js, code example
1516

1617
This page shows the driver syntax for several MongoDB commands and links to
1718
their related reference and API documentation.

source/quick-start.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Quick Start
99
:values: tutorial
1010

1111
.. meta::
12+
:description: Learn how to create an app to connect to MongoDB deployment by using the Node.js driver.
1213
:keywords: node.js
1314

1415
.. contents:: On this page

source/usage-examples.txt

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

1313
.. meta::
14+
:description: Learn how to load sample data into a MongoDB Atlas deployment and run Node.js driver usage examples.
1415
:keywords: node.js
1516

1617
.. contents:: On this page

source/usage-examples/find.txt

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

1313
.. meta::
14+
:description: Learn how to retrieve multiple documents from MongoDB by using the Node.js driver.
1415
:keywords: code example, node.js, sample dataset
1516

1617
You can query for multiple documents in a collection with

0 commit comments

Comments
 (0)