Skip to content

Commit f34cde4

Browse files
committed
Merge pull request #488 from mongodb/missing-meta-descriptions
Add missing meta descriptions (cherry picked from commit 7107385)
1 parent 2e39592 commit f34cde4

Some content is hidden

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

65 files changed

+141
-0
lines changed

source/compatibility.txt

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

7+
.. meta::
8+
:description: Check the recommended MongoDB Go Driver versions for compatibility with different MongoDB server versions.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

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, disconnected, deployment
13+
:description: Troubleshoot connection issues with the MongoDB Go Driver by verifying connection strings, authentication mechanisms, and firewall settings.
1314

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

source/faq.txt

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

1111
.. meta::
1212
:keywords: code example, connection error, question, help
13+
:description: Find answers to common questions about the MongoDB Go Driver, including connection pooling, error handling, and BSON to JSON conversion.
1314

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

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 like connecting to MongoDB, performing transactions, and working with BSON using the MongoDB Go Driver.
7+
58
.. toctree::
69
:titlesonly:
710
:maxdepth: 1

source/fundamentals/aggregation.txt

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

7+
.. meta::
8+
:description: Explore how to use aggregation operations in the MongoDB Go Driver, including examples of grouping, sorting, and filtering data in collections.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/auth.txt

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

7+
.. meta::
8+
:description: Learn how to use various authentication mechanisms with the MongoDB Go Driver, including SCRAM, MONGODB-AWS, and X.509.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/bson.txt

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

1717
.. meta::
1818
:keywords: code examples, serialization
19+
:description: Learn how the MongoDB Go Driver handles BSON data conversion, including marshalling and unmarshalling, and how to use struct tags and BSON options.
1920

2021
Overview
2122
--------

source/fundamentals/collations.txt

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

7+
.. meta::
8+
:description: Learn how to use collations in MongoDB to order query results by string values according to specific language and locale conventions.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/connections.txt

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

7+
.. meta::
8+
:description: Explore how to configure connections to a MongoDB deployment using the MongoDB Go Driver, including options for TLS and network compression.
9+
710
.. toctree::
811

912
Connection Guide </fundamentals/connections/connection-guide>

source/fundamentals/connections/network-compression.txt

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

7+
.. meta::
8+
:description: Learn how to enable network compression in the MongoDB Go Driver for MongoDB using Snappy, Zlib, or Zstandard algorithms to reduce data transfer.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

0 commit comments

Comments
 (0)