图像地图(html 标签 -)是否被 Google 抓取?

发布于 2024-10-20 07:02:16 字数 556 浏览 6 评论 0原文

有谁知道图像地图是否被谷歌抓取有一定程度的确定性?

我想实现一个图像栏 - 上面有我们合作伙伴的 10 个徽标,并使用图像映射链接到他们的网站。谷歌的蜘蛛能爬行吗?

<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>

谢谢

Does anyone know with any degree of certainty if image maps are crawled by google?

I want to implement an image bar - that has 10 logos of our partners on, and use imagemap to link to their websites. Would google's spider be able to crawl it?

<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>

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薄情伤 2024-10-27 07:02:16

是的,但它们被视为图形链接,并不那么重要。如果包含替代文本和标题文本,我认为它的排名会更高一些。

Yes, but they are treated as graphical links and are not as important. If you include alt text and title text, I think it will be ranked a little higher.

扮仙女 2024-10-27 07:02:16

我最近也想知道这个问题,并在有关企业网站搜索的 Google 开发人员说明中发现了这一点 - https://developers.google.com/search-appliance/documentation/68/admin_crawl/Introduction#areatag

这表明 Google Search Appliance 抓取工具不会跟踪这些链接。我不知道对于普通的 Googlebot 是否也是如此,但似乎很可能......

I've been wondering this recently too and found this within the Google developer instructions around enterprise site search - https://developers.google.com/search-appliance/documentation/68/admin_crawl/Introduction#areatag

This suggests that the Google Search Appliance crawler will not follow these links. Whether that is also true for regular Googlebot I don't know but it would seem likely...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文