Digital Point Forums
Quick Collect

Go Back   Digital Point Forums > Search Engines > Google
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Mar 18th 2004, 12:51 pm
digitalpoint's Avatar
digitalpoint digitalpoint is offline
My cat is on Prozac... really. lol
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 22,364
digitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond repute
Phone Verified
Googlebot/Test Spider Getting External JavaScript Files

In the last few days, I've noticed a Googlebot/Test spider spidering nothing but external JavaScript files. There have been rumors of Google trying to better understand JavaScript, and it looks like they may be in the testing phase of it:

I've had requests for .js files within multiple domains from two different IP addresses:

64.68.89.156
64.68.89.191

According to ARIN, the 64.68.89.* block is not owned by Google, but considering Google owns the following class-Cs (which it uses for Googlebot):

64.68.80.*
64.68.81.*
64.68.82.*
64.68.83.*
64.68.84.*
64.68.85.*
64.68.86.*
64.68.87.*

...I think it's fairly safe to assume that it really *is* Google. Plus it's probably just a new IP block assignment that has not been updated in ARIN yet.

- Shawn
__________________
- Shawn
Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo
Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends.

Last edited by digitalpoint; Mar 18th 2004 at 1:42 pm.
Reply With Quote
  #2  
Old Mar 18th 2004, 1:04 pm
Mr T's Avatar
Mr T Mr T is offline
Grunt
 
Join Date: Mar 2004
Location: Driving my van, fool! In the UK!
Posts: 62
Mr T is on a distinguished road
Cool, thanks for that. Looks like I will finally have to implement that PHP redirect rather than JS links for affilates
__________________
Sublime Creation | Casino Reviews
|
Reply With Quote
  #3  
Old Mar 18th 2004, 1:06 pm
digitalpoint's Avatar
digitalpoint digitalpoint is offline
My cat is on Prozac... really. lol
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 22,364
digitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond repute
Phone Verified
The spider is requesting a robots.txt file, so you could always exclude your external JavaScript files that way. {shrug}

- Shawn
__________________
- Shawn
Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo
Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends.
Reply With Quote
  #4  
Old Apr 18th 2004, 10:59 am
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
NetBuilder
 
Join Date: Apr 2004
Location: Singapore
Posts: 11,903
Will.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond repute
... unless you <include> your .js from your .shtml files.

If you do that, the <include> code executes before the robot exclusion code is checked.
Reply With Quote
  #5  
Old Apr 18th 2004, 11:51 am
digitalpoint's Avatar
digitalpoint digitalpoint is offline
My cat is on Prozac... really. lol
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 22,364
digitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond repute
Phone Verified
No, it would still be blocked... if you have an image directory you choose to block, Google will not spider it, even though the images are "included" within a HTML file that is spiderable.

- Shawn
__________________
- Shawn
Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo
Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends.
Reply With Quote
  #6  
Old Apr 18th 2004, 9:18 pm
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
NetBuilder
 
Join Date: Apr 2004
Location: Singapore
Posts: 11,903
Will.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond repute
Test it before you deploy it...

<img src> isn't the same as <!--#include virtual-->.

I tested non-JavaScript includes and found out that Google indeed did find them, because the include is done server-side.
Reply With Quote
  #7  
Old Apr 18th 2004, 10:30 pm
digitalpoint's Avatar
digitalpoint digitalpoint is offline
My cat is on Prozac... really. lol
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 22,364
digitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond repute
Phone Verified
Oh, I thought you were talking about a JS include like so:

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

- Shawn
__________________
- Shawn
Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo
Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends.
Reply With Quote
  #8  
Old Apr 18th 2004, 10:49 pm
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
NetBuilder
 
Join Date: Apr 2004
Location: Singapore
Posts: 11,903
Will.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond reputeWill.Spencer has a reputation beyond repute
That might work like your IMG SRC example, or it might work like the <include> example... I am merely recommending testing. :-)
Reply With Quote
  #9  
Old Apr 22nd 2004, 3:58 am
mobile phones uk mobile phones uk is offline
Peon
 
Join Date: Apr 2004
Posts: 4
mobile phones uk is an unknown quantity at this point
Quote:
Originally Posted by digitalpoint
Oh, I thought you were talking about a JS include like so:

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

- Shawn
So would I be able to put my affiliate links into an external js file and stop google from spidering them with the robots text file?

Then call them up like in your quote?

Thanks
Reply With Quote
  #10  
Old Apr 22nd 2004, 5:11 am
compar's Avatar
compar compar is offline
Starcaller
 
