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?
|