Skip to content

Commit 9a55fa1

Browse files
author
Chris Cho
committed
DOCSP-24433: SEO meta descriptions (#389)
* DOCSP-24433: SEO meta descriptions (cherry picked from commit f9a818c)
1 parent b5d40dc commit 9a55fa1

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-8
lines changed

source/api-documentation.txt

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

7+
.. meta::
8+
:description: Read the API documentation for the {+driver-long+} and related packages.
9+
710
- `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
811
BSON data format.
912
- `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -

source/fundamentals.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Fundamentals
33
============
44

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

78
.. toctree::
89
:titlesonly:

source/fundamentals/crud/read-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Read Operations
33
===============
44

5-
.. default-domain:: mongodb
5+
.. meta::
6+
:description: Learn about the commands for running read operations on MongoDB by using the {+driver-long+}.
67

78
- :doc:`/fundamentals/crud/read-operations/retrieve`
89
- :doc:`/fundamentals/crud/read-operations/cursor`

source/fundamentals/crud/write-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Write Operations
33
================
44

5+
.. meta::
6+
:description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.
7+
58
- :doc:`/fundamentals/crud/write-operations/insert`
69
- :doc:`/fundamentals/crud/write-operations/delete`
710
- :doc:`/fundamentals/crud/write-operations/modify`

source/fundamentals/data-formats.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Data Formats
33
============
44

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

78
- :doc:`/fundamentals/data-formats/document-data-format-bson`
89
- :doc:`/fundamentals/data-formats/document-data-format-extended-json`

source/usage-examples/delete-operations.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Delete Operations
33
=================
44

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

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

1314
/usage-examples/deleteOne
1415
/usage-examples/deleteMany
15-
16+

source/usage-examples/find-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Find Operations
33
===============
44

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

78
- :doc:`Find a Document </usage-examples/findOne>`
89
- :doc:`Find Multiple Documents </usage-examples/find>`

source/usage-examples/insert-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Insert Operations
33
=================
44

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

78
- :doc:`Insert a Document </usage-examples/insertOne>`
89
- :doc:`Insert Multiple Documents </usage-examples/insertMany>`

source/usage-examples/update-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Update & Replace Operations
33
===========================
44

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

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

0 commit comments

Comments
 (0)