我可以在网址中使用下划线而不是连字符吗?

时间:2013-01-05 17:04:57

标签: mod-rewrite url-rewriting rewrite permalinks

我想在我的网址中使用下划线而不是连字符。 我的意思是这个wikipedia link

我当前的网址:

www.example.com/2013/01/hello-this-is-a-test-post/

所需网址

www.example.com/2013/01/hello_this_is_a_test_post/

但是wordpress stackexchange中的一位优秀程序员告诉我,Google将-视为单词分隔符,而不是_

他还提到该规则不适用于MediaWiki网站。

是真的吗?

1 个答案:

答案 0 :(得分:2)

Google将单词分隔符设置为TRUE。

我记得它背后的原因是基于程序员搜索通常(如果不总是)在其中有下划线的功能。因此,谷歌将下划线视为单词加入者。

本文详细说明:http://www.ecreativeim.com/blog/2011/03/seo-basics-hyphen-or-underscore-for-seo-urls/