Images are for the human viewer - they mean very little to a search spider, who has no "eyes".
So the spider does its best to interpret what the image looks like by indexing the image name and any additional information provided.
Note that you will often see this non-visual information in the search results. This
is because the spider regards ALL text, visible or not, as page information.
Typically the HTML code to display an image reads something like this:
which tells us:
like this:
But a search engine spider is a text reader. It cannot see pictures.
If we want to let the spider know that the image is of a ship (and therefore leave a further indication that it's on a page about shipping) we would do this:
You can use the Title tag instead of the ALT, or use both on the same image tag if you want, like this:
which gives us the same result as before.
If you use the same text for ALT and TITLE properties on the same image make sure the text is different (to avoid the spam detector)
eg. .... alt="shipping" title="about shipping" ....
Use every opportunity to leave longer, more meaningful descriptions, like this:
<img src="pictures/95665.jpg" alt="heavy lift by AirFoyle, AN124 turbine transport" width="144" height="123" border="1" />
which the spider would read as:
but the human site visitor sees as:
This gives the search engine the opportunity to chalk up even more keywords against our page.
It is quite likely that our page will rank well if someone was searching for 'heavy lift' or 'AirFoyle' or 'AN124' or 'turbine transport', especially if the rest of our page is correctly optimized.
It may also help to include the word "image" or "graphic" in your ALT description, so that if some is searching for 'AN124 image' they get an exact match.
Image FileNames
To go the whole nine yards we can also tell the crawler what the image is about by making its filename descriptive, like this:
<img src="pictures/heavy-cargo-AN124.jpg" alt="heavy lift by AirFoyle, AN124 turbine transport" width="144" height="123" border="1" />
which will help our chances of being ranked for keywords heavy cargo and AN124 (the type of aircraft).
![]()
Do...
|
|
Don't...
|
|
[ sitemap ] Seo Book © 2008 - 2009
|