当我们有一个包含哈希爆炸的网址时,谷歌将使用此处描述的转义片段:https ://developers.google.com/webmasters/ajax-crawling/docs/getting-started
例如:
http://mysite.com/search#!potato
变成:
http://mysite.com/search?_escaped_fragment_=土豆
但是编码呢?
如果我的网址是这样的,谷歌将如何表现:
http://mysite.com/search#!?q=potato&p=23
会不会是:
http://mysite.com/search?_escaped_fragment_=?q=potato&p=23
或类似的东西
http://mysite.com/search?_escaped_fragment_=%3Fq%3Dpotato%26p%3D23
更新:
这个人对这个问题有不同的看法 - 但仍然没有答案: http ://productforums.google.com/forum/#!msg/webmasters/21O7HlAB90A/wfCdo3KcmskJ