PDA

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



Rscomp
06-24-2019, 08:47 PM
What method do you use to redirect a page?

PrimeItSolution
06-24-2019, 09:17 PM
A redirect is when a web page is visited at a certain URL, it changes to a different URL. For instance, a person visits "website.com/page-a" in their browser and they are redirected to "website.com/page-b" instead.

imriakapoor
06-24-2019, 10:01 PM
Create URL redirects
Click Web Hosting.
Next to the account you want to use, click Manage.
From the Settings menu, select URL Redirects.
Click the New Redirect button.
Enter the domain from your account you want to redirect. ...
Select whether or not you want all instances of your site with or without www.
Click Next.

RH-Calvin
06-27-2019, 10:53 PM
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".

davidweb09
06-28-2019, 09:10 AM
We use 301 redirect code to move a website from one domain to another one without affecting its current Google rankings.