Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Question Adding MicroData or RDFa

More
3 weeks 2 days ago - 3 weeks 2 days ago #1 by sadw
Google recommends using rdfa or microdata for forums google recomendations
Unlike our general structured data preference, we recommend providing the DiscussionForumPosting markup in Microdata (or RDFa) if possible. This prevents you from needing to duplicate large text blocks inside markup. However, this is just a recommendation, and JSON-LD is still fully supported.
So what about adding some microdata into html source code ? I have seen only json-ld DiscussionForumPosting and Breadscrumbs already generated by Kunena but forum posts dont have microdata. For Example
<strong><a class="kwho-user hasTooltip" href="/forum/profile/myProfile" data-bs-toggle="tooltip" title="View myProfile's Profile" >myProfile</a></strong>
becomes
<strong><a itemprop="author" itemtype=" schema.org/Person " itemscope class="kwho-user hasTooltip" href="/forum/profile/myProfile" data-bs-toggle="tooltip" title="View myProfile's Profile" ><span itemprop="name">myProfile</span></a></strong>
Last edit: 3 weeks 2 days ago by sadw.

Please Log in or Create an account to join the conversation.

Time to create page: 0.567 seconds