Xeddit

Xeddit [Paid] v1.0.82

No permission to buy ($35.00)
I am curious if you looked at the page source "<span class="xeddit-voteScore">1</span>" That IS server rendered.
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 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).
So even though the vote count appears visually, it looks like it is not being included in the structured data (JSON-LD / microdata) in a way Google can read.

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.
Screenshot 2026-05-13 193738.webp
 
I just tried a userInteractionCount and the vote showed. I guess your effort should resolve the problem. And I appreciate your swift response.
 
@Blatchy I just recently downloaded the add-on's new update today, and I realize the upvote is still not showing on the schema validator on the page source, though it works well on your own site. Could it be that it wasn't included in this update?
 
@Blatchy I just recently downloaded the add-on's new update today, and I realize the upvote is still not showing on the schema validator on the page source, though it works well on your own site. Could it be that it wasn't included in this update?
Thats strange I never released an update.
 
Back
Top Bottom