Join Date: Mar 2004
Location: Waterloo Ontario Canada
Posts: 2,677
compar is just really nicecompar is just really nicecompar is just really nicecompar is just really nice
Quote:
Originally Posted by Mr T
Cool, thanks for that. Looks like I will finally have to implement that PHP redirect rather than JS links for affilates
I'm missing something here. Why do you want to hide your affiliate links from Google's bots?
__________________
Bob Wakfer
SEO Services, by Computer Partners | Blog Hosting |
Reply With Quote
  #11  
Old Apr 23rd 2004, 11:32 pm
jarvi jarvi is offline
Berserker
 
Join Date: Mar 2004
Location: Melbourne Australia
Posts: 127
jarvi is on a distinguished road
Not necessarily related to Googlebot, but a reason why you may wish to use php or js redirects is because some ad blocking software identifies affiliate type links and doesn't display them. Was just reading that Norton Internet Security appears to filter out links with redir or redirect in them and doesn't display anything. I haven't seen this, and am merely passing on some comments from another webmaster who purchased a new computer with the software preinstalled and was alarmed when the text links on his own site weren't appearing.

Compar, as I mentioned in a thread a while back, I'd rather not pass PR to the merchants when they blatantly compete with me in PPC and SEO, so why give them more of a headstart.
__________________
James

Buy Books Online | Casino Affiliate Programs | |
Reply With Quote
  #12  
Old Jan 25th 2005, 10:55 am
Catfish Catfish is offline
Champion of the Naaru
 
Join Date: Mar 2004
Location: Ocean Beach, California
Posts: 118
Catfish is on a distinguished road
why not just use the new rel command?
Reply With Quote
  #13  
Old Jan 26th 2005, 12:32 am
symetrix symetrix is offline
Grunt
 
Join Date: Dec 2004
Posts: 44
symetrix is on a distinguished road
Quote:
Originally Posted by digitalpoint
According to ARIN, the 64.68.89.* block is not owned by Google, but considering Google owns the following class-Cs (which it uses for Googlebot):
If you ask rwhois.exodus.net, that class C is allocated to Google from the Savvis/Exodus/C&W US family.

The IP blocks 64.68.{80-87}.* you mentioned are anycasted, which means your packets are routed to whatever datacenter is closest to you (network wise). However 64.68.88.0/21 is being routed only to their San Francisco office, which further supports your experimental theory.
__________________
symetrix blog
Reply With Quote
  #14  
Old Jun 13th 2006, 7:29 am
tycoonjo tycoonjo is offline
Banned
 
Join Date: Apr 2006
Location: belgium
Posts: 125
tycoonjo is an unknown quantity at this point
goolge don't love me
Reply With Quote
  #15  
Old Sep 19th 2006, 1:15 am
netprophet netprophet is offline
Banned
 
Join Date: Jul 2006
Posts: 288
netprophet is an unknown quantity at this point
Smile

cool stuff ........

thanx
Reply With Quote
  #16  
Old Dec 21st 2007, 1:19 am
baybossplaya baybossplaya is offline
Twilight Vanquisher
 
Join Date: Aug 2007
Posts: 595
baybossplaya is on a distinguished road
useful info
__________________
pinay celebrities pinay bold stars
Reply With Quote
  #17  
Old Nov 11th 2008, 5:13 pm
killer2021's Avatar
killer2021 killer2021 is offline
Twilight Vanquisher
Recent Blog: lineage 3 forum
 
Join Date: Oct 2006
Posts: 618
killer2021 is on a distinguished road
Quote:
Originally Posted by Catfish View Post
why not just use the new rel command?
Was thinking the same thing.
Reply With Quote
  #18  
Old Nov 11th 2008, 7:36 pm
IEmailer.com's Avatar
IEmailer.com IEmailer.com is offline
of the Nightfall
 
Join Date: Jul 2007
Location: Dubai - UAE
Posts: 1,866
IEmailer.com will become famous soon enough
Quote:
Originally Posted by killer2021 View Post
Was thinking the same thing.
Not again..! It's your second post in two old threads..
Seems like a spam to me?
__________________
Search Engine Optimization | Dubai Escorts | |
Reply With Quote
  #19  
Old Nov 11th 2008, 11:10 pm
killer2021's Avatar
killer2021 killer2021 is offline
Twilight Vanquisher
Recent Blog: lineage 3 forum
 
Join Date: Oct 2006
Posts: 618
killer2021 is on a distinguished road
Quote:
Originally Posted by IEmailer.com View Post
Not again..! It's your second post in two old threads..
Seems like a spam to me?
I found this thread through google search! DP's advice is like gospel to me.
Reply With Quote
Reply

Bookmarks

Thread Tools

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



All times are GMT -8. The time now is 12:18 am.