Skip to content

DOCSP-24433: SEO meta descriptions #389

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 10 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 8 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
3 changes: 3 additions & 0 deletions source/api-documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
API Documentation
=================

.. meta::
:description: Read the API documentation for the {+driver-long+} and related packages.

- `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
BSON data format.
- `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -
Expand Down
3 changes: 2 additions & 1 deletion source/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Fundamentals
============

.. default-domain:: mongodb
.. meta::
:description: Learn how to use the (+driver-long+} to run commands on MongoDB.

.. toctree::
:titlesonly:
Expand Down
3 changes: 2 additions & 1 deletion source/fundamentals/crud/read-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Read Operations
===============

.. default-domain:: mongodb
.. meta::
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: There are some inconsistencies about where MongoDB goes in the phrase "___ operation" across these descriptions. Maybe moving MongoDB out of the phrase will make it easier for users to understand that you are running an operation by using the driver to do something in/from/to MongoDB

Suggested change
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.
:description: Learn about the commands for running read operations on MongoDB by using the {+driver-long+}.


- :doc:`/fundamentals/crud/read-operations/retrieve`
- :doc:`/fundamentals/crud/read-operations/cursor`
Expand Down
3 changes: 2 additions & 1 deletion source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Write Operations
================

.. default-domain:: mongodb
.. meta::
:description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.

- :doc:`/fundamentals/crud/write-operations/insert`
- :doc:`/fundamentals/crud/write-operations/delete`
Expand Down
3 changes: 2 additions & 1 deletion source/fundamentals/data-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Data Formats
============

.. default-domain:: mongodb
.. meta::
:description: Learn how to convert between MongoDB and Java data formats by using the {+driver-long+}.

- :doc:`/fundamentals/data-formats/document-data-format-bson`
- :doc:`/fundamentals/data-formats/document-data-format-extended-json`
Expand Down
5 changes: 3 additions & 2 deletions source/usage-examples/delete-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Delete Operations
=================

.. default-domain:: mongodb
.. meta::
:description: Learn by example: how to delete data from MongoDB by using the {+driver-long+}.

- :doc:`Delete a Document </usage-examples/deleteOne>`
- :doc:`Delete Multiple Documents </usage-examples/deleteMany>`
Expand All @@ -12,4 +13,4 @@ Delete Operations

/usage-examples/deleteOne
/usage-examples/deleteMany


3 changes: 2 additions & 1 deletion source/usage-examples/find-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Find Operations
===============

.. default-domain:: mongodb
.. meta::
:description: Learn by example: how to create queries and retrieve data from MongoDB by using the {+driver-long+}.

- :doc:`Find a Document </usage-examples/findOne>`
- :doc:`Find Multiple Documents </usage-examples/find>`
Expand Down
3 changes: 2 additions & 1 deletion source/usage-examples/insert-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Insert Operations
=================

.. default-domain:: mongodb
.. meta::
:description: Learn by example: how to insert data into MongoDB by using the {+driver-long+}.

- :doc:`Insert a Document </usage-examples/insertOne>`
- :doc:`Insert Multiple Documents </usage-examples/insertMany>`
Expand Down
3 changes: 2 additions & 1 deletion source/usage-examples/update-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Update & Replace Operations
===========================

.. default-domain:: mongodb
.. meta::
:description: Learn by example: how to update and replace data in MongoDB by using the {+driver-long+}.

- :doc:`Update a Document </usage-examples/updateOne>`
- :doc:`Update Multiple Documents </usage-examples/updateMany>`
Expand Down