创建 xml 视频站点地图
谁能帮助我吗?我想为视频创建 xml 站点地图,但视频文件的 url 存储在表中。 请告诉我该怎么做。
谢谢。
can anyone help me? I want to create xml sitemap for videos but the url of the video file is stored in table.
Please tell me how to do this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试 A1 站点地图生成器。请务必遵循视频站点地图教程(即请记住使用视频站点地图预设。)如果您仍然遇到问题,请发送电子邮件/消息或在此处发布您的网站 URL。如果看不到 URL,很难给出更好的答案。
(我从来没有听说过有人使用“视频文件存储在表中”这个短语,但我想您实际上是指对视频文件的引用?您的意思是 HTML 表标签本身包含对视频文件的引用吗?很不寻常...)
You could try A1 Sitemap Generator. Be sure to follow the video sitemap tutorial (i.e. remember to use the video sitemap presets.) If you still have problems, email/message or post your website URL here. It is hard to give a better answer without being able to see the URL.
(I have never heard anyone use the phrase the "video file is stored in table", but I imagine you actually mean the references to the video file? Do you mean the HTML table tag itself contains a reference to the video file? That would be quite unusual...)
你的问题不是很清楚,我不知道你用哪种语言来实现这个目标,但是由于我有一个类似的问题并且我用asp.net找到了答案,你可以看看这个解决方案。
如何用C#生成videoSiteMap
Your question is not very clear and I don't know which language you are using to achieve that, but since I had a similar question and I found the answer with asp.net, you can take a look at this solution.
How to generate videoSiteMap with C#