Webmaster Help
|
Welcome, Guest. Please login or register.
Did you miss your activation email?
Nov 21, 2008, 07:37:21 AM

Login with username, password and session length

Without craftsmanship, inspiration is a mere reed shaken in the wind.


- Jonannes Brahms

Welcome Guest - Register or Login Now to remove these advertisments


Registration is completely free and only takes a few minutes to signup !

|-   Entrepreneur Forum > Webmasters - Discuss Making Money Online > Google Products and Services
+   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 399 times)
OfflineRichKid
Senior Member
RichKid is on a distinguished road
Joined: Jan 2007
Posts: 498


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
Senior Member
OnlineBob is on a distinguished road
Joined: Dec 2006
Posts: 123


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
New Member
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
New Member
Vishenda is on a distinguished road
Joined: May 2008
Posts: 18


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 :

OnlineGalaxian
Senior Member
Galaxian is on a distinguished road
Joined: Oct 2007
Posts: 209


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
New Member
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
Senior Member
RichKid is on a distinguished road
Joined: Jan 2007
Posts: 498


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
New Member
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: 6175


Avatar of code4gol

Go Phillies !!

View ~Dave~\s ProfileWWW
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 : Insights Marketing With Google Insights for Search

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.