Card: improve the indexation by using attributes such as “alt” and “title” for images.
Should you page contain images you can work on these in three different ways which will be useful for end results on search engines.
Search engines cannot recognize the content of images therefore make use of a few elements which you shall evidence to help understand what they represent. Here’s how to use them best:
First of all it is important that the file of an image have it’s own name as for example la picture of an apple tree should be named “apple tree.jpg” , and not 0001.jpg or 02.07.2008.
In any case it is important that the tag which recalls the image (the one which begins in <img src, just to understand) have two attributions; “title” and “alt”. They both are necessary for research engines, the attribute “alt” also has the function of text in alternative to image, extremely useful each and every time the image will not or ca not open up. Here’s an example of a correct link to recall the image:
<img src=http://www.ortobello.it/melo.jpg” alt=” Albero di mele“ title=“Albero da frutto“/>
<img src=http://.www.beautifulvegetablepatch.it/appletree.jpg” alt=”applet ree” title=”fruit tree”/>
By diversifying the various keys within url as well as attributes, you increase probabilities of appearing in researches consequently gaining in visibility.

