Use of title attribute on div for SEO purpose will help? [duplicate]
- by Niko Jojo
This question is an exact duplicate of:
Should I set the title attribute for content DIV's to explain what they contain?
1 answer
Now a days many images display using css like below :
<div title="My Logo" class="all_logo mt15"> </div>
Above div will show logo image, But as using CSS for logo instead of <img> tag.
So not take the benefits of alt tag by SEO point of view.
My question is :
Does title attribute of <DIV> will help in SEO?