sorry, but bbpress is a wordpress plugin, that’s it
@Robin I did that. Can I add codes to those who want to?
bbpress/templates/default/bbpress/pagination-replies.php line:15
div class="bbp-pagination" temprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
<link itemprop="interactionType" href="http://schema.org/CommentAction" />
<div class="bbp-pagination-count" itemprop="userInteractionCount">
bbpress/templates/default/bbpress/loop-single-reply.php line:42
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"><?php do_action( 'bbp_theme_before_reply_author_details' ); ?>
your template page.php edit
<article itemid="<?php the_permalink(); ?>" itemscope itemtype="http://schema.org/DiscussionForumPosting" id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?>>
<h1 class="post-title" itemprop="headline"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
are you talking about scheme.org or the schema theme?
Yes I added schema.org discussforumposting this way and it works smoothly. It only gives picture warning. The room is not a must
Is there any inbuilt option for schema markup?