drupal 中的非英语 url 别名

发布于 2024-10-17 18:52:13 字数 165 浏览 3 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痕至 2024-10-24 18:52:13

如果您通过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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文