Crawlable AJAX with _escaped_fragment_ in htaccess

后端 未结 5 602
情深已故
情深已故 2021-01-02 19:45

Hello fellow developers!

We are almost finished with developing first phase of our ajax web app. In our app we are using hash fragments like:

http://         


        
5条回答
  •  借酒劲吻你
    2021-01-02 20:27

    Maybe is obvious for you, but in the documentation talk about escaped characters: Set up your server to handle requests for URLs that contain

    The crawler escapes certain characters in the fragment during the transformation. To retrieve the original fragment, make sure to unescape all %XX characters in the fragment. More specifically, %26 should become &, %20 should become a space, %23 should become #, and %25 should become %, and so on.

提交回复
热议问题