Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 02-09-2011, 03:22 PM   #1
Advanced Warrior
 
Join Date: Jan 2011
Posts: 608
Thanks: 20
Thanked 29 Times in 24 Posts
Default Content in hidden div indexed?

I want to add some detailed instructions/help in a hidden div on the page. Most users won't read it, or will only want to see it the first time, so I'd rather default it to hidden, but the content can help with SEO.

I could default it to visible and then use a cookie to hide it, which google won't activate, but still it is an extra click for users.

Anyone know if the content in the hidden div will be indexed by google and the other search engines?

Thanks.

Check and track SERP results for multiple keywords for FREE at whatsmyserp.com

aygabtu is offline   Reply With Quote
Old 02-09-2011, 03:34 PM   #2
pay them no mind
War Room Member
 
scott g's Avatar
 
Join Date: Jul 2009
Location: StL
Posts: 1,133
Thanks: 207
Thanked 353 Times in 229 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Content in hidden div indexed?

WaNaNaNaNa! Might have better luck posting these questions in the Web Design or Programming section!

HTML Code:
<html>

<head>

<style type="text/css">
#hidden span {
visibility:hidden;
}

#hidden:hover span {
visibility:visible;
}
</style>

</head>

<body>

<p>PUT THE CAPS UNDER THESE WORDS...</p>
<p>
<div id="hidden"><span>MOUSE OVER THIS STUFF AND IT SHOWS UP! MOUSE OVER THIS STUFF AND IT SHOWS UP!<br>
MOUSE OVER THIS STUFF AND IT SHOWS UP! MOUSE OVER THIS STUFF AND IT SHOWS UP!</span></div>
</p>

</body>

</html>

CHEERS!

scott g is offline   Reply With Quote
Old 02-09-2011, 04:07 PM   #3
Troy Steele
War Room Member
 
Fraggler's Avatar
 
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 1,763
Thanks: 723
Thanked 499 Times in 319 Posts
Social Networking View Member's Twitter Profile 
Default Re: Content in hidden div indexed?

He wasn't asking how to do it, Scott. He was asking if the search engines will find it.

aygabtu, I had a quick search and couldn't find anything conclusive. I haven't tried it personally. Using it to benefit SEO is a problem though and is frowned upon from Google. I don't know what the ban process is (manual or automatic) but hidden text should be for usability only, not cloaking.

Fraggler is offline   Reply With Quote
Old 02-09-2011, 04:14 PM   #4
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,849
Thanks: 804
Thanked 1,199 Times in 886 Posts
Default Re: Content in hidden div indexed?

Quote:
Hiding text or links in your content can cause your site to be perceived as untrustworthy since it presents information to search engines differently than to visitors. Text (such as excessive keywords) can be hidden in several ways, including:

* Using white text on a white background
* Including text behind an image
* Using CSS to hide text
* Setting the font size to 0

If your site is perceived to contain hidden text and links that are deceptive in intent, your site may be removed from the Google index.
Although css is specifically mentioned, I believe one can just define the
style with the div and not need css to make it hidden.

Either way, it seems it probably would be seen by google, but how what they
do about it is iffy. Would they detect it as being hidden? There's a good chance.
Certainly anything in html could be indexed, especially what appears to a browser
as being text, hidden or not.

Paul

How to Make Money off Facebook: Login to your account. Deactivate your account. Get your butt to work.
paulgl is offline   Reply With Quote
Old 02-09-2011, 04:19 PM   #5
Advanced Warrior
 
Join Date: Jan 2011
Posts: 608
Thanks: 20
Thanked 29 Times in 24 Posts
Default Re: Content in hidden div indexed?

Quote:
Originally Posted by Fraggler View Post
He wasn't asking how to do it, Scott. He was asking if the search engines will find it.

aygabtu, I had a quick search and couldn't find anything conclusive. I haven't tried it personally. Using it to benefit SEO is a problem though and is frowned upon from Google. I don't know what the ban process is (manual or automatic) but hidden text should be for usability only, not cloaking.
I would be adding it for two reasons. #1 is to benefit my users that need the information. Second is that I hope it would benefit SEO.

