我對如何搜索漫遊器將抓取我的ajax站點有點困惑。Hashbang,prereder.io和機器人
http://www.example.com包含3個環節
- #!/ ABC
- #!/ XYZ
- #!/ 123
我已經包含在我的網頁的頭,使<meta name="fragment" content="!">
機器人應使用以下URL訪問這些鏈接,並使用prerender.io提供頁面
- http://www.example.com?_escaped_fragment_=/abc
- http://www.example.com?_escaped_fragment_=/xyz
- http://www.example.com?_escaped_fragment_=/123
當他們抓取這些網頁將如何表現的機器人?當他們在這些網頁上發現新鏈接時,url的外觀如何? !
- #/ ABC1 =>http://www.example.com?_escaped_fragment_=/abc#!/abc1
- #/ ABC2 =>http://www.example.com/#!/abc/abc2