PDA

View Full Version : What Are 301 Or 302 Responses Of Server?



lucislee10
02-14-2017, 07:40 AM
What Are 301 Or 302 Responses Of Server?

dyhair77
02-15-2017, 12:54 AM
Both 301 and 302 are HTTP response status codes which are the server's response when accessing the given URL.

mktcosmoedge
02-15-2017, 02:40 AM
Both 301 and 302 are HTTP response status codes which are the server's response when accessing the given URL

jackfernandos
02-15-2017, 02:56 AM
302 - it's replaced with a temporary redirect to a custom error page.
301 - Redirects errors to either a custom error page, or some other page permanently.

RH-Calvin
02-21-2017, 08:39 AM
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".

A 302 redirect means that the move is only temporary. Search engines need to figure out whether to keep the old page, or replace it with the one found at the new location.

chiragpatel108
02-21-2017, 11:23 PM
According to my knowledge 301 redirects is a permanent Redirect and 302 redirects is a temporary redirect.
301 redirect is the best method for implementing redirects on a website.

samant
02-22-2017, 01:20 AM
According to my knowledge 301 redirects is a permanent Redirect and 302 redirects is a temporary redirect.
301 redirect is the best method for implementing redirects on a website.

Thanks for your reply

airventsindia
02-22-2017, 01:31 AM
Hiii
A 301, or permanently moved, is a redirect that carries and distributes in an absolute manner. You should use a 301 to signify to the crawlers that your content has moved permanently – as in forever.
A 302 status code means Found, or more commonly referred to as “temporarily moved.” This redirect doesn’t carry or pass the link value to the new location. What it does do is get the user to an appropriate location for you so that you aren’t showing them a broken link, a 404 page not found, or an error page.

Educaindia2
02-22-2017, 04:24 AM
Very useful Information keep it up.

cleaningservice
02-23-2017, 03:08 AM
301 (permanent redirect) or permanently moved, is a redirect that carries and distributes in an absolute manner.
302 (temporary redirect) status code means Found, or more commonly referred to as “temporarily moved.”

amanshastry43
02-23-2017, 03:11 AM
It's a permanent redirect. Both 301 and 302 are HTTP response status codes which are the server's response when accessing the given URL.

Rajdeep Bose
02-23-2017, 07:18 AM
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.

A 302 redirect is a temporary redirect.

ajay49560
02-23-2017, 07:44 AM
Thanks Sharing valuable information..