Live data from Hacker News

SEO hidden text and AJAX

devx.lt

1–10 of 52 posts

Re: SEO hidden text and AJAX

#2
When hidden text and query are exact matches as well as unique, of course Google has no option but to show the only result it has.

What's important though is not that it's indexed or not. What's important is the weight that the text has on SEO ranking. I'd venture to guess that if two sites had the exact same text and one was hidden and the other wasn't, the latter would show higher in Google results.

Re: SEO hidden text and AJAX

#3
What you did is proofing that google indexes hidden text. What you did not proof is how that impacts your ranking. Google will know that this text is hidden, although it is indexed and that is what is important.

Re: SEO hidden text and AJAX

#4
I would say just to be safe, use the and tags with a polyfill if you need to hide and then reveal text.

It's more meaningful, and it shows that you're not trying to be deceptive. I've not tested it myself, as it is relatively new and I've not had opportunity or time yet.

edit: link to docs https://developer.mozilla.org/en-US/docs/Web/HTML/Element/de...

Re: SEO hidden text and AJAX

#6
Not sure who the audience is here. If the text is in the DOM, it's gonna get indexed. Computer's don't care if text is white on a white background.

That being said, Google getting dynamically generated content (ajax) is newish (I don't think it's new enough to be "news").

More interesting is if Google can "parse" things like or if the CSS hides content, or if text is too small and decide to rank based on that (contributing factors to a "quality" rating).

I'd guess "yeah, probably". After all, they can rank based on if your site is mobile-friendly, and that must take some interesting metrics to decide.

Google specifically fighting "black hat" SEO techniques is really, extremely old news. Google being good at indexing "all the things" - also old news.

Re: SEO hidden text and AJAX

#9
This proves nothing.

Sure, it indexes the text, but that has no bearing on SEO.

Most people using hidden text use it as a keyword stuffing tool, stuffing more relevant keywords into the page in order to get higher page rankings.

A lot of SEO techniques and how Google views them comes down to intent. It's pretty clear using hidden text and other gray and black hat methods will be picked up by Google and penalized because its clear the intent is to try and gain an advantage in the SERPS. This has been true going on ten years or more:

source: https://moz.com/google-algorithm-change#2000

Cassandra — April 2003 Google cracked down on some basic link-quality issues, such as massive linking from co-owned domains. Cassandra also came down hard on hidden text and hidden links.

Re: SEO hidden text and AJAX

#10
Isn't this something everyone already knows? Basically if its in the code it's gonna get indexed. The real issue here is how those different methods rank against other "options" with similar search results, searching specifically among your own site isn't gonna yield anything that interesting.
Post reply on HN