Webmaster Help Open your own free t-shirt shop here!
|
Welcome, Guest. Please login or register.
Did you miss your activation email?
Aug 29, 2008, 08:36:15 PM

Login with username, password and session length

The glory of friendship is not the outstretched hand, Nor the kindly smile nor the joy of companionship; it is the spiritual inspiration that comes to one when they discover that someone else believes in them and is willing to trust them.


- Ralph Waldo Emerson

|-   Entrepreneur Forum > Webmasters - Discuss Making Money Online > Everything Google
+   How can I hide content from Google ???
0 Members and 1 Guest are viewing this topic.
Pages: [1] Reply to Thread
Author Topic: How can I hide content from Google ???  (Read 331 times)
OfflineRichKid
Lieutenant Commander
RichKid is on a distinguished road
Joined: Jan 2007
Posts: 496


anonymous avatar

View RichKid\s ProfileWWW
Gender: MalePisces Brazil
notepad Apr 07, 2008, 06:06:22 PM #1
I am sick of Google search spiders. They index everything I don't want and miss the things I do want.

I have a private area for a client and they accesses it with a browser using Google toolbar and now Google has find and index the pages  banghead banghead banghead

Is there a way to hide pages from the google spiders ?

OfflineOnlineBob
Lieutenant Commander
OnlineBob is on a distinguished road
Joined: Dec 2006
Posts: 120


Avatar of OnlineBob

View OnlineBob\s ProfileWWW
Gender: MaleAquarius Netherlands
notepad Apr 29, 2008, 01:03:13 PM #2
make certain you or your client are not using the Google toolbar. It will spider any pages it finds.

you can use an .htaccess with username and password to protect pages.

OfflineTechCF
Ensign
TechCF is on a distinguished road
Joined: Jul 2007
Posts: 12


anonymous avatar

View TechCF\s ProfileWWW
Gender: MaleAries Norway
notepad May 02, 2008, 11:02:58 AM #3
Robots.txt may help you. Google uses it too. Google robots.txt and you will find out how to use it.
OfflineVishenda
Ensign
Vishenda is on a distinguished road
Joined: May 2008
Posts: 15


Avatar of Vishenda

whatever the mind expects, it finds

View Vishenda\s ProfileWWWVishenda's Squidoo Lens
Gender: FemaleScorpio
notepad Jun 12, 2008, 11:34:07 PM #4
Quote from: TechCF on May 02, 2008, 11:02:58 AM
Robots.txt may help you. Google uses it too. Google robots.txt and you will find out how to use it.

precisely....."no follow" indexing ^__^

Latest Blog Post :

OfflineGalaxian
Lieutenant Commander
Galaxian is on a distinguished road
Joined: Oct 2007
Posts: 207


Avatar of Galaxian

The internet is my playground.

View Galaxian\s Profile
Gender: MaleAries United States
notepad Jul 05, 2008, 03:01:05 PM #5
If you do use the robots.txt file, make sure that you or your clients are not using the Google toolbar. Google has a habit of going where it shouldn't because of the toolbar finding links.

The best solution would be to use .htacces to password protect the content you don't want seen.

Latest Blog Post : The Advantages of Water-Powered Car Technology

Got an eye for The Best Cars like a sizzling Ferrari sports car or the luxury of BMW?
Offlinejackgopher
Ensign
jackgopher is on a distinguished road
Joined: Jul 2008
Posts: 2


anonymous avatar

View jackgopher\s ProfileWWW
Israel
notepad Jul 11, 2008, 02:21:23 PM #6
You can also check in the "google webmaster tools" in the tools section a "remove url" tool, which enables you to define specific pages you wish google to exclude from its index.

OfflineRichKid
Lieutenant Commander
RichKid is on a distinguished road
Joined: Jan 2007
Posts: 496


anonymous avatar

View RichKid\s ProfileWWW
Gender: MalePisces Brazil
notepad Jul 23, 2008, 05:13:18 PM #7
I wanted to hide the content so Google doesn't know it exists so webmasters tools or robots.txt are out of the question.

I was thinking maybe PHP can do this ?

Offlinecash
Ensign
cash is on a distinguished road
Joined: Jul 2008
Posts: 10


anonymous avatar

View cash\s Profile
notepad Jul 29, 2008, 03:29:01 PM #8
wow, I never heard of any of this, now I have another avenue to learn Goofy so much laugh
Online~Dave~
Administrator
~Dave~ is a jewel in the rough~Dave~ is a jewel in the rough~Dave~ is a jewel in the rough~Dave~ is a jewel in the rough
Joined: Jan 2006
Posts: 6035


Avatar of code4gol

Building a Foundation

View ~Dave~\s ProfileWWW~Dave~'s Squidoo Lens
Gender: MaleGemini United States
notepad Jul 29, 2008, 04:57:28 PM #9
All you have to do is use PHP to do a regular expression and match  the HTTP_USER_AGENT against any of the agent strings Google uses like this

Code:
if  ( ! preg_match("/google/i", $_SERVER['HTTP_USER_AGENT'] ) && ! preg_match("/gsa/i", $_SERVER['HTTP_USER_AGENT'] ) ){

// Google can see the code here

}else{

// Google can't see the code here

}



Latest Blog Post : Microsoft Internet Explorer 8 (IE8) Takes Aim at Making Google Adsense Obsolete

Pages: [1] Reply to Thread


Code4Gold Affiliate Entrepreneur Moneymaker Forum © 2006-2008 Resdaz Media LLC - All Rights Reserved

Forum Software Powered by SMF - © 2001-2008, Lewis Media. All Rights Reserved.