【发布时间】:2011-03-03 15:46:49
【问题描述】:
是否有人确切地知道图像地图是否被谷歌抓取?
我想实现一个图片栏 - 上面有 10 个我们合作伙伴的徽标,并使用 imagemap 链接到他们的网站。 google 的蜘蛛会爬吗?
<img src="planets.gif" width="145" height="126" alt="Partners" usemap="#partnermap" />
<map name="partnermap">
<area shape="rect" coords="0,0,82,126" href="http://partner1.com" alt="Partner1" />
<area shape="circle" coords="90,58,3" href="http://partner2.com" alt="Partner2" />
<area shape="circle" coords="124,58,8" href="http://partner3.com" alt="Partner3" />
etc ....
</map>
谢谢
【问题讨论】:
标签: html image map imagemap google-crawlers