How to maintain SEO while using JQuery to show hidden divs [closed]

时光总嘲笑我的痴心妄想 提交于 2019-11-30 11:33:34

This is the guidance that google provides.

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769

Hidden content is also mentioned here:

http://www.google.com/support/webmasters/bin/answer.py?answer=66353

Remember the spiders don't execute your js

Nick Craver

Yes it's indexed, crawlers don't care about CSS and JavaScipt for the most part (anything between the <body> and </body> is fair game. Turn off JavaScript...that's closer to what the crawler sees.

That being said, yes the crawler sees the content, but it'll also actively ignore it as much as possible...and penalize your rankings if you try and fool it with content in hidden divs just for pagerank purposes.

Yes, Google can read hidden div, but make sure that you do not stuff with keywords. It is not a good choice for accessibility purposes as well, because most of the screen readers today are ignoring hidden divs. Plan your content accordingly.

More Info from Google

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!