Seo Forum

Search Engines => Google Search Optimization => Topic started by: steveclarys on 12-07-2012, 01:08:35

Title: 301 Redirects?
Post by: steveclarys on 12-07-2012, 01:08:35
Moved Permanently - The file has been moved permanently to a new location.

     This is the preferred method of redirecting for most pages or websites. If you are going to move an entire site to a new location you may want to test moving a file or folder first, and then if that ranks well you may want to proceed with moving the entire site. Depending on your site authority and crawl frequency it may take anywhere from a few days to a month or so for the 301 redirect to be picked up.
Title: Re: 301 Redirects?
Post by: carlos on 12-11-2012, 18:55:05
301 redirect is a method of permanent redirect of a website form an OLD URL to a new URL.
Title: Re: 301 Redirects?
Post by: thantaihnvn on 12-14-2012, 02:49:43
what's code php for our site to 301 redirects? i don't know to add code 301 and 302 by code php
Can you tell me, please?
Title: Re: 301 Redirects?
Post by: vingler on 12-18-2012, 00:40:57
There is no universal right or wrong on that & I hesitate to throw out a singular "do this" without knowing more about your situation. Though generally it is best to be as relevant as possible, & generally it is best to minimize the number of redirects you are using, though of course there can be some strategic exceptions.
Title: Re: 301 Redirects?
Post by: BUM on 12-20-2012, 06:49:16
With the help of 301 Redirect you can transfer the whole data of old URL to the New URL. This is the most convenient way and it is very helpful as per SEO purpose as well. I am working in the Glasgow based company Higher Than Ltd which provide SEO services so I know about these things.
Title: Re: 301 Redirects?
Post by: jaysh4922 on 12-20-2012, 07:17:30
I think 301 redirection would be the only right method for such transfer and it would help in keeping the PR juices from inbound links...
Title: Re: 301 Redirects?
Post by: Die Hard on 12-28-2012, 02:41:16
Without any doubt, 301 redirect is good regarding website SEO ranking.
Title: Re: 301 Redirects?
Post by: creationsweb on 01-08-2013, 05:05:18
Usually a 301 redirect includes the address to which
the resource has been moved. Web browsers will
typically follow 301 redirects to the new location
automatically, without the need for user action.In
HTTP computer protocol, a 301 Redirect is called a
response with a status code that induces a browser
to arrive at a different location. All of these
similar status codes begin with a 301.A 301 redirect
is a permanent redirect. It's like a Change of
Address form from the Postal Service. All traffic
intended for URL A is permanently routed to URL B,
and all link popularity and existing SEO value for
URL A should also be transferred to URL B.
Title: Re: 301 Redirects?
Post by: johnmarry321 on 01-09-2013, 08:38:25
301 redirect of multiple domains to one new domain?
Title: Re: 301 Redirects?
Post by: BUM on 01-10-2013, 01:23:16
301 Redirect is the process through which you can transfer your webpage from one domain to other domain. If your domain is under construction then you can transfer that page  on to another domain. So this is very useful technique.
Title: Re: 301 Redirects?
Post by: allenhill on 01-29-2013, 01:42:11
301 Redirecting" is the process of making a "301 Response" for a webserver.

When a client browser requests a page using a URL which has no longer been addressed by that URL then webserver sends back the "301 Response"

"301 Response" from the Web server consists of two things -

1) 301 Error message
2) Alternate URL

On receiving that "301 Response" your browser sends another request for that same page, but this time by using the "Alternate URL" taken from "301 Response.
Title: Re: 301 Redirects?
Post by: pstpl1 on 02-05-2013, 04:20:58
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com");
}
</script>
Title: Re: 301 Redirects?
Post by: webcreations on 02-07-2013, 05:19:49
301 Redirect definition:A Web server function where an old URL can be redirected to a new one. 301 Redirect is a permanent redirect status indicating that the resource has moved permanently. A 301 redirect is often defined as "a permanent redirect from one URL to another".  In other words, if you have a website at http://mycooldomain.com and you want to permanently redirect it to http://myreallycooldomain.com ,  you can create a 301 redirect from the original URL to the new, more awesome one.  Afterward, anyone accessing the original domain would be redirected to the new URL.  Think of it like the "change of address" form that you would use to route your phyisical mail from an old address to a new one after a move.
Title: Re: 301 Redirects?
Post by: Mike Nielson on 02-14-2013, 01:25:02
301 redirect is the most efficient and good   method for webpage redirection. It's not that hard to apply and it should protect your search engine rankings for that particular page.
Title: Re: 301 Redirects?
Post by: Sherinfriedler on 02-14-2013, 04:48:01
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".