mirror of
https://github.com/discourse/discourse.git
synced 2025-03-10 16:35:36 +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.