I have a situation where I'd like to stick to using my logo instead of the actual text for my h1 tags. if I put in my keywords in the alt tag, instead of actually written, will I suffer in SEO. Is it better to have both text and an image? Thoughts?
<div id="hdr-top-logo">
<h1>
<a href="/">
<img src="logo.jpg" alt="keywords and title" />
</a>
</h1>
</div>
Page Title
if their logo is an icon. In my case they want the logo vertically aligned with the center of each page title and this will do it out of the box without any adjustment where inline-block on img + h1 needs all sorts of adjustment all the way up through media queries, or would you go with a background image? – mtpultz Apr 03 '15 at 07:02