Greenguy's Board


Go Back   Greenguy's Board > Link Lists & Getting Listed
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-03-23, 11:10 AM   #1
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
I have done mod_rewrites in the past without (AFAIK) any penalty

Code:
RewriteRule ^/links/old-category1.html$  /links/new-category.html [R=301,L]
RewriteRule ^/links/old-category2.html$  /links/new-category.html [R=301,L]
Tells the spiders that the pages have been moved and can be found at the new location from now on.

Another option is a 'hidden' redirect like
Code:
RewriteRule ^/links/old-category1.html$  /links/new-category.html [L]
RewriteRule ^/links/old-category2.html$  /links/new-category.html [L]
The new page is displayed, but the address does not change in the browser, so looks like old page is still being maintained. Yes the content is the same, but it is only one or two pages, so not as if whole site is being copied. As there are no internal links to the old pages, they will gradually lose PR in favour of the new pages.
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:44 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc