Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基于 MVC 架构的 URL 如何帮助搜索引擎优化搜索。
与 Web 表单 URL 模式相比,ASP.NET MVC url 遵循不同的模式。我认为这被列为搜索引擎获得结果的优势。我无法理解如何。
有关于优化的问题,但这不是我要问的。
这是不言自明的。
hxxp://www.yourdomain.com/buy/shoes/1337/all-stars/black/vintage
只是比
hxxp://www.yourdomain.com/buy.aspx?id=1337&cat=5&variant=37
你真的不需要一个 MVC 框架来做这件事。URL 重写可以为您做很多事情。
当您查看不同级别的 url 时,一个结构良好的 MVC 应用程序通常会有一个更合乎逻辑的站点地图。