Don’t get me wrong, Xeddit is a really cool add-on and the Reddit-style UI is excellent. The only issue I’m seeing is the vote count output for SEO/schema.I am curious if you looked at the page source "<span class="xeddit-voteScore">1</span>" That IS server rendered.
I tested it on my site and I also tested it on your own demo site and the result is the same:
- On the thread page, the vote count is visible and works normally.
- But when I run the same thread URL through https://validator.schema.org/, the vote count is not detected (it shows 0 / missing).
Also, converted threads initially show the score in view-source, but newly created content doesn’t reliably output the vote score in source/schema.
It seems the vote score is either not being stored/rebuilt properly for new posts, or it’s not being injected into the JSON-LD schema output.
If you can add server-side schema support for vote totals (and ensure vote_score is stored/rebuilt for new content), that would fix the issue completely.



