Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2010-02-26, 11:32 AM   #1
Tommy
NYC Boy That Moved To The Island
 
Join Date: Apr 2003
Posts: 2,940
Send a message via ICQ to Tommy
What is The Right Way To remove a page

What is The Right Way To remove a page and move the traffic so you dont catch a Search engine penalty
__________________
Accepting New partners
Tommy is offline   Reply With Quote
Old 2010-02-26, 12:28 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Since no one else has spoken up I'll post my opinion.

A 301 redirect tells the search engine that a page has permanently moved.

If it is a whole directory or a domain use this htaccess
Code:
RewriteEngine on
RewriteRule .* http://NEWURL.com/ [R=301,L]
Or if it is just one page on your domain then send the traffic to a 404 page that says the page is missing. From what I understand you should not just send the traffic to the root of your domain as Google devalues your 404 page and also you should not use the full url to your page as this causes a 302 redirect in addition to the 404 redirect.

Code:
ErrorDocument 404 /404.html
But if someone knows better please post.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2010-02-26, 10:29 PM   #3
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,777
Send a message via ICQ to Greenguy
If you have the domain listed in Google's Webmaster Tool area, after you 301 or 404 it, you can ask them to remove the URL from the database too.
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Old 2010-02-27, 08:53 AM   #4
Tommy
NYC Boy That Moved To The Island
 
Join Date: Apr 2003
Posts: 2,940
Send a message via ICQ to Tommy
Thank you but how do i 301 it without affecting the other pages on the domain
__________________
Accepting New partners
Tommy is offline   Reply With Quote
Old 2010-02-27, 09:55 AM   #5
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
Originally Posted by Tommy View Post
Thank you but how do i 301 it without affecting the other pages on the domain
In your .htaccess file:

redirect 301 /oldlocation/oldpage.html http://www.yourdomain.com/newpage.html

In the old information you don't want to use a full URL, so don't include the http://www part of the address. Just use the path from the top level of your site. But do use the full URL in the new information. And make sure to leave one single space between each of the items of information on the line in your htaccess file.

This will send a http header message that you've permanently moved that page to the new address and tell the SEs to index just the new URL. It should keep the SE ranking and position and pass them to the new page.
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote
Old 2010-02-28, 04:49 AM   #6
Jel
I'm the only guy in the world who has to wake up to have a nightmare
 
Jel's Avatar
 
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
Off topic - Tommy I sent you a PM recently, can you take a look at it please, thanks mate
Jel is offline   Reply With Quote
Old 2010-02-28, 10:53 AM   #7
plateman
What can I do - I was born this way LOL
 
plateman's Avatar
 
Join Date: Oct 2003
Location: ohio
Posts: 3,086
if you have a managed server which most dedicated customers have I just send my host the url I want 301 and its done
__________________
Submit to: Porn O Plenty XXX Links
Reality Here
plateman is offline   Reply With Quote
Old 2010-03-02, 02:23 AM   #8
davion
Trying is the first step towards failure
 
davion's Avatar
 
Join Date: Feb 2010
Posts: 126
Try redirecting your site to some temporary page. It will be good so that the visitors will go directly to your temporary page.
davion is offline   Reply With Quote
Old 2010-03-02, 04:23 PM   #9
Tommy
NYC Boy That Moved To The Island
 
Join Date: Apr 2003
Posts: 2,940
Send a message via ICQ to Tommy
Thanks everyone and thank you Simon that worked!!!

Jel.. umm .. did i answer you ??
__________________
Accepting New partners
Tommy is offline   Reply With Quote
Old 2010-03-04, 01:10 AM   #10
Jel
I'm the only guy in the world who has to wake up to have a nightmare
 
Jel's Avatar
 
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
Not as yet Tommy
Jel is offline   Reply With Quote
Old 2010-03-10, 08:00 AM   #11
SammPSK
Internet! Is that thing still around?
 
SammPSK's Avatar
 
Join Date: Mar 2010
Posts: 3
Tommy
I need Your answer too
SammPSK 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 01:43 PM.


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