From ef7faae1746d64b2c74bfe43d43fe120855072de Mon Sep 17 00:00:00 2001 From: Viktor Chernodub <37013688+chernodub@users.noreply.github.com> Date: Wed, 13 Jul 2022 17:49:49 -0300 Subject: [PATCH] Update recommended way of hiding from search engines Currently, the recommended approach is [not working](https://github.com/facebook/docusaurus/issues/7772). By using an alternative, working, approach, we prevent people from facing issues. --- website/docs/seo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/seo.md b/website/docs/seo.md index 578bb7761c30..6e2af78b4345 100644 --- a/website/docs/seo.md +++ b/website/docs/seo.md @@ -124,7 +124,7 @@ Read more about the robots file in [the Google documentation](https://developers :::caution -**Important**: the `robots.txt` file does **not** prevent HTML pages from being indexed. Use `` as [page metadata](#single-page-metadata) to prevent it from appearing in search results entirely. +**Important**: the `robots.txt` file does **not** prevent HTML pages from being indexed. Use [`noIndex`](https://docusaurus.io/docs/api/docusaurus-config#noIndex) parameter to prevent it from appearing in search results entirely. :::