|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello
I have questions about 301 redirects. At the moment we have redirects in place from old locations pages to new Location Pages. We need to remove some of the location pages and redirect them to existing ones. To simplify it if we look at it like this. Present redirects in place OLD1 redirected to New1 OLD2 Redirected to New2 I now need to redirect New1 to New2. Question is do I change the redirect from OLD1 redirected to New1 To OLD1 to NEW2 The current redirects have been in place for over 4 months and Google has picked them up. So the questions are 1. Can I change Permanent redirects once they are in place. 2. Can I redirect redirects which are currently in place. Cheers |
|
|||
|
Quote:
OLD1 redirected to New2 New1 redirected to New2 OLD2 redirected to New2 Jean-Luc |
|
|||
|
cheers for that
I suppose the question is if a page has been permanently redirected (301) once, can you redirect it again or does google frown on this? The situation is this: (Around city) hotels old page REDIRECTED TO (Around city) hotels new page (city) hotels old page REDIRECTED TO (city) hotels new page we now want to redirect the around city hotels new page into the city hotels new page so do we redirect the around city hotels new page straight into the city hotels new page or redirect around city old page to city hotels new page (more direct) I know this is confusing but we are stuck as to how to go about this. |
|
||||
|
I would find it best to not redirect the same link more than once. In other words
OLD1 -> New2 OLD2 -> New2 NEW1 -> New2 as Jean-Luc says. 301 redirects imply that the link being redirected should no longer be used. In my experience this means that Google will generally replace the link for the original page with the link for the new page. |
|
|||
|
I don't know if this is what you want, but this is what I have done in a htaccess file.
RewriteEngine On RewriteCond %{REQUEST_URI} ^/cgi-bin/links/old1\.fcgi [OR] RewriteCond %{REQUEST_URI} ^/cgi-bin/links/old2\.pl [OR] RewriteCond %{REQUEST_URI} ^/cgi-bin/old3\.cgi RewriteCond %{QUERY_STRING} ^ID=([0-9]+) RewriteRule .* http://www.example.com/cgi-bin/new\.fcgi [R=301,L] |
|
|||
|
Quote:
1. You can change the target of a 301 (the word "Permanent" is misleading, it does not mean "once") 2. You can redirect redirects, but this is inadvisable because you take a performance hit and reduce the reliability of serving the target page. If you are redirecting A to B, and now you want to redirect A to C, why not simply change the content of B? This will minimize the disruptions with search engines. |
|
||||
|
>> Can I change Permanent redirects once they are in place.
"Permanent " here doesn't mean a long lasting entity. It simply refers to the type of redirection. There are some caveats in redirection: 1. Make sure that a server side redirection doesn't result in a loop. Set the .htaccess directive from the root. If you have many directories downstream, you may have a conflicting directives set. So read all the directives. Consolidate them and test them. 2. Many robots are deliberately configured to follow a limited number of redirection unlike browsers. Consider this scenario: domain.com - > www.domain.com ( the site has implemented canonical resolution so a non-www reference redirects to www mode) www.domain.com - > www.domain.com/ ( standard server redirection to serve the default at the / ) Assume that your index page actually redirects to the entry page of your CMS system - www.domain.com/ -> www.domain.com/spip.php?lang=en Many robots would give up after a certain number of redirection. |
|
||||
|
You basically have two alternatives:
Option 1 (Jean-Luc's recommendation) OLD1 -> New2 OLD2 -> New2 NEW1 -> New2 Option 2 OLD1 -> New1 OLD2 -> New2 NEW1 -> New2 The only real difference is that Option 2 involves a two-step redirect, OLD1 -> New1 -> New2. AFAIK redirecting a redirect won't necessarily cause a problem. But it's a habit worth avoiding, because you can accidentally create a circular redirect where eg A -> B -> C -> A. That can have interesting effects both on your server, and your visitors' browsers. So I would definitely follow Jean-Luc's recommendation. |
|
||||
|
Additionally, you can read this:
Q&A from the JuneTune live chat - Google Webmaster Help | Google Groups Specifically this part: Q: Is there any limit on the number of redirections 301, a Web site?. In a large site, if you change the URL structure, is the optimum time to do it with 301? or is best done gradually A (Matt Cutts): There's no per-page limit on the number of 301s you can do, so you could move 100K pages to 100K new location. However, if we see a really long chain of redirects, eventually we will decide to stop following the chain. |
|
|||
|
Quote:
Re the server possibly going into an endless loop; it won't. It will make one pass and if it reaches a prior point, it stops and issues an error message. You won't get your page. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 301 redirect not redirecting | thebloke | Search Engine Optimization Forum | 16 | 11-29-2006 08:36 AM |
| Redirecting URL | tushar123 | Search Engine Optimization Forum | 0 | 11-09-2006 04:12 AM |
| MSN.com redirecting to MSN.co.uk | dburdon | MSN Search Discussion Forum | 4 | 05-04-2006 10:00 AM |
| MSN.com redirecting my site | flyclothing | MSN Search Discussion Forum | 6 | 04-26-2006 11:38 AM |
| Redirecting pages | cgp132 | Graphics & Design Discussion Forum | 4 | 05-18-2004 12:57 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |