I want to pass JSON (a small amount of which will be dynamic) from mixcloud to my podcast website
My question regards whether or not search engines will index any of the content that is sent from mixcloud when they hit my page
Certain elements of the content will be definitive to the page such as track-names, which will remain constant for ever, and since I'm, looking to stick to DRY principles, I only want to enter them on mixcloud (hence the JSON)
I've read this article but my pages are not JS generated, only some of my content is
The site runs on rails so it's RESTful and yes I'm happy to just not display tracknames to people who have JS disabled so i'm only really looking to know if there's any chance of being able to index my AJAX content thanks