Is text-indent: -9999px a bad technique for replacing text with images, and what are the alternatives?

前端 未结 5 2106
庸人自扰
庸人自扰 2020-11-30 02:19

This article say we should avoid using this technique. This one says it\'s awesome. Is it true that Google looks inside CSS files for text-indent: -9999px; and

5条回答
  •  既然无缘
    2020-11-30 02:54

    The text indent trick should be OK for action buttons, and perhaps not so OK if you want search engines to consider the link text while weighing the page rank of target page.

    By the way I strongly believe Google will use multiple heuristics before considering your markup as SPAM so you should get away with using text-indent casually.

提交回复
热议问题