Note: Using client-side code to automatically redirect a page is not considered good practice and may hinder the customer experience and impact how a search engine navigates and ranks your site (and in extreme cases, could result in your site being banned by search engines). If this is required, we suggest editing your robots.txt file to inform the spiders not to visit or index your redirecting page. You may also consider Pulse Commerce's 301 Redirect services.
Redirect using Meta Refresh method: This may be added to the meta-tag editor of the redirecting page. |
<META http-equiv=REFRESH content="0; url=http://<DomainName.com>/PageName.htm"> |
Redirect using JavaScript method: |
<TABLE><TBODY><TR><TD> |
Comments
0 comments
Article is closed for comments.