-
Notifications
You must be signed in to change notification settings - Fork 43
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
Changes from 1 commit
ce14352
52ed087
8c59385
bbcc906
8daacf1
2136ab6
aa4f0b9
5f748a9
c9b4134
88f4b30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
Delete Operations | ||
================= | ||
|
||
.. default-domain:: mongodb | ||
.. meta:: | ||
:description: See examples of deleting data from MongoDB by using the {+driver-long+}. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Comment; the phrase "deleting data from" sounds awkward. could it still be "deleting data IN.."? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, I think I've always heard the preposition "from" associated with "delete". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The way i was thinking about it was that we are working "in" MongoDB and any operations are executed from that point of view. But I see your point too! |
||
|
||
- :doc:`Delete a Document </usage-examples/deleteOne>` | ||
- :doc:`Delete Multiple Documents </usage-examples/deleteMany>` | ||
|
@@ -12,4 +13,4 @@ Delete Operations | |
|
||
/usage-examples/deleteOne | ||
/usage-examples/deleteMany | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
Find Operations | ||
=============== | ||
|
||
.. default-domain:: mongodb | ||
.. meta:: | ||
:description: See examples of querying and retrieving data from MongoDB by using the {+driver-long+}. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. C: since "querying" and "retrieving data from" aren't exactly parallel, could we just remove one of them? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think they are two separate actions, so maybe "querying data and retrieving data" would be appropriate. |
||
|
||
- :doc:`Find a Document </usage-examples/findOne>` | ||
- :doc:`Find Multiple Documents </usage-examples/find>` | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,8 @@ | |||||
Insert Operations | ||||||
================= | ||||||
|
||||||
.. default-domain:: mongodb | ||||||
.. meta:: | ||||||
:description: See examples of inserting data into MongoDB by using the {+driver-long+}. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: for the usage examples, does this sound a little more natural?
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By natural, did you mean avoiding using "examples" when the title of the page might include "examples"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think including the word example is unnecessary-- including the word "how" might make it easier for users to pick up the point of these pages There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Makes sense. I think maybe I'll update this and all similar instances to "Learn how" since I think that seems more frequently used in our style guide examples. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On second thought, the title of the page and how it would show up in search results is "Insert Operations", not "Usage Examples", so I think "examples" is important to mention. I will try rephrasing it a bit to avoid the gerund. |
||||||
|
||||||
- :doc:`Insert a Document </usage-examples/insertOne>` | ||||||
- :doc:`Insert Multiple Documents </usage-examples/insertMany>` | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.