Why won't title attributes get indexed in Google?
- by Sam
When I search for Ride On + my site's name, I see that it's indexed.
But when I search for Green Horse + my site's name, I don't see my site appearing in the results anywhere!
Here's my code:
<td><a href="#" title="Green Horse Ride">Ride On</a></td>
Does this mean that title attributes are not indexed/shown by Google at all? What is better to use, alt? What are the other alternatives except title and alt?