Skip to content

Add missing meta descriptions #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/connect/connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Specify Connection Options

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

.. toctree::
:titlesonly:
Expand Down
1 change: 1 addition & 0 deletions source/connect/connection-targets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Choose a Connection Target

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

.. contents:: On this page
:local:
Expand Down
1 change: 1 addition & 0 deletions source/connect/mongoclient.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Create a MongoClient

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

.. contents:: On this page
:local:
Expand Down
1 change: 1 addition & 0 deletions source/data-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Specialized Data Formats

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

.. toctree::
:titlesonly:
Expand Down
1 change: 1 addition & 0 deletions source/data-formats/custom-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Custom Types

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

.. toctree::
:titlesonly:
Expand Down
1 change: 1 addition & 0 deletions source/data-formats/dates-and-times.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Dates and Times

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

Overview
--------
Expand Down
1 change: 1 addition & 0 deletions source/data-formats/uuid.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Universally Unique IDs (UUIDs)

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

Overview
--------
Expand Down
1 change: 1 addition & 0 deletions source/databases-collections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Databases and Collections

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

Overview
--------
Expand Down
1 change: 1 addition & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ MongoDB {+driver-short+} Documentation

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

.. toctree::

Expand Down
1 change: 1 addition & 0 deletions source/issues-and-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Issues & Help

.. meta::
:keywords: suggestion, github, python
: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.

We're glad to have such a vibrant community of {+driver-short+}
users. We recommend seeking support for general
Expand Down
1 change: 1 addition & 0 deletions source/security/authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Authentication Mechanisms

.. meta::
:keywords: community, security
:description: Learn how to authenticate to MongoDB using various authentication mechanisms compatible with different MongoDB Server editions.

.. toctree::
:caption: Authentication
Expand Down
1 change: 1 addition & 0 deletions source/security/in-use-encryption.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ In-Use Encryption

.. meta::
:keywords: qe, csfle, field level encryption
:description: Encrypt specific document fields using PyMongo's in-use encryption to protect sensitive data before sending it to MongoDB.

Overview
--------
Expand Down
Loading