View Single Post
Old 05-29-2008, 04:27 AM   #1 (permalink)
albert.sole
Noogle
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
albert.sole is on a distinguished road
Exclamation search engine and ajax

Hi to all,
I am developing a web page with the following architecture:
- All calls are made in Ajax from JavaScript.
- All the content is dynamic.
- Server responds with XML, that some javascript parse and load
into the main page.

I know that this is not search engine friendly because they can't
access any information about the page, because information is loaded
dynamically.

I thought of implementing a kind of parallel web page, with all the
information the database contains, coded in plain html. The main
problem is that this content will be ugly, and I don't the users see
that pages.

Any idea?
albert.sole is offline   Reply With Quote