It's not like the content can't be accessed by any and every user. It's just defaulted to not being shown, but with a click of a button a jquery event will toggle whether the content is displayed or hidden.

Check and track SERP results for multiple keywords for FREE at whatsmyserp.com

aygabtu is offline   Reply With Quote
Old 02-09-2011, 04:21 PM   #6
Troy Steele
War Room Member
 
Fraggler's Avatar
 
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 1,763
Thanks: 723
Thanked 499 Times in 319 Posts
Social Networking View Member's Twitter Profile 
Default Re: Content in hidden div indexed?

It doesn't matter what you or I think; it's what the search engines 'think'. Have a read of what Paul posted.

Fraggler is offline   Reply With Quote
Old 02-09-2011, 04:30 PM   #7
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,849
Thanks: 804
Thanked 1,199 Times in 886 Posts
Default Re: Content in hidden div indexed?

Quote:
Originally Posted by aygabtu View Post
I would be adding it for two reasons. #1 is to benefit my users that need the information. Second is that I hope it would benefit SEO.
Then why on earth are you hiding it?

I think it would be better using the css hover tooltip or whatever they call it.
Probably would not do it as a javascript, as the executed javascript may not
be seen by google.

That way it's probably not perceived as hidden.

Paul

How to Make Money off Facebook: Login to your account. Deactivate your account. Get your butt to work.
paulgl is offline   Reply With Quote
Old 02-09-2011, 04:30 PM   #8
Advanced Warrior
 
Join Date: Jan 2011
Posts: 608
Thanks: 20
Thanked 29 Times in 24 Posts
Default Re: Content in hidden div indexed?

Quote:
Originally Posted by paulgl View Post
Although css is specifically mentioned, I believe one can just define the
style with the div and not need css to make it hidden.

Either way, it seems it probably would be seen by google, but how what they
do about it is iffy. Would they detect it as being hidden? There's a good chance.
Certainly anything in html could be indexed, especially what appears to a browser
as being text, hidden or not.

Paul
I did use google's web master tools and it does show in the fetch. At this point I am thinking maybe go with css and define a class that will hide it if the class is associated. This make is less obvious to google that it is hidden and maybe a better chance of being included.

Again, this isn't content I am trying to add specifically for SEO, but I don't want it taking screen real estate all the time for our users.

Check and track SERP results for multiple keywords for FREE at whatsmyserp.com

aygabtu is offline   Reply With Quote
Old 02-09-2011, 04:35 PM   #9
Advanced Warrior
 
Join Date: Jan 2011
Posts: 608
Thanks: 20
Thanked 29 Times in 24 Posts
Default Re: Content in hidden div indexed?

Quote:
Originally Posted by paulgl View Post
Then why on earth are you hiding it?

I think it would be better using the css hover tooltip or whatever they call it.
Probably would not do it as a javascript, as the executed javascript may not
be seen by google.

That way it's probably not perceived as hidden.

Paul
This is going to be multiple paragraphs of content. Far more than what you would want to show on a mouse or hover tooltip. Maybe I will just do this in conjunction with cookies with the default as displayed, then if they hide it, the next time they come to the page, it will continue to be hidden, but for the search engines it will always be visible because they don't interact with the site to turn off.

Check and track SERP results for multiple keywords for FREE at whatsmyserp.com

aygabtu is offline   Reply With Quote
Old 02-09-2011, 05:02 PM   #10
Troy Steele
War Room Member
 
Fraggler's Avatar
 
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 1,763
Thanks: 723
Thanked 499 Times in 319 Posts
Social Networking View Member's Twitter Profile 
Default Re: Content in hidden div indexed?

If you want to know if the content is indexed or not, regardless of how Google perceives it, go to a well crawled site and add a random unique phrase (that has no Google results) to one of your hidden tags and see if it gets indexed.

It should take less than a day to have a definitive answer.

Fraggler is offline   Reply With Quote
Old 02-09-2011, 07:32 PM   #11
SEO Strategist
War Room Member
 
yukon's Avatar
 
Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
Default Re: Content in hidden div indexed?

