up vote 4 down vote favorite
share [g+] share [fb]

What's the best way to hide a text element and replace it with an image while still maintaining good SEO. I've seen negative text-indent, but I prefer absolute positioning with negative top.

So what I'd like to know is which is better for SEO. Do most search engines consider text elements with negative top with absolute positioning; likewise for text-indent?

link|improve this question

56% accept rate
feedback

1 Answer

up vote 4 down vote accepted

I would be very surprised if there was any difference. Search engines care about your content, they don't generally download your stylesheets, so all they would see is the markup which would be the same for both methods.

Image replacement is good for users and search engines, so as long as you're not doing it for the purpose of cloaking, you'll be fine.

link|improve this answer
Yes, these are my thoughts exactly. – Chris Sep 4 '10 at 11:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.