Edit: Banner not Banned Hello, Originally my website banner was a DIV containing an image. The image hyperlinked to my website, so I could use the 'title' tag for the anchor as well as the 'alt' tag for the image to optimize for my website name. I've now had a better logo made which needs to fill the entire div, so I set it as the background using CSS. The problem that arises now is that I have no tags to optimize for my website name. Does anyone have any tips on how I can account for the loss of my title and alt tags? Thank you.
Well I was making use of the tags associated with <a href> and <img> to do some SEO. Example: <a href="index.php" title="MyKeywords"><img src="banner.jpg" alt="MyKeywords" /></a> But now that the image is just defined as a background in CSS, I have neither the img tag nor the href tag to add in my keywords. So I'm trying to work out how I can account for that loss, since without it my website isn't even optimized for its own name!