MVC 2 应用程序中的 Robots.txt 和 SiteMap.xml
我现在有一个在线 MVC 2 网站。我在 google 上设置了我的网站管理员帐户,他们希望我提交我网站的 robots.txt 和 sitemap.xml URL。
方向是,“将它们放在您的站点根目录中”,是的,是的,我知道,但这不适用于 MVC,因为一切都基于路由。
有没有办法可以设置这两个东西,以便我可以通过 www.domain.com/robots.txt 和 www.domain.com/sitemap.xml 直接访问它们?
这两个文件当前都在我的根目录中,我只是不知道如何设置它,以便我可以使用该类型的 URL 访问它们。
谢谢!
So I have an MVC 2 website online right now. I set up my webmaster account over at google, and they want me to submit the robots.txt and sitemap.xml URL's of my site.
Directions are, "put them in your sites root directory", yeah yeah yeah I know, but this doesn't work with MVC, since everything is based off routing.
Is there a way I can set both these things up so I can access them directly by going like, www.domain.com/robots.txt and www.domain.com/sitemap.xml ?
Both the the files are currently in my root directory, I just don't know how to set it up so I can access them like that using that type of URL.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这做到了:)
我在 MVC2 中的图像和 robots.txt 上收到“未实现 IController”错误
this did it :)
I'm getting a "Does not implement IController" error on images and robots.txt in MVC2