How to redirect Page Traffic of page.

Started by ashishsingh786, 12-08-2019, 22:40:37

Previous topic - Next topic

ashishsingh786Topic starter

How to redirect Page Traffic of page www.domain.com/Product.aspx to www.domain.com/product.aspx.
The main problem is initially the page name was in capital letters but now its in small letters. So is there any way to redirect same name url with capital letters.
  •  


kavyasharma561

There must be a solid reason to use a redirect. Some of the instances when you should be using one are:

URL of the website is broken or not working
The website needs to be redirected to a new domain
A particular webpage or website is no more active
A/B testing was performed on a specific web page
Website needs a design change
Website's CMS platform is changed for a new URL structure
Two existing websites are being merged into one


atocloud

There is no hard and fast rule, you simply add 301 to redirect your old url traffic to new one.

sophiawils59

Agree with @atocloud, just use 301 redirects, your issue will be resolved.

seomotionz

A plain and simple 301 redirect should solve your problem. You can create a redirect through your .htaccess file.

In case if you find to too exhausting or not felling confident enough to adjust code in the htaccess file. Then you can make 301 redirect through your cPanel or whatever control panel your hosting service has provided you(most of them does).
newbielink:https://seomotionz.com [nonactive] - A Digital Marketing Forum
Forum Management & Promotion, SEO Tips, Money Making tips etc.
  •  


infinitywebsoln

You can follow these ways to redirect a Website page.

Redirect a Subdirectory to a Page on Your Site
Redirect Duplicate Content to the Original Page
Redirect Multiple Domains to a Single Domain
Redirect Your Old Domain to Your New One
Redirect an Old URL to a New URL
  •  

infinitywebsoln

Hi, here are some clever ways you can use to redirect page traffic.

1. Redirect a Sub directory to a Page on Your Site
2. Redirect Duplicate Content to the Original Page
3. Redirect Multiple Domains to a Single Domain
4. Redirect Your Old Domain to Your New One
5. Redirect an Old URL to a New URL.
  •  

John - Smith

301 redirect or do it using htaccess file.  !-!


brookeroberts7

#8
To redirect from an HTML page, use the META Tag. With this, use the http-equiv attribute to provide an HTTP header for the value of the content attribute. The value of the content is the number of seconds; you want the page to redirect after.

Post Merge: 07-14-2020, 00:07:13


To redirect from an HTML page, use the META Tag. With this, use the http-equiv attribute to provide an HTTP header for the value of the content attribute. The value of the content is the number of seconds; you want the page to redirect after.


Yuga

You can redirect old URL to new URL through htaccess file.