PDA

View Full Version : What method do you use to redirect a page ?



warrantyau
10-14-2019, 02:13 AM
What method do you use to redirect a page ?

WoodsPainting
10-14-2019, 02:23 AM
301 redirect: Moved Permanently (often best for SEO)
302 redirect: Found / Moved temporarily.
303 redirect: See Other.
307 redirect: Temporarily Redirect.
308 redirect: Permanent Redirect.

PrimeItSolution
10-14-2019, 11:46 PM
Log into cPanel using the details your host gave you when you first signed up.
Scroll to the Domains section and click Redirects.
Choose the type of redirect you want. ...
Choose the domain name you want to redirect from the drop-down box. ...
Type the rest of the path to the file or folder you want to redirect.

dennis123
10-15-2019, 12:09 AM
Hi friends,
The best way to redirect a page depends on what you want to achieve.

If you are building a new site and want to maintain traffic from the old site or from backlinks to the old site then a server side redirect is the best solution.

If you have another site on the web and want traffic from one of those pages to go to a page on a different site. Then embed the redirect in the heading of the page you want to push traffic from the old site. Best to use a 301 redirect.

If you have a page you want to take offline on your site temporarily, use a 303 redirect to let the search engines know this is temporary.