Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #128 from thiaramus/url-rewrite-get-params-update
Browse files Browse the repository at this point in the history
Added a note on existing GET parameters being removed during redirect…
  • Loading branch information
leslietilling authored Nov 6, 2019
2 parents bea3ac2 + 31e01bd commit 19aa3ba
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/_includes/url-rewrite-get-params.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions src/marketing/url-rewrite-category.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ If you are not sure, open each category page in your store, and copy the path fr
|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: <br/>**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. <br/>**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. <br/>**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 %}
2 changes: 2 additions & 0 deletions src/marketing/url-rewrite-cms-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ If you are not sure, open each page in your store, and copy the path from the ad
|Target Path|The internal path that is used by the system to point to the destination. The target path is grayed out and cannot be edited.|
|Redirect|Determines the type of redirect. Options: <br/>**No** - No redirect is specified. <br/>**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. <br/>**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 %}
4 changes: 3 additions & 1 deletion src/marketing/url-rewrite-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ Redirect from:
|Request Path|The CMS page that is to be redirected. The Request Path must be unique, and cannot be in use by another redirect. If you receive an error message that the Request Path already exists, delete the existing redirect and try again.|
|Target Path|The internal path that is used by the system to point to the destination. The target path is grayed out and cannot be edited.|
|Redirect|Determines the type of redirect. Options: <br/>**No** - No redirect is specified. <br/>**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. <br/>**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.|
|Description|Describes the purpose of the rewrite for internal reference.|

{% include url-rewrite-get-params.md %}
2 changes: 2 additions & 0 deletions src/marketing/url-rewrite-product.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <br/>**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. <br/>**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. <br/>**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 %}
2 changes: 2 additions & 0 deletions src/marketing/url-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

![Search engine optimization - create permanent URL redirect]({% link images/images/product-search-engine-optimization-create-permanent-redirect.png %}){: .zoom}
_Create Permanent Redirect for Old URL_

0 comments on commit 19aa3ba

Please sign in to comment.