From 847100401d21965a663d5cdaff7b9ea48622e24c Mon Sep 17 00:00:00 2001 From: Nicolas Gommenginger Date: Tue, 20 Aug 2024 15:53:01 -0500 Subject: [PATCH 1/2] Update Hide from search engines for prod env with a custom domain Hide from search engines is automatically disabled, and can't be changed, for prod environments with a custom domain. --- sites/platform/src/environments/search-engine-visibility.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sites/platform/src/environments/search-engine-visibility.md b/sites/platform/src/environments/search-engine-visibility.md index c6260f78fb..2d6ac7ed7b 100644 --- a/sites/platform/src/environments/search-engine-visibility.md +++ b/sites/platform/src/environments/search-engine-visibility.md @@ -52,8 +52,7 @@ X-Robots-Tag: noindex, nofollow That tells search engine indexers to not index these sites and not traverse links from these sites. This helps keep non-Production sites out of search engine indexes. -You can choose whether to keep it on for production sites with custom domains. -It's automatically on for all `{{% vendor/cli %}}.site` domains. +It's automatically on for all `{{% vendor/cli %}}.site` domains, and it's automatically off for production environments with a custom domain. ## Alternative method From 5738dbd9397e14d1200c90605818d8546c5f5960 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Mon, 26 Aug 2024 12:05:29 -0400 Subject: [PATCH 2/2] Update search-engine-visibility.md Add to the Upsun side as well --- sites/upsun/src/environments/search-engine-visibility.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sites/upsun/src/environments/search-engine-visibility.md b/sites/upsun/src/environments/search-engine-visibility.md index c6260f78fb..2d6ac7ed7b 100644 --- a/sites/upsun/src/environments/search-engine-visibility.md +++ b/sites/upsun/src/environments/search-engine-visibility.md @@ -52,8 +52,7 @@ X-Robots-Tag: noindex, nofollow That tells search engine indexers to not index these sites and not traverse links from these sites. This helps keep non-Production sites out of search engine indexes. -You can choose whether to keep it on for production sites with custom domains. -It's automatically on for all `{{% vendor/cli %}}.site` domains. +It's automatically on for all `{{% vendor/cli %}}.site` domains, and it's automatically off for production environments with a custom domain. ## Alternative method