What's the least redundant way to make a site with JavaScript-generated HTML crawlable?

后端 未结 5 947
半阙折子戏
半阙折子戏 2021-01-30 09:30

After reading Google\'s policy on making Ajax-generated content crawlable, along with many developers\' blog posts and Stackoverflow Q&A threads on the subject, I\'m left wi

5条回答
  •  独厮守ぢ
    2021-01-30 09:48

    Use Distal templates. Your website is static HTML which is crawlable and Distal treates the static HTML as a template.

提交回复
热议问题