Forum Moderators: open
I looked closer at the text Google provided for the page, and it looked weird. Too many repetitions. I looked into my sourcecode, and I couldn't find one of the phrases Google presented. Then I looked at my template, and I saw the phrase in the ALT tag!
If Google deems the ALT content as important enough to present to the surfer, it must be surely considered as on-page factor when determining ranking.
Any thoughts or similar experiences?
If Google deems the ALT content as important enough to present to the surfer, it must be surely considered as on-page factor when determining ranking.
It is *likley*, but how much weight is given is not known.
If the image tags read like a concise sentence describing the image (and you can get away from the repetative phrases for a minute), there is the off-chance those ALT tags could qualify for that type of software and be quite normal.
[edited by: pendanticist at 10:34 am (utc) on Jan. 2, 2004]
Of course :) My content and the look (view) are completely separated. I change them independently from each other.
Btw, by "too many repetitions" I mean 3 occurrences.
Template:
<html>
<div class="navigation">
<a href="order.html">
<img src="blub.jpg" alt="order widget"/>
</a>
</div>
<div class="content">
$page.content
</div>
</html>
Page src:
<xml>
<page>
<content>
Welcome to Widget Outlet! Our widgets are the best of the world.
</content>
</page>
</xml>