From 42027483bf3cd4d809bc30433e844d31559063c1 Mon Sep 17 00:00:00 2001 From: Roman Lytvynenko Date: Mon, 4 Nov 2019 15:41:23 -0600 Subject: [PATCH] Added a note on existing GET parameters being removed during redirection. --- src/_includes/url-rewrite-get-params.md | 2 ++ src/marketing/url-rewrite-category.md | 2 ++ src/marketing/url-rewrite-cms-page.md | 4 +++- src/marketing/url-rewrite-custom.md | 4 +++- src/marketing/url-rewrite-product.md | 2 ++ src/marketing/url-rewrite.md | 2 ++ 6 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 src/_includes/url-rewrite-get-params.md diff --git a/src/_includes/url-rewrite-get-params.md b/src/_includes/url-rewrite-get-params.md new file mode 100644 index 000000000..ed03960d6 --- /dev/null +++ b/src/_includes/url-rewrite-get-params.md @@ -0,0 +1,2 @@ +{: .bs-callout .bs-callout-info} +In the process of redirection, all GET parameters specified in the URL will be removed due to security reasons. diff --git a/src/marketing/url-rewrite-category.md b/src/marketing/url-rewrite-category.md index c339efd34..d78c84888 100644 --- a/src/marketing/url-rewrite-category.md +++ b/src/marketing/url-rewrite-category.md @@ -106,3 +106,5 @@ Redirect Description : Describes the purpose of the rewrite for internal reference. + +{% include url-rewrite-get-params.md %} diff --git a/src/marketing/url-rewrite-cms-page.md b/src/marketing/url-rewrite-cms-page.md index c1f241c40..3d0e700e5 100644 --- a/src/marketing/url-rewrite-cms-page.md +++ b/src/marketing/url-rewrite-cms-page.md @@ -100,4 +100,6 @@ Redirect * Permanent (301) - Indicates to search engines that the rewrite is permanent. Search engines generally retain page rank information for permanent rewrites. Description -: Describes the purpose of the rewrite for internal reference. \ No newline at end of file +: Describes the purpose of the rewrite for internal reference. + +{% include url-rewrite-get-params.md %} diff --git a/src/marketing/url-rewrite-custom.md b/src/marketing/url-rewrite-custom.md index 28f79e486..18b603ae2 100644 --- a/src/marketing/url-rewrite-custom.md +++ b/src/marketing/url-rewrite-custom.md @@ -107,4 +107,6 @@ Redirect * Permanent (301) - Indicates to search engines that the rewrite is permanent. Search engines generally retain page rank information for permanent rewrites. Description -: Describes the purpose of the rewrite for internal reference. \ No newline at end of file +: Describes the purpose of the rewrite for internal reference. + +{% include url-rewrite-get-params.md %} diff --git a/src/marketing/url-rewrite-product.md b/src/marketing/url-rewrite-product.md index 0414a7d3c..dc809a000 100644 --- a/src/marketing/url-rewrite-product.md +++ b/src/marketing/url-rewrite-product.md @@ -104,3 +104,5 @@ If you are not sure, open each product page in your store, and copy the path fro |Target Path|The internal path that is used by the system to point to the destination of the redirect. The target path is grayed out and cannot be edited.| |Redirect|Determines the type of redirect. Options:
**No** - No redirect is specified. Many operations create redirect requests of this type. For example, every time you add products to a category, a redirect of the `No` type is created each store view.
**Temporary (302)** - Indicates to search engines that the rewrite is for a limited time. Search engines generally do not retain page rank information for temporary rewrites.
**Permanent (301)** - Indicates to search engines that the rewrite is permanent. Search engines generally retain page rank information for permanent rewrites.| |Description|Describes the purpose of the rewrite for internal reference.| + +{% include url-rewrite-get-params.md %} diff --git a/src/marketing/url-rewrite.md b/src/marketing/url-rewrite.md index 769e74fe7..3ca78c3fe 100644 --- a/src/marketing/url-rewrite.md +++ b/src/marketing/url-rewrite.md @@ -10,5 +10,7 @@ By default, [automatic URL redirects]({% link marketing/url-redirect-product-au {% include url-rewrite-skip.md %} +{% include url-rewrite-get-params.md %} + ![]({% link images/images/product-search-engine-optimization-create-permanent-redirect.png %}){: .zoom} _Create Permanent Redirect for Old URL_