“Single-page” JS websites and SEO

后端 未结 9 1762
春和景丽
春和景丽 2020-11-30 16:13

There are a lot of cool tools for making powerful \"single-page\" JavaScript websites nowadays. In my opinion, this is done right by letting the server act as an API (and no

9条回答
  •  生来不讨喜
    2020-11-30 16:49

    I think you need this: http://code.google.com/web/ajaxcrawling/

    You can also install a special backend that "renders" your page by running javascript on the server, and then serves that to google.

    Combine both things and you have a solution without programming things twice. (As long as your app is fully controllable via anchor fragments.)

提交回复
热议问题