在使用 WebMatrix 创建的网站上生成站点地图剃刀
我需要生成站点地图来使用 Google 网站管理员工具验证站点。
如何自动为我的网站生成站点地图?
I need to generate a sitemap to validate the site with Google Webmaster Tool.
How can I generate the sitemap for my website automatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试此示例:
将文件另存为 Sitemap.cshtml。显然,您需要将列表替换为地图位置源。但至少您可以看到 XML 是如何生成的。
Try this sample:
Save the file as Sitemap.cshtml. Obviously, you will need to replace the List with a source of locations for the map. But at least you can see how the XML is generated.
我认为这是您最好的选择:
ASP.NET MVC SiteMap 提供程序
阅读这些页面:
动态站点地图
导出站点地图以供搜索引擎索引
I think this is your best bet:
ASP.NET MVC SiteMap provider
Read these pages:
Dynamic sitemaps
Exporting the sitemap for search engine indexing