Welcome to the World of Blogging
16 Jul
Our development team has been playing around with AJAX Development on some of our web sites. Now, to help alleviate any confusion, in this context AJAX is di fferent from Ajax™ the cleaning product. Here, AJAX stands for “Asyncronous Javascript And XmlHTTPRequest”, which is a somewhat young web development technology that allows the construction of highly interactive websites that can help to reduce server load.
Some of the more common uses of AJAX in websites include:
If used incorrectly, AJAX techniques can actually hinder a search spider’s ability to find indexable information on web pages. AJAX’s problems lie in its powerful capability to use javascript to pull data from the server as needed. Unlike browsers, search engine spiders don’t speak javascript. As such, if the data isn’t in the page then the spider won’t index it. This means that if you are loading your product reviews using AJAX, then even though your customers will see “cool widget” in your page, searches for “cool widget” in the engines won’t lead to your pages, and you’ll lose in the SERPs.
So, how can you use AJAX to offer your customers a more engrossing interactive experience, and not lose your vital search engine positions? Well, just like moderation can fit chocolate cake into your diet, so too can it allow your site to use AJAX. The key here is to relegate your AJAX tools to a more of a support role. Unfortunately, this means that using AJAX to load product reviews and other data you want spiders to index should generally be avoided. Fortunately, search spiders don’t use search boxes, and additional intelligence embedded into most product searches can provide a rewarding experience for your customers.
Leave a reply