What does google think about...

Hard links and their relation to SEO, methods and techniques, and resources welcome in here.

Moderators: vrocks, drocd, jdoughs

Post Reply
stinger
Posts: 4
Joined: Thu Mar 03, 2011 6:48 pm

What does google think about...

Post by stinger »

... links which are hidden in javascript?
For example:

Code: Select all

<a href="javascript:void(0)" onclick="toggle('links')">Links</a>
<div id="links" style="display: none;"><h3>links</h3>
<p>
<a href="#">link</a><br />
<a href="#">Link</a></p>
In this example links appear only after clicking on "Link".
I heard that google understands style "display: none;" and can penalize both sites for using it.
User avatar
CodeR70
Posts: 159
Joined: Sat Nov 27, 2010 6:10 am
Location: Netherlands
Contact:

Re: What does google think about...

Post by CodeR70 »

And what if that is put in a CSS? AFAIK Google does not download the stylesheets.
User avatar
blogstargirl
Posts: 162
Joined: Mon Jun 21, 2010 8:31 am

Re: What does google think about...

Post by blogstargirl »

Googlebots can't read text in Javascript, Iframes or anything in your CSS (style sheet)

http://www.google.com/support/customsea ... swer=72366
redwhiteandblue
Posts: 121
Joined: Tue May 04, 2010 10:33 pm

Re: What does google think about...

Post by redwhiteandblue »

blogstargirl wrote:Googlebots can't read text in Javascript, Iframes or anything in your CSS (style sheet)

http://www.google.com/support/customsea ... swer=72366
It most certainly can, don't believe everything you read. Googlebot will also run Ajax if you are using it.
User avatar
blogstargirl
Posts: 162
Joined: Mon Jun 21, 2010 8:31 am

Re: What does google think about...

Post by blogstargirl »

I'd like to be proven wrong. Where can I find proof to the contrary?

Case:

I wanted to load a WP blog thru an IFrame on a site running a different CMS and was strongly warned in person by an SEO consultant (meaning an SEO consultant who makes a living on SEO only) not to do this because Googlebots won't pick up anything in the IFrame. I was also warned against tweaking another site where I wanted to run Flash and JS to use those selectively, again because Googlebots won't pick up. So if Googlebots now have these capabilities, I'd like to know, because it will impact how I handle my sites as well. I don't believe everything I read, I wanted to support what I posted via the Google Webmaster Central link, but when someone who owns a dedicated SEO biz advises on this, I trust what he tells me.
Sexgenoten
Posts: 4
Joined: Thu Mar 31, 2011 1:59 pm

Re: What does google think about...

Post by Sexgenoten »

Have a lookie here conceirning ajax and googlebots.

http://blog.quickbrownfrog.com/2011/01/ ... pp-engine/
User avatar
blogstargirl
Posts: 162
Joined: Mon Jun 21, 2010 8:31 am

Re: What does google think about...

Post by blogstargirl »

Sexgenoten wrote:Have a lookie here conceirning ajax and googlebots.

http://blog.quickbrownfrog.com/2011/01/ ... pp-engine/
thnx for the details!
redwhiteandblue
Posts: 121
Joined: Tue May 04, 2010 10:33 pm

Re: What does google think about...

Post by redwhiteandblue »

You don't have to look very far for the answer to this

http://www.webmasterworld.com/google/4159807.htm
Post Reply