PHP and AJAX deep linking problem
Recently, I’ve been working on a web application that has the idea to make it all “ajaxed” – Huh?! One, among the other requirements, was to make all the sub pages load and populate their content upon AJAX request but on the other hand to make it indexable by search engines. So, here are a few worries I had: 1. which search engines allows this, 2. I couldn’t find any sample of the PHP and AJAX deep linking on the… Read more >>
