-
1. Re: Ajax site crawlable with escaped fragments
thetrickster888 Jul 8, 2013 9:29 AM (in response to thetrickster888)If we can't use escaped fragments then I guess the solution to ajaxable content would be to have your links default to URLs for the actual rendered page content and use javascript to update those links to link to hashbanged URLs for ajax using jQuery BBQ or similar on page load.
-
2. Re: Ajax site crawlable with escaped fragments
Liam Dilley Jul 8, 2013 5:37 PM (in response to thetrickster888)Avoid hashbang etc if you can like the plague.
You probably notice that big sites and systems that have used this such as twitter have all scrapped that. It was a bit of a fad but the perfomance issues and useability issues this concept creates outways any other advantages. If your building a web application it has some validatity still for sure, but anything other then a marketing very advertisy/visual site promoting a product for example, I would really avoid using this.



