mirror of
https://github.com/discourse/discourse.git
synced 2026-08-01 09:08:08 -05:00
Previously, we used the schema type "DiscussionForumPosting" for all the posts including replies. This is not recommended as per Google search experts. This commit changes the schema type to "Comment" for replies.