Hello,
Β
- In wordpress, the 'reply to' in the comments add links in the page : you must avoid this for good SEO.
=> How to do that with your plugin?
- No pagination for comments because it's bad for SEO.
=> How to do that with your plugin?
- Ideally only the X (number of our choice) comments displayed before a 'see more comments' button need to be indexable (not more because too many comments or pagination are not good for SEO / budget crawl) : the most popular or the most recent to be defined for example.
=> How to do that with your plugin?
- Concerning the links settings in comments : only external links (not internal) need to be not clickable to prevent spam comments.
=> How to do that with your plugin?
Β
Thanks for your help. π
About : In case Google doesnβt index ajax loaded comments of your website you can enable the default pagination. Navigate toΒ Dashboard > Settings > DiscussionsΒ admin page and check the checkbox in "Break comments into pages with [X] top-level comments per page the [last/first] page displayed by default" option.
=> Use only AJAX is not good + use "pagination" is not a good solution too. I talk with many SEO experts around the world about that. What I ask in my first comment is the best solution according to them, hope you could help to achieve that. 🙂Β
Β
I may suggest you check out this FAQ: https://wpdiscuz.com/community/f-a-q/how-to-improve-seo-with-wpdiscuz/
In case you want to say thank you! π
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti I read it before and it was the first thing I did. I explain a lot of things to you in my messages, answer me please. Your FAQ doesn't answer to that. π If i need to make custom dev, explain us how to do please.
Please see my comments bellow:
Β
- In wordpress, the 'reply to' in the comments add links in the page : you must avoid this for good SEO.
=> How to do that with your plugin?
I cannot follow you. What link do you mean?
Β
- No pagination for comments because it's bad for SEO.
=> How to do that with your plugin?
There is no pagination by default.
Β
- Ideally only the X (number of our choice) comments displayed before a 'see more comments' button need to be indexable (not more because too many comments or pagination are not good for SEO / budget crawl) : the most popular or the most recent to be defined for example.
=> How to do that with your plugin?
Only X number of comments are already displayed on your posts, it comes by default.Β The [See more questions] can be three types. Just choose whichever you want. Here is the instruction: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-thread-displaying/#comments-pagination-type
Β
- Concerning the links settings in comments : only external links (not internal) need to be not clickable to prevent spam comments.
=> How to do that with your plugin?
There is no way to make links not-clickable. Instead of that, we add rel="nofollow" attribute to all external links. This does the same thing from aΒ SEO perspective. So there is no SEO issue here as well.

