PDA

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



mktcosmoedge
01-20-2017, 07:42 AM
What method do you use to redirect a page.

davidweb09
01-20-2017, 01:21 PM
I use 301 redirect to redirect a webpage from one URL to other.

wellliving
01-23-2017, 01:57 AM
The most common and best method of redirecting a web page is 301 redirect. And for errors, we can redirect users to our 404 page.

Gain ERP
01-23-2017, 02:08 AM
I use 301 permanent redirection only.

fayeseom
01-23-2017, 06:06 AM
Redirection is the process of forwarding one URL to a different URL. There are three main kinds of redirects: 301, 302, and meta refresh.

alexdean
01-23-2017, 07:47 AM
i use 301 redirect to direct old domian to new domian

david hong
01-24-2017, 12:27 AM
many method to redirect a page, now i am using 301 permanent redirection

Neo_5678
01-24-2017, 01:01 AM
Types of Redirects

301, "Moved Permanently"—recommended for SEO
302, "Found" (HTTP 1.1) or "Moved Temporarily" (HTTP 1.0)
Meta Refresh
307 Moved Temporarily (HTTP 1.1 Only)

Angeljoe
01-24-2017, 01:34 AM
Use 301 redirect method

digital01
01-24-2017, 02:19 AM
It depend on what kind of redirection you want.

For permanent redirection I use: 301 Redirect
For temporary redirection I use: 302 Redirect
And for 307 Moved Temporarily (HTTP 1.1 Only)

Thanks

Liyanscom3
01-24-2017, 02:36 AM
301 redirect is used in seo.

sadianisar
01-24-2017, 07:36 AM
301 and 302 Redirections are best for redirecting webpages for SEO purpose.

breitinter
01-24-2017, 07:50 AM
301: Permanent redirection
302: Temporary redirection

alpa
01-24-2017, 08:14 AM
In most instances, the 301 and 302 redirect is the best method for implementing redirects on a website.

djone
01-24-2017, 08:38 AM
What method do you use to redirect a page.
I always use 301 and 302 Redirection method.

Maitri_Shah
01-24-2017, 11:19 PM
Best method of redirecting a web page is 301 and 302 redirect.