Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: How to 'retire' a page and point it to the new URL without Google.penalty

David wrote:

> He said-
> 
> "I did a mod_rewrite to do a permanent redirect to let the search
> engines know I changed domain"
> 
> Which is not the same as a 301 redirect.

It isn't? 

Here's a mod_rewrite of mine:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^locusmeus\.com$
RewriteRule (.*) http://locusmeus.com/$1 [R=301,L]

AFAICS it's a mod_rewrite, /and/ it redirects every single page with a
301. Meaning permanent redirect.
 
> Put it this way if you go to a page on the old domain (not just the
> home page, all pages) does it redirect to the same page, but on the
> new domain and if it does, does the old page give a 301 status?
> 
> http://www.searchengineworld.com/cgi-bin/servercheck.cgi

Server Response: http://anything.locusmeus.nl/about.html	
Status: HTTP/1.1 301 Moved Permanently 	
Date: Wed, 23 Nov 2005 12:18:34 GMT 	
Server: Apache/2.0.49 (Win32) PHP/4.3.7 	
Location: http://locusmeus.com/about.html 	
Content-Length: 333 	
Keep-Alive: timeout=15, max=100 	
Connection: Keep-Alive 	
Content-Type: text/html; charset=iso-8859-1
 
> If the answer isn't yes to both these questions you haven't done a 301
> for every page of the site 

I'm missing something. I /have/ doen a 301 for every page on
subdomains I don't use, and it /does/ end up on the main domain with
the correct 301 status and showing the same page on the main domain.

> and this will mean you loose all your
> deeper page PR and SERPs. You've started from scratch!!

I'm not losing anything afaics.

-- 
Els                     http://locusmeus.com/
Sonhos vem. Sonhos vÃo. O resto à imperfeito.
                             - Renato Russo -
Now playing: The Sisters of Mercy - No Time To Cry

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index