On 12/17/06, Claus Wahlers <[EMAIL PROTECTED]> wrote:
> PLUS.. ;) I'd be interested in how Ajax applications handle SEO, as they > likely face the same, or similar problems. Ok, Ajax apps probably don't face as much problems as Flex apps as the displayed data is HTML and contains links that spiders can follow, so disregard this.
No, actually, you're quite right, Claus. A lot of data is displayed in AJAX by a Javascript function loading data via an XMLHttpRequest object, and writing the contents of the request into the current document. Spiders won't be able to follow the links in the Javascript functions, and so won't see the results. Ian

