1
我有一個關於如何在谷歌爬蟲(Googlebot)也將在這種情況下做題:的Googlebot如何解釋我的網址
將其改爲:
http://www.url.com?query=something?_escaped_fragment_=somethingelse
或
http://www.url.com?query=something&_escaped_fragment_=somethingelse
是否將持續走低的查詢參數或將首先創造一個新的突破呢?
你是否已經閱讀[讓AJAX應用抓取(http://code.google.com/web/ajaxcrawling/docs/getting-started.html)? – Gumbo 2012-02-05 11:53:22
@Gumbo是的,我有。根據文檔!#將被替換爲「?_escaped_fragment_ =」,但是它不會指定如果在!#之前已經存在參數,它將被更改爲「&_escaped_fragment_ =」。也許我錯過了什麼? – Mikael 2012-02-05 12:01:54
我想它會被預先或附加到現有的查詢字符串。 – Gumbo 2012-02-05 12:10:56