Got a notification in Google Search Console that says:“Some of your forum pages (100) are missing structured data for forums. Once you add it, Google’s algorithms will be able to detect discussions on your forum and show them in different ways in Google Search.”
Does anyone know what exactly needs to be added?
From what I understand, it probably needs some kind of special markup in the comments section so Google can read them properly and maybe show them in search results.
- 24
Comments

Put this in your header section of the page rendering forum threads and let me know if it worked:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "DiscussionForum",
"name": "Discussions",
"url": "https://your-site/discussion-home"
}