mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08: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.