From 5771deb8f61ed41778d272da514f8efd446b8a4c Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:48:40 +0530 Subject: [PATCH] chore(docs): improve clarity of sentence (#2051) --- packages/website/docs/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/docs/tips.md b/packages/website/docs/tips.md index ace11029..12b73ea3 100644 --- a/packages/website/docs/tips.md +++ b/packages/website/docs/tips.md @@ -8,7 +8,7 @@ DocSearch can work with almost any website, but we've found that some site struc If you provide a sitemap in your configuration, DocSearch will use it to directly browse the pages to index. Pages are still crawled which means we extract every compliant link. -We highly recommend you add a `sitemap.xml` to your website if you don't have one already. This will make the indexing faster, but will also give you more control over which page you'd like to include or not in the indexing. +We highly recommend you add a `sitemap.xml` to your website if you don't have one already. This will not only make the indexing faster, but also provide you more control over which pages to index. Sitemaps are also considered good practice for other aspects, including SEO ([more information on sitemaps][1]).