Skip to content

Commit 81e5c5b

Browse files
authored
Add missing meta descriptions (#252)
1 parent fa74e69 commit 81e5c5b

12 files changed

+12
-0
lines changed

source/connect/connection-options.txt

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

1717
.. meta::
1818
:keywords: connection string, URI, server, Atlas, settings, configure
19+
:description: Explore how to configure MongoDB connection options in PyMongo using connection URIs or `MongoClient` arguments, covering compression, timeouts, and authentication.
1920

2021
.. toctree::
2122
:titlesonly:

source/connect/connection-targets.txt

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

1111
.. meta::
1212
:keywords: connection string, URI, server, settings, client, load balancing, srv, dns
13+
:description: Learn how to connect to different MongoDB deployments using PyMongo, including Atlas, local deployments, and replica sets, with connection string examples.
1314

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

source/connect/mongoclient.txt

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

1111
.. meta::
1212
:keywords: connection string, URI, server, Atlas, settings, client
13+
:description: Learn how to create a `MongoClient` in PyMongo to connect to a MongoDB deployment using a connection URI and customize connection behavior.
1314

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

source/data-formats.txt

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

1717
.. meta::
1818
:keywords: bson, uuid, date, time
19+
:description: Explore how to use specialized data formats in PyMongo, including BSON, Extended JSON, custom types, datetime objects, and UUIDs.
1920

2021
.. toctree::
2122
:titlesonly:

source/data-formats/custom-types.txt

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

1717
.. meta::
1818
:keywords: bson, uuid, date, time
19+
:description: Learn how to use PyMongo to encode and decode custom types, including defining type codecs, using type registries, and implementing fallback encoders.
1920

2021
.. toctree::
2122
:titlesonly:

source/data-formats/dates-and-times.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Dates and Times
1515

1616
.. meta::
1717
:keywords: convert, span, central, mountain, pacific, eastern, calendar
18+
:description: Learn how to handle Python `datetime` objects in PyMongo, including storing, retrieving, and managing time zones and out-of-range dates.
1819

1920
Overview
2021
--------

source/data-formats/uuid.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Universally Unique IDs (UUIDs)
1515

1616
.. meta::
1717
:keywords: encode, decode, bson, binary, code examples
18+
:description: Learn how to use PyMongo's UuidRepresentation option to handle UUIDs for cross-language compatibility in MongoDB applications.
1819

1920
Overview
2021
--------

source/databases-collections.txt

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

1717
.. meta::
1818
:keywords: table, row, organize, storage
19+
:description: Learn how to manage MongoDB databases and collections using PyMongo, including accessing, creating, and deleting collections, and configuring read and write operations.
1920

2021
Overview
2122
--------

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ MongoDB {+driver-short+} Documentation
99

1010
.. meta::
1111
:keywords: home
12+
:description: Explore the features and usage of the PyMongo Driver for Python, including installation, connection setup, data operations, and transitioning to PyMongo Async.
1213

1314
.. toctree::
1415

source/issues-and-help.txt

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

1717
.. meta::
1818
:keywords: suggestion, github, python
19+
:description: Find support for PyMongo through the MongoDB Community Forums, report bugs or request features via JIRA, and contribute to the driver with pull requests.
1920

2021
We're glad to have such a vibrant community of {+driver-short+}
2122
users. We recommend seeking support for general

0 commit comments

Comments
 (0)