I was trying to figure out the best accessibility techniques for screen-reader only text (color: transparent
, opacity: 0
, etc.) and came across a thread that got me thinking.
2 quotes from that post:
"[hidden text] risks search engine penalties - they can detect hidden, transparent, or same-as-background text. In fact, it's a well-established technique for spamming and keyword stuffing, so the engines tend to penalize it severely."
"What's wrong with the old text-indent trick?" (
text-indent: -99999px
)
Questions:
Why doesn't the text-indent technique get penalized?
If this technique allows for penalty free hidden text, why haven't spammy sites ruined it for us yet? (via hidden keyword-stuffing)
My only thought, does this technique somehow not hold/get ignored for SEO value?