i need one example for tagged comments, i have this

admin/config/services/microdata -- > comments -- > comment-type

ItemType = http://schema.org/Comment
itemid= ???
itemprop for title= about
field property= text

is correctly?
sorry for my poor english its my first question in the comunity.

CommentFileSizeAuthor
support.jpg67.65 KBfroibad

Comments

Anonymous’s picture

The itemid should be empty.

The "itemprop for title" value should probably be name, but be aware that I haven't added support for comment titles yet, so it probably won't show up in your markup.

msedlacek’s picture

any possible forecast yet for when the support may be added for the comment entries?

thanks!

Anonymous’s picture

Status: Active » Closed (works as designed)

For the comment entity, support is already there for everything except for the name, which will be added with #1716104: Add support for the Comment subject.

There is currently no way to make a connection in microdata between the node and the comment. I'll have to look at how Entity API handles comments to see if the UI can be enabled.