Skip to content

Commit 76d0859

Browse files
Add missing meta descriptions (#1074) (#1086)
* Add missing meta descriptions * Apply suggestions from code review --------- Co-authored-by: Rachel Mackintosh <[email protected]> (cherry picked from commit 3c73d87) Co-authored-by: Nick Larew <[email protected]>
1 parent fc93cf7 commit 76d0859

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+166
-0
lines changed

source/aggregation-tutorials.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Aggregation Tutorials
1010

1111
.. meta::
1212
:keywords: node.js, code example, runnable app
13+
:description: Explore step-by-step aggregation tutorials for common tasks using the MongoDB Node.js Driver, including setup instructions and runnable code examples.
1314

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

source/aggregation-tutorials/filtered-subset.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Filtered Subset
1616

1717
.. meta::
1818
:keywords: code example, node.js, sort, limit, aggregation
19+
:description: Learn to use the MongoDB Node.js Driver to create an aggregation pipeline that filters, sorts, and formats a subset of documents in a MongoDB collection.
1920

2021
Introduction
2122
------------

source/aggregation-tutorials/group-total.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Group and Total
1616

1717
.. meta::
1818
:keywords: code example, node.js, analyze, aggregation
19+
:description: Learn to use the MongoDB Node.js Driver to construct an aggregation pipeline that groups and analyzes data.
1920

2021
Introduction
2122
------------

source/aggregation-tutorials/multi-field-join.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Multi-Field Join
1616

1717
.. meta::
1818
:keywords: code example, node.js, lookup, aggregation
19+
:description: Learn to perform a multi-field join using the MongoDB Node.js Driver to combine data from two collections in an aggregation pipeline.
1920

2021
Introduction
2122
------------

source/aggregation-tutorials/one-to-one-join.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ One-to-One Join
1616

1717
.. meta::
1818
:keywords: code example, node.js, lookup, aggregation
19+
:description: Learn to perform a one-to-one join using the MongoDB Node.js Driver to combine data from two collections in an aggregation pipeline.
1920

2021
Introduction
2122
------------

source/aggregation-tutorials/unpack-arrays.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Unpack Arrays and Group
1616

1717
.. meta::
1818
:keywords: code example, node.js, analyze, array
19+
:description: Learn to use the MongoDB Node.js Driver to create an aggregation pipeline that unpacks arrays, filters, groups, and computes fields in MongoDB.
1920

2021
Introduction
2122
------------

source/connection-troubleshooting.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Connection Troubleshooting
1010

1111
.. meta::
1212
:keywords: code example, node.js, disconnected, help
13+
:description: Troubleshoot connection issues with the MongoDB Node.js Driver by checking connection strings, configuring firewalls, and adjusting settings like `maxPoolSize` and `connectTimeoutMS`.
1314

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

source/faq.txt

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

7+
.. meta::
8+
:description: Find answers to frequently asked questions about the MongoDB Node.js Driver, including connection pooling, timeouts, and handling network behavior.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Fundamentals
33
============
44

5+
.. meta::
6+
:description: Explore tasks using the MongoDB Node.js Driver, including connecting, authenticating, reading, writing, and managing transactions in MongoDB.
7+
58
.. default-domain:: mongodb
69

710
.. toctree::

source/fundamentals/aggregation.txt

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

8+
.. meta::
9+
:description: Learn to use aggregation operations in the MongoDB Node.js Driver to create pipelines for data transformation and summarization.
10+
811
.. contents:: On this page
912
:local:
1013
:backlinks: none

0 commit comments

Comments
 (0)