html – 索引ajax加载的内容

前端之家收集整理的这篇文章主要介绍了html – 索引ajax加载的内容前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

是否有一种广泛使用的标准方法如何索引ajax加载的内容(搜索引擎)?

例如,索引将动态插入页面HTML内容.

谢谢

最佳答案
您可能需要考虑使用某种sitemap生成器来聚合通常通过AJAX加载的所有内容.

Sitemaps are particularly beneficial
on websites where:

  • Some areas of the website are not available through the browsable
    interface,or
  • Webmasters use rich Ajax,Silverlight,or Flash content that is
    not normally processed by search
    engines.

Wikipedia – Sitemaps开始

请记住:

Because most web crawlers do not
execute JavaScript code,publicly
indexable web applications should
provide an alternative means of
accessing the content that would
normally be retrieved with Ajax,to
allow search engines to index it.

Wikipedia – AJAX Drawbacks

此外,您可能有兴趣查看以下文章

> Official Google Webmaster Central Blog – A proposal for making AJAX crawlable
> SoftwareDeveloper.com – How to: Get Google and AJAX to Play Nice
> Crawling Ajax-driven Web 2.0 Applications

原文链接:/html/425689.html

猜你在找的HTML相关文章