如何编写有效的 XML 站点地图代码
我需要在有效的 xml 站点地图中包含什么内容?如果有的话,我需要遵循什么标准吗?我需要在站点地图中包含什么内容?哪些 xml 代码可以生成 xml 站点地图?
what do I need to include in a valid xml sitemap? Is there standards that I need to follow if so what are they? What do I need to include in a sitemap? What xml code makes an xml sitemap?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请访问 sitemaps.org。
Take a look at sitemaps.org.
站点地图由两个标准组成。其中一个标准是基于urlset,另一个标准是基于sitemapindex。
站点地图是用这两种方法制作的。换句话说,每个站点地图都必须通过这两种方法进行测试。
您可以从此链接了解这两种方法。
https://sitemaps.org/protocol.html#validating
您还可以使用以下命令验证站点地图这个工具。
https://sitemap-checkers.com/
The sitemap is made of two standards. One of them is based on urlset and the other standard is based on sitemapindex.
Sitemaps are made with these two methods. In other words, each sitemap must be tested by both methods.
You can learn about these two methods from this link.
https://sitemaps.org/protocol.html#validating
You can also validate the sitemap with this tool.
https://sitemap-checkers.com/