搜索引擎机器人是否从资源文件中读取本地化文本?
在我的 asp.net mvc 项目中,所有文本都位于资源文件中,并且可以查看资源文件的文本值根。我有英文和德文文本。当前的文化是从 cookie 中读取的,并源于 global.asax。
这可以与搜索机器人一起正常工作吗?还是在我的网址中添加一个额外的参数值(例如 /en/)更好?
In my asp.net mvc project all text is in resource files, and in view for text values roots to the resource file. I have english and german text. Current culture is read from cookies and rooted from global.asax.
Will this work correctly with search robots or is it better to have an additional parameter value like /en/ in my url?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题实际上是搜索引擎是否会使用/提交 cookie,并通过它能够访问其他语言的页面。请参阅is-localization-using-cookies-search-engine-company 。
确保您还有一种非基于 cookie 的方式来访问这些页面。
The question is really if search engines will use/submit a cookie, and with that be able to get to the pages in other languages. See is-localization-using-cookies-search-engine-compatible.
Make sure you also have a non cookie based way to get to those pages.
对于像谷歌这样的搜索机器人来说这不会有任何问题。
谷歌是最专业的搜索引擎,可以看到语言之间的差异。
无论如何,它大部分时间都会链接到您的索引。
For search robots like google this will not be any problem.
Google is most professional search engine and has the possibility to see the difference between languages.
Anyways it will link most of the time to your index.