Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question Adding MicroData or RDFa

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

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

Time to create page: 0.253 seconds