Skip to content

Commit 1510f35

Browse files
authored
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
1 parent df2f4fc commit 1510f35

File tree

12 files changed

+16
-4
lines changed

12 files changed

+16
-4
lines changed

source/compatibility.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Compatibility
99
:values: reference
1010

1111
.. meta::
12-
:keywords: node.js, driver v3.4, driver v4.3, driver v4.4, driver v4.5, driver v4.6, driver v4.9, driver v4.10, driver v4.11, driver v4.12, driver v4.13, driver v4.14, driver v4.15, driver v4.16, driver v5.8, driver v6.1, driver v6.2
12+
:description: Find the recommended versions of the Node.js driver that work with your version of MongoDB.
13+
:keywords: node.js
1314

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

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Connection Guide
99
:values: reference
1010

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

1415
.. contents:: On this page

source/fundamentals/crud.txt

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

1111
.. meta::
12+
: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.
1213
:keywords: node.js
1314

1415
.. toctree::

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

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

1111
.. meta::
12+
:description: Learn how to retrieve data, aggregate data, and monitor data changes in MongoDB by using the Node.js driver.
1213
:keywords: node.js, code example, find one, find many
1314

1415
.. contents:: On this page

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ MongoDB Node Driver
77
:values: reference
88

99
.. 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.
1011
:keywords: node.js, object-relational, object-document
1112

1213
.. _node-driver-landing:

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
@@ -9,6 +9,7 @@ Usage Examples
99
:values: reference
1010

1111
.. meta::
12+
:description: Learn how to load sample data into a MongoDB Atlas deployment and run Node.js driver usage examples.
1213
:keywords: node.js
1314

1415
.. contents:: On this page

source/usage-examples/find.txt

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

1111
.. meta::
12+
:description: Learn how to retrieve multiple documents from MongoDB by using the Node.js driver.
1213
:keywords: code example, node.js, sample dataset
1314

1415
You can query for multiple documents in a collection with

0 commit comments

Comments
 (0)