Single page website with SEO friendly ajax & history
I am busy building a single page website. The basic layout of the page is as follows - one section below the other:
Each section will have a small menu inside it to ajax the content for the specific section. So Products section will have a product title menu, once clicked, product details will be ajaxed.
I can do these with normal techniques, but the problem is, I need the site to be SEO friendly, and indexed/crawled by Google.
I've never worked with it before, but history.js looks promising. I've done some testing, but can't find resources for my specific question. I am also open to other suggestions. All Ajaxed content will be separate HTML files - for SEO, hence the use of history.js sounding good to me.
Specific Questions:
I suggest using backbone.js. Its depending on jquery and underscore.js. It provides you the following features
上一篇: SEO和ajax加载的内容链接
下一篇: 与SEO友好ajax&历史的单页网站