是否可以在 Google 站点地图中指定 URL 元素的描述?
示例(参见描述标签):
<url>
<loc>http://www.example.com/dogs</loc>
<description>This page for dogs, you can find new products for dogs here.</description>
<changefreq>hourly</changefreq>
<priority>1.00</priority>
<image:image>
<image:loc>http://www.example.com/image.jpg</image:loc>
</image:image>
</url>
<url>
<loc>http://www.example.com/cats</loc>
<description>This page for cats, you can find new products for cats here.</description>
<changefreq>hourly</changefreq>
<priority>1.00</priority>
<image:image>
<image:loc>http://www.example.com/image.jpg</image:loc>
</image:image>
</url>
谢谢!