Disqus and SEO

I am looking for a hosted comment management platform on my website.

I came across http://disqus.com/ .

Disqus seems to be feature rich, with support for my top lists for SEO comments.

So, I check many sites using Disqus, and I can not find any of the topics that have friendly SEO comments.

For SEO friendly, I mean that comments should be treated like plain text and be visible on the HTML source page.

I also notice that Disqus only works with JAVASCRIPT enabled.

  • Did you know that the SEO feature for Disqus really works and how?
  • Most importantly, I need this SEO feature working in Universal Code , I use custom CMS.
+5
source share
2 answers

The problem with Disqus is that it uses JavaScript to render comments, so when robots come to your site, they don’t find comments. Even if it uses the index "#!" URLs are still not your page, so they are not applicable here.

They have a REST API that you can use. My idea here is to bring all the API comments by code and write them in HTML inside one container, and then hide that container using JavaScript (not CSS, since I'm not sure if robots will hate this, but JS doesn't detected).

Disqus JS, API , Disqus. , HTML , , , , Disqus JavaScript, .

, , . , , , API HTML ( , ).

, , , , , , .

...
, WordPress Drupal HTML JS. , - CMS , . . HTML- Disqus SEO.

+10

, Disqus script AJAX, , Google .

0

All Articles