谷歌站点地图和自定义标签
我想向谷歌站点地图添加自定义标签或属性以供内部使用。 我找不到这方面的文档,所以想请问有人做过类似的事情吗?
I would like to add a custom tag or attribute to the google sitemap for internal use.
I can't find any documentation on this so I would like to ask if anybody has done something similar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您无法将自己的标签添加到 XML 站点地图,因为它们按照架构中的描述无效。如果这样做,您将面临站点地图被拒绝或导致错误的风险。
You can't add your own tags to an XML sitemap as they are not valid as described in the schema. If you do this you run the risk of the sitemap being rejected or causing errors.
我正在使用自定义属性(似乎工作正常)和元素(导致错误,但被 Google 网站管理员工具忽略)。
请参阅此处的详细信息:
https://stackoverflow.com/a/32628830/1117929
I am using custom attributes (seem to work fine) and elements (cause errors, but are ignored by Google Webmaster Tools).
See details here:
https://stackoverflow.com/a/32628830/1117929