Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Search Engines (http://www.greenguysboard.com/board/forumdisplay.php?f=13)
-   -   'Googlejacking' Exposed (http://www.greenguysboard.com/board/showthread.php?t=17581)

LadyB 2005-03-16 10:05 AM

'Googlejacking' Exposed
 
Thought I'd pass this along to anyone who hasn't seen it yet..

http://www.avnonline.com/index.php?P...tent_ID=219930

Cleo 2005-03-16 10:13 AM

For those too lazy to go over and read the AVN article.
Quote:

How can a Webmaster tell if his or her page has been Googlejacked? For starters, type “allinurl:yourdomain.com” in the search box at Google to see what comes up. The subject domain should lead the list. If there are other entries on the page bearing the correct page title and excerpt – and in some cases, cached result – but incorrect URLs, chances are good the page has been targeted by a Googlejack, accidental or otherwise.


Fixing the problem is not as easy as determining if it exists. Webmasters can’t ban 302 referrers or most redirect scripts because servers don’t receive that information during connection requests. Click-throughs from the redirect script-bearing page can be banned, but that will only affect surfers and not search engine spiders, where the problem resides. Webmasters can request the removal of pages from Google, but that’s a lengthy, tedious process that only works within specific parameters.


Schmidt suggests several steps Webmasters can take to minimize the chances that their pages will be hijacked:


Always redirect “non-www” domains (yourdomain.com) to the www version (www.yourdomain.com) or vice-versa, and do it using a 301 code instead of a 302 code.



Always use absolute internal linking on Websites (include the full domain name in links that are pointing from one page to another page within the same site).



Include a bit of constantly updated content on all pages, like a time stamp, a random quote, or a page counter.



Use the meta tag on all pages.



Make all pages confirm their URL “artificially” by inserting a 302 redirect from any URL to the exact same URL and then serving a “200 OK” status code.



Schmidt also suggests that Webmasters take precautions to avoid becoming inadvertent hijackers:


Always use 301 redirects instead of 302 redirects or disallow redirect scripts in the “robots.txt” file or both.*



Request removal of all redirect script URLs from Google’s index. Simply including the URLs in the robots.txt file won’t remove them from Google. That move just ensures the URLs are not revisited by Google spiders.



If you discover that one of your pages has hijacked someone else’s in Google’s index accidentally, make the script in question return a 404 (page not found) error and then request removal of the script from Google’s index.

Verbal 2005-03-16 12:22 PM

Good article. I found the suggestion to link all internal pages by their absolute path kind of interesting. I've always used relative links since it's cleaner and more efficient on the server.

On another note, anyone know if the PHP header(Location: "http://www.url.com/"); redirect is a 301 or 302?

LadyB 2005-03-16 01:04 PM

Verbal - this may be of some help to you
http://clsc.net/research/google-302-page-hijack.htm#009

pudcat 2005-03-20 09:46 PM

Quote:

Originally Posted by Verbal
On another note, anyone know if the PHP header(Location: "http://www.url.com/"); redirect is a 301 or 302?

by itself it's 302

this code found on wmw should 301.

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.example.com/");
exit();

Joe 2005-03-21 07:26 AM

For those who don't know, here's a thread from WMW concerning the topic on how to remove a Google hijacker page:

http://www.webmasterworld.com/forum30/28612.htm

Leon 2005-03-21 03:03 PM

intersted article :)
just tried a search with "allinurl:onlybestsex.com"
and found some funny link
shorteroticstories.com/go.php?5446
that is a copy of my main page since september 27
but it only seen in google cached view

http://66.102.9.104/search?q=cache:g...tsex.com&hl=en

RawAlex 2005-03-21 08:42 PM

Joe, WebmasterWorld 6mont Subscribe to WebmasterWorld for 6months Every 6 Month(s) $ 89.00

Almost $200 a year to access his board? Is this guy kidding?

Sorry, I don't care if WMW has the answers to the universe...

Alex

Rocco 2005-03-22 08:09 AM

Alex, WW is great, especially the member forum. I am paying for quite a while and never regret it. If you are on a small budget, then it is not the best investment, though.

Jeka 2005-03-22 09:56 AM

lol what's that? http://onlybestsex.com/reality-porn/

Barron 2005-03-22 11:38 AM

ut oh! I should have read more of the board before I posted:

http://www.greenguysboard.com/board/...ad.php?t=17770

Pusher 2005-03-28 11:45 PM

This thread has really helped me understand why my sites have disappeared from Google... Thanks everyone |waves|

Does anyone know how to use .htaccess to redirect my domain without the www. to the address with www?

For example:

redirect adult-sex-sites.net to www.adult-sex-sites.net

Pusher 2005-03-29 12:03 AM

I found something else very strange that I don't understand - when I do an
allinurl:adult-sex-sites.net search, one of the sites that comes up is
ww.adult-sex-sites.net (not www), and it redirects to one of my other sites...

Does anyone know what this is?

Thanks!


All times are GMT -4. The time now is 07:15 AM.

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