Which schema.org type should be used for a topic?

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Anti-Spam Guide
Post Reply
User avatar
DevMakoto
Registered User
Posts: 66
Joined: Tue Jun 23, 2015 3:38 pm
Name: Carlos Mayorga
Contact:

Which schema.org type should be used for a topic?

Post by DevMakoto »

Neither Article or Blog seems to fit for a forum with topics and discussions. Or is Article considered for any generic post or comment?

for example, this would be fine?

Code: Select all

<script type="application/ld+json">
// <![CDATA[
{
	"@context":"http://schema.org",
	"@type":"DiscussionForumPosting",
	"headline":"Topic Title",
	"datePublished": "2016-03-18",
	"image": "url logo forum"
}
// ]]>
</script>
Post Reply

Return to “phpBB Discussion”