0

I am using jcarousel to show item slides on my website.

FYI, I am passing in JSON string to add items to jcarousel. But because jcarousel is being created using javascript and displayed at run-time -
the content is not indexed by Google.

To get the content indexed, I am thinking to remove jcarousel and add the content as normal.
And then use jQuery/javascript to scroll items.

Any other better ideas?

Thank you!

inutan
  • 10,558
  • 27
  • 84
  • 126

1 Answers1

1

Your solution seems indeed the most relevant even if it increases the loading time of the page.

You can consult the official documentation on the subject of Google: Making AJAX Applications Crawlable

Yohann
  • 6,047
  • 3
  • 26
  • 33