Mobile app version of vmapp.org
Login or Join
Samaraweera270

: What schema should mark up comment that are in response to other comments? I have an article that has user comments. I would like to have other comments inside each comment as responses: <article

@Samaraweera270

Posted in: #Articles #Comments #Microdata

I have an article that has user comments. I would like to have other comments inside each comment as responses:

<article id="com1" itemprop="comment" itemscope="" itemtype="http://schema.org/UserComments">
<header>
<h3>Posted by: <span itemprop="creator">Alexutu Mutu</span></h3>
</header>

<p itemprop="commentText">comment text here.....</p>

<footer>
<time itemprop="commentTime" datetime="...">...</time>
</footer>
</article>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

A reply to a comment is still classified a comment under the schema standard. Each comment and replies to those comments are still itemprop="comment"

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme