Use the Disqus API to stick the posts into the < noscript > tag to allow users without JavaScript to at least see the posts, as well as allow for some search engines to pick them up.

Comments

czarphanguye’s picture

@RobLoach, would this feature also allow Google to index the comments?

robloach’s picture

Yup! :-)

czarphanguye’s picture

Great! What's the next action?

robloach’s picture

Make a REST call to get_posts with "response_type" being "php", stick it through unserialize(), and then print it within the < noscript> tag. I wish I had time to do it right now, unfortunately, I don't :-( .

robloach’s picture

Status: Active » Postponed

Waiting for their API.

robloach’s picture

Status: Postponed » Closed (works as designed)
robloach’s picture

Status: Closed (works as designed) » Closed (duplicate)