: 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
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>
More posts by @Samaraweera270
1 Comments
Sorted by latest first Latest Oldest Best
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"
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.