From 6795cd2a199a4656435a1f780329fbf353c9d89e Mon Sep 17 00:00:00 2001 From: Bangel <12521775+brennanangel@users.noreply.github.com> Date: Mon, 11 Apr 2022 06:28:55 -0500 Subject: [PATCH] Correct possible typos re: Alias robots usage (#1165) --- content/en/content-management/urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/urls.md b/content/en/content-management/urls.md index 25d0f5d7a..f498d02ea 100644 --- a/content/en/content-management/urls.md +++ b/content/en/content-management/urls.md @@ -175,7 +175,7 @@ Assuming a `baseURL` of `example.com`, the contents of the auto-generated alias ``` -The `http-equiv="refresh"` line is what performs the redirect, in 0 seconds in this case. If an end user of your website goes to `https://example.com/posts/my-old-url`, they will now be automatically redirected to the newer, correct URL. The addition of `` lets search engine bots know that they should not crawl and index your new alias page. +The `http-equiv="refresh"` line is what performs the redirect, in 0 seconds in this case. If an end user of your website goes to `https://example.com/posts/my-old-url`, they will now be automatically redirected to the newer, correct URL. The addition of `` lets search engine bots know that they should not index your alias page (`https://example.com/posts/my-old-url/`). ### Customize