There is this great post on how to Embedding Discourse Comments via Javascript. However, there are communities where website visitors may not be running javascript. And if not for that, I would argue from the SEO perspective that there should be a way to embed site comments without javascript.
After paying a bit around I find that it can be easily implemented in a much simpler way without any javascript. It’s just a matter of following:
It’s a myth that modern search engines can’t execute Javascript. The embedding is much more powerful because of the Javascript usage and there are no plans to add an alternative at this time. You are free to use Discourse’s APIs to retrieve the same content server side and render it that way.
I see. However, from my little testing the above mentioned method does work without any changes. My question stemmed from possible edge-cases where it could break and that I was not thinking about.
Yes, that would be the other route.
Can you provide an example? I fail to see how they differ if the end result is the same iframe.