diff --git a/source/tutorial/create-an-index.txt b/source/tutorial/create-an-index.txt index 0a0ed598964..d56e3de9cd8 100644 --- a/source/tutorial/create-an-index.txt +++ b/source/tutorial/create-an-index.txt @@ -13,6 +13,9 @@ Create an Index :depth: 1 :class: singlecol +.. meta:: + :canonical: https://www.mongodb.com/docs/manual/core/indexes/create-index/ + Indexes allow MongoDB to process and fulfill queries quickly by creating small and efficient representations of the documents in a :term:`collection`. Users can create indexes for any collection on any