Search code examples
ajaxseosearch-engine

Search engine opimization dos and don'ts for AJAX


I've created an AJAX enabled web application. In my application all contents [that I want to be appear in search pages] are loaded using AJAX. However I observed that despite of valid sitemap submitted to google, my page raking is very very poor.

What all I need to do and what to avoid in order to improve page ranking.

Thanks in advance.


Solution

  • you probably want to make it enabled for bookmark and history. There are many ways. One of them is jQuery's history plugin: https://github.com/tkyk/jquery-history-plugin

    you probably want to create a page for search engines to crawl your website with those links http://www.mysite.com/foobar.php#!fetch_content=xyz. The #! is a way recognized by Google to crawl and index its content.

    reference: http://googlewebmastercentral.blogspot.com/2007/11/spiders-view-of-web-20.html