html - Indexing ajax loaded contents -


is there used standard way on how index ajax loaded content (for search engines)?

for example, indexing html content dynamically inserted page.

thanks

you may want consider using sort of sitemap generator aggregates content load through ajax.

sitemaps particularly beneficial on websites where:

  • some areas of website not available through browsable interface, or
  • webmasters use rich ajax, silverlight, or flash content not processed search engines.

from wikipedia - sitemaps

remember that:

because web crawlers not execute javascript code, publicly indexable web applications should provide alternative means of accessing content retrieved ajax, allow search engines index it.

from wikipedia - ajax drawbacks

in addition may interested in checking out following articles:


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -