Quando specifichi i vari link nel tag map, devi specificare anche l'alt per ogni shape:
codice:
<map name="Map">
  <area shape="rect" href="#" alt="mail">
  <area shape="rect" href="#" alt="sito">
  <area shape="rect" href="#" alt="rss">
</map>