Are icon fonts bad for SEO?
- by user359650
Instead of using <img> tags for your icons, you can use icon fonts on <span> tags (which offer some advantages such as not having to create a sprite, being able to scale icons up/down without degrading quality...).
However, by using an icon font you give up the <img> alt attribute (that attribute can help you with SEO). There is…