Google Sitemaps 开始支持图片

现在,你可以使用Sitemaps来告诉Google如何索引图片数据了,支持的字段包括images; image, location, caption, geographic location, title 和 license details。

比如最简单的例子:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>http://example.com/sample.html</loc>
<image:image>
<image:loc>http://example.com/image.jpg</image:loc>
</image:image>
</url>
</urlset>

这里还有更多技术细节

Via Google Webmaster Central Blog

posted @ 2010-04-09 08:48  林强  阅读(283)  评论(0编辑  收藏  举报