HighDots Forums  

Google and javascripts

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Google and javascripts in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bestholidayhouse.com
 
Posts: n/a

Default Google and javascripts - 02-06-2004 , 04:01 AM






Hi,

Does anyone know if including important keywords inside a javascript used
for drop down menus is considered in the same way by Google as normal text
in the body of a page?

Thanks in advance



Reply With Quote
  #2  
Old   
Admin1
 
Posts: n/a

Default Re: Google and javascripts - 02-06-2004 , 09:06 AM






GoogleBot is not capable of reading javascript. It just ignores it, so I
would not suggest relying on anything that Javascript creates to help along
with rankings ..... Cause it wont help at all.


"Bestholidayhouse.com" <evallesg2001 (AT) hotmail (DOT) com> wrote

Quote:
Hi,

Does anyone know if including important keywords inside a javascript used
for drop down menus is considered in the same way by Google as normal text
in the body of a page?

Thanks in advance





Reply With Quote
  #3  
Old   
Jon
 
Posts: n/a

Default Re: Google and javascripts - 02-07-2004 , 12:30 AM



"Admin1" <adminNO (AT) SPAMwebookmark (DOT) com> wrote

Quote:
GoogleBot is not capable of reading javascript. It just ignores it, so I
would not suggest relying on anything that Javascript creates to help along
with rankings ..... Cause it wont help at all.


"Bestholidayhouse.com" <evallesg2001 (AT) hotmail (DOT) com> wrote in message
news:XJIUb.196157$VW.8008241 (AT) news3 (DOT) tin.it...
Hi,

Does anyone know if including important keywords inside a javascript used
for drop down menus is considered in the same way by Google as normal text
in the body of a page?

Thanks in advance


Please don't consider my comments as being nitpicky.
I'm trying to understand how the SE actually works a
little at a time.

I don't believe that google or any other SE is incapable
of reading javascript that is in the source but rather
it chooses not to read it. Why because that which is in
the <script> tag could very well include, among other
things, local code variables which would be useless for
google to read and save.

Does anyone agree or disagree with that ???

Jon


Reply With Quote
  #4  
Old   
Michael Sattler
 
Posts: n/a

Default Re: Google and javascripts - 02-07-2004 , 04:20 AM



fornews (AT) hotmail (DOT) com (Jon) schrieb:

Quote:
I don't believe that google or any other SE is incapable
of reading javascript that is in the source but rather
it chooses not to read it. Why because that which is in
the <script> tag could very well include, among other
things, local code variables which would be useless for
google to read and save.

Does anyone agree or disagree with that ???
I agree.

In the german search-engine newsgroup someone asked the same a few
days ago: he noticed, that google had spidered some pages of his site,
that were only linked through javascript.

Besides http://www.markcarey.com/googleguy-says/ :
Quote:
"I wouldn't assume that we can't scan through JavaScript for links."

HTH,
Michael



Reply With Quote
  #5  
Old   
Martyn Fewtrell
 
Posts: n/a

Default Re: Google and javascripts - 02-07-2004 , 12:33 PM



There may just be a difference between following a JavaScript link and
indexing the script itself.

I don't think there could be any logical reason to index the Script,
as it would not hold any useful information with respect to the web
site or its content.

You could however conceive a reason for Google to develop technology
to follow a JavaScript link and it is fairly reasonable to assume that
in the future many sites will have substantial amounts of DHTML etc
which might make this useful.

Martyn Fewtrell
www.networkclub.co.uk

Reply With Quote
  #6  
Old   
touchring
 
Posts: n/a

Default Re: Google and javascripts - 02-07-2004 , 02:55 PM



Is this a javascript link that Google can't read? I'm not so familiar
with html programming. This will be a good example. Thanks.

<a href="sitemap.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('sitemap','','images/icon_sitemap_over.gif',1)"><img
src="images/icon_sitemap.gif" name="sitemap" width="67" height="24"
border="0"></a>


Michael Sattler <misa4nospam (AT) gmx (DOT) de> wrote

Quote:
fornews (AT) hotmail (DOT) com (Jon) schrieb:

I don't believe that google or any other SE is incapable
of reading javascript that is in the source but rather
it chooses not to read it. Why because that which is in
the <script> tag could very well include, among other
things, local code variables which would be useless for
google to read and save.

Does anyone agree or disagree with that ???

I agree.

In the german search-engine newsgroup someone asked the same a few
days ago: he noticed, that google had spidered some pages of his site,
that were only linked through javascript.

Besides http://www.markcarey.com/googleguy-says/ :
| "I wouldn't assume that we can't scan through JavaScript for links."


HTH,
Michael

Reply With Quote
  #7  
Old   
SEO Dave
 
Posts: n/a

Default Re: Google and javascripts - 02-07-2004 , 06:38 PM



On 7 Feb 2004 11:55:21 -0800, touchring (AT) yahoo (DOT) com (touchring) wrote:

Quote:
Is this a javascript link that Google can't read? I'm not so familiar
with html programming. This will be a good example. Thanks.

a href="sitemap.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('sitemap','','images/icon_sitemap_over.gif',1)"><img
src="images/icon_sitemap.gif" name="sitemap" width="67" height="24"
border="0"></a
Google can read the above.

Google basically sees it as-

<a href="sitemap.htm"><img src="images/icon_sitemap.gif"
name="sitemap" width="67" height="24" border="0"></a>

In other words an image link.

David replace SP@AM with @ to email me direct.
_
http://www.seo-serps.com - Free SEO Tips (23/01/2004)
http://www.seo-serps.com/serps.html - SERPs Competition Entry
http://www.seo-serps.com/seo-consultant.html - hire SEO Dave
http://www.bdsm-lingerie.com - BDSM Lingerie Shop

Quote:
Michael Sattler <misa4nospam (AT) gmx (DOT) de> wrote

fornews (AT) hotmail (DOT) com (Jon) schrieb:

I don't believe that google or any other SE is incapable
of reading javascript that is in the source but rather
it chooses not to read it. Why because that which is in
the <script> tag could very well include, among other
things, local code variables which would be useless for
google to read and save.

Does anyone agree or disagree with that ???

I agree.

In the german search-engine newsgroup someone asked the same a few
days ago: he noticed, that google had spidered some pages of his site,
that were only linked through javascript.

Besides http://www.markcarey.com/googleguy-says/ :
| "I wouldn't assume that we can't scan through JavaScript for links."


HTH,
Michael


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.