drupal 中的非英语 url 别名
我在 drupal.my 路径别名字符串中使用 url 别名不是英语(unicode)。当我检查 FF 或 Chrome 中的链接地址时,它们显示正确。但在 IE 中我看到这样的地址 %D8%AA... 1)我能做什么来解决这个问题? 2)谷歌如何索引这个网址%D8%AA ....或非英语(unicode字符串)?
i use url aliases in drupal.my path aliases string is not enlish (unicode). when i check link addresses in FF or Chrome they show correctly. but in IE i see addresses like this %D8%AA...
1)what can i do to solve this problem?
2)How google indexes this url %D8%AA.... or NON ENGLISH (unicode strings)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您通过pathauto创建别名,则可以使用音译模块,否则您应该使用ASCII字符对于您创建的网址别名。
除了谷歌之外,没有人确切知道谷歌是如何做事的。但我确信他们会索引任何网址。不管它看起来如何。具有 %xxx 的 url 在技术上与不具有 %xxx 的 url 没有什么不同。然而,您很可能会失去语义 url 可以给您带来的任何好处。
You can use the transliteration module, if you are creating the alias' through pathauto, otherwise you should use ASCII chars for the url alias' you create.
Nobody but google knows exactly how google does things. But I'm sure they will index any url. nomatter how it looks. Having an url with %xxx is not technically different from one without. You will, however, most likely loose any bonus that a semantic url can give you.