SEO-Friendly Ajax
Posted on May 1st, 2011 by admin
Loading parts of your content with Ajax is cool, but the problem is search engines don’t quite follow javascript links. Here is very simple way to solve this problem. 1. Use links with onclick attribute like this: <a href=”some_url” onclick=”loadContent(page);return false;”>Load Page</a> The search engines will follow the URL you have given to the “href” [...]
Filed under: Technology Made Simple | No Comments »