Skip to content

Commit 22d12fe

Browse files
committed
Add missing meta descriptions
1 parent b5507a6 commit 22d12fe

Some content is hidden

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

44 files changed

+68
-0
lines changed

source/compatibility.txt

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

1717
.. meta::
1818
:keywords: backwards compatibility, versions, upgrade, .NET
19+
:description: Check the recommended MongoDB .NET/C# Driver versions for compatibility with specific MongoDB and .NET versions.
1920

2021
MongoDB Compatibility
2122
---------------------

source/connection-troubleshooting.txt

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

7+
.. meta::
8+
:description: Troubleshoot connection issues with the .NET/C# Driver for MongoDB by checking connection strings, firewall settings, authentication, and connection pool limits.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/faq.txt

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

1717
.. meta::
1818
:keywords: .NET, questions, errors, problems
19+
:description: Find answers to common questions about the C# driver, including connection pooling, server selection timeouts, and serialization options.
1920

2021
This page contains frequently asked questions and their corresponding answers.
2122

source/fundamentals/aggregation.txt

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

1111
.. meta::
1212
:keywords: code example, transform, pipeline
13+
:description: Learn to perform aggregation operations using the MongoDB .NET/C# Driver, including examples with LINQ, Builders, and BsonDocument approaches.
1314

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

source/fundamentals/atlas-search.txt

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

1111
.. meta::
1212
:keywords: .NET, operators, aggregation, pipeline, atlas, code example
13+
:description: Learn to use the `Search` builder for creating `$search` aggregation pipeline stages with the .NET/C# Driver in Atlas Search.
1314

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

source/fundamentals/authentication.txt

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

1717
.. meta::
1818
:keywords: .NET, community, security
19+
:description: Learn how to authenticate to MongoDB using various authentication mechanisms compatible with different MongoDB Server editions.
1920

2021
.. toctree::
2122
:caption: Authentication

source/fundamentals/bson.txt

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

7+
.. meta::
8+
:description: Learn how to create, modify, write, and read BSON documents using the .NET/C# Driver, including handling BSON data format and file operations.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/fundamentals/builders.txt

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

1717
.. meta::
1818
:keywords: aggregation, query, code example
19+
:description: Learn to use builders in the .NET/C# Driver for MongoDB to create filters, projections, sorts, updates, and index keys, ensuring compile-time safety.
1920

2021
Overview
2122
--------

source/fundamentals/connection.txt

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

7+
.. meta::
8+
:description: Learn to connect your application to MongoDB using the .NET/C# Driver, including connection options and enabling TLS.
9+
710
.. default-domain:: mongodb
811

912
.. toctree::

source/fundamentals/connection/connect.txt

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

1111
.. meta::
1212
:keywords: connection string, URI, server, Atlas, settings
13+
:description: Connect to a MongoDB instance or replica set using the .NET/C# Driver by configuring a connection URI or `MongoClientSettings` for various deployment types.
1314

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

0 commit comments

Comments
 (0)