Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Adding MicroData or RDFa

More
1 year 9 months ago - 1 year 9 months ago #232016 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: 1 year 9 months ago by sadw.

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

Time to create page: 0.215 seconds