[jQuery] page title + ajax + search engine problem

2007-03-26 Thread Agrawal, Ritesh
Hi, I am not sure whether this is the right place for putting this question. However, since it is concerned with ajax and jquery, I will take my chance. My problem is I am using ajax to load content in the main div of my webpage. I use javascript to dynamically change the title of the webpage.

Re: [jQuery] page title + ajax + search engine problem

2007-03-26 Thread Karl Rudd
The short answer is no. If you want Google to index your pages you need to have real static pages and real static links to each of those pages from the main page. One way to do this is via the Hijax style method. Here's an excerpt from the following http://www.domscripting.com/blog/display/41

Re: [jQuery] page title + ajax + search engine problem

2007-03-26 Thread Klaus Hartl
Karl Rudd schrieb: The short answer is no. If you want Google to index your pages you need to have real static pages and real static links to each of those pages from the main page. One way to do this is via the Hijax style method. Here's an excerpt from the following