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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top