关于 Google Sitemap 的简单问题
我可以用这种方式编码我的站点地图并期望 Google 抓取我在下面插入的下一页中包含的每个链接吗?谢谢!
<url>
<loc>http://www.domain.com/page/1</loc>
<lastmod>2010-11-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.2</priority>
</url>
<url>
<loc>http://www.domain.com/page/2</loc>
<lastmod>2010-11-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.2</priority>
</url>
Can I code my sitemap this way and expect Google to crawl every links contain in the following page I have inserted below? Thanks!
<url>
<loc>http://www.domain.com/page/1</loc>
<lastmod>2010-11-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.2</priority>
</url>
<url>
<loc>http://www.domain.com/page/2</loc>
<lastmod>2010-11-28</lastmod>
<changefreq>daily</changefreq>
<priority>0.2</priority>
</url>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的
,但不要太在意changefreq或优先级,它并没有真正做任何事情(根据我的测试)
yes
but don'T bother to much with changefreq or priority, it does not really do anything (according to my tests)