http://searchengineland.com/is-hiding-content-with-display-none-legitimate-seo-13643

yukon is offline   Reply With Quote
Old 02-09-2011, 08:23 PM   #12
pay them no mind
War Room Member
 
scott g's Avatar
 
Join Date: Jul 2009
Location: StL
Posts: 1,133
Thanks: 207
Thanked 353 Times in 229 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Content in hidden div indexed?

Quote:
Originally Posted by Fraggler View Post
He wasn't asking how to do it, Scott. He was asking if the search engines will find it.

aygabtu, I had a quick search and couldn't find anything conclusive. I haven't tried it personally. Using it to benefit SEO is a problem though and is frowned upon from Google. I don't know what the ban process is (manual or automatic) but hidden text should be for usability only, not cloaking.

LOL! I dunno WTF I was reading!!! I thought it sounded like fun!

scott g is offline   Reply With Quote
Old 02-09-2011, 08:29 PM   #13
Advanced Warrior
 
Derek S's Avatar
 
Join Date: Oct 2007
Location: Waterloo, Ontario, Canada.
Posts: 781
Thanks: 6
Thanked 113 Times in 54 Posts
Default Re: Content in hidden div indexed?

ugg I see soo many sites using this method to sell and hide links on a page. But i have yet to see the site or any of the sites it links to penalized in google. Leaves me to believe for the meantime you will be fine... Who knows if one day google will frown upon this or not as more people use it to game SEO

--- Work Smart... Not Hard ---
Derek S is offline   Reply With Quote
Old 02-09-2011, 08:34 PM   #14
Senior Warrior Member
War Room Member
 
GeorgR.'s Avatar
 
Join Date: Jun 2007
Location: Earth
Posts: 6,061
Blog Entries: 16
Thanks: 72
Thanked 915 Times in 602 Posts
Social Networking View Member's Twitter Profile 
Default Re: Content in hidden div indexed?

Do NOT hide anything from the search engines, its bad, you might get penalized.

*** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
-> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
ARTICLE SPINNING SERVICE - Custom Hand-Made QUALITY Spun Articles! - Thread Here *
* BEAT the PENGUIN with High Quality Manually Spun Articles - Don't Settle for Less! *
GeorgR. is online now   Reply With Quote
Old 02-09-2011, 09:32 PM   #15
SEO Strategist
War Room Member
 
yukon's Avatar
 
Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
Default Re: Content in hidden div indexed?

Quote:
Originally Posted by GeorgR. View Post
Do NOT hide anything from the search engines, its bad, you might get penalized.
C'mon now, live a little.

Hidden content has it's place & nothing wrong with it, If you use your head in how you handle the hidden text.

Tell me Ebay isn't stuffing keywords/text (Navigation my a$$, lol)!


Ebay/Google Cache




Image #1





Image #2


yukon is offline   Reply With Quote
Old 02-09-2011, 11:41 PM   #16
Senior Warrior Member
War Room Member
 
GeorgR.'s Avatar
 
Join Date: Jun 2007
Location: Earth
Posts: 6,061
Blog Entries: 16
Thanks: 72
Thanked 915 Times in 602 Posts
Social Networking View Member's Twitter Profile 
Default Re: Content in hidden div indexed?

I know that some people/competitors use DIV tags to hide links in comments. This is actually pretty..uhm..."dirty". I also know it WORKS since those people rank well with it in very competitive niches...

*** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
-> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
ARTICLE SPINNING SERVICE - Custom Hand-Made QUALITY Spun Articles! - Thread Here *
* BEAT the PENGUIN with High Quality Manually Spun Articles - Don't Settle for Less! *
GeorgR. is online now   Reply With Quote
Old 02-10-2011, 08:31 AM   #17
pay them no mind
War Room Member
 
scott g's Avatar
 
Join Date: Jul 2009
Location: StL
Posts: 1,133
Thanks: 207
Thanked 353 Times in 229 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Content in hidden div indexed?

Yukon and the Google Cache... Man-o-Man! No one will ever win! Google didn't even win!!!

CHEERS!

scott g is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
content, div, hidden, indexed

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:18 AM.