Alt text vs CSS sprites (SEO vs speed)

Posted by leeoniya on Pro Webmasters See other posts from Pro Webmasters or by leeoniya
Published on 2012-03-17T18:48:00Z Indexed on 2012/03/18 18:22 UTC
Read the original article Hit count: 153

Filed under:
|

I'm reworking our site to reduce HTTP requests and blocking requests by concatenating JS, css, gzipping, loading all JS via LABjs and using CSS sprites for images that were loaded individually via <img> tags before.

Progress has been great so far - 5x page load performance improvement. However, we're in the top 5 organic search ranking in google for many targeted keywords and phrases. I'm afraid eliminating so many img tags with alt attributes can hurt our SEO.

Does anyone have any experience with alt tag manip/removal and effects on SEO positions? Is previous rank "sticky"?

© Pro Webmasters or respective owner

Related posts about seo

Related posts about sprite