MentaL
Well-known member
MentaL submitted a new resource:
Fix discussion forum structured data - structured data
Read more about this resource...
Fix discussion forum structured data - structured data
Here is how I resolved the markup errors with googles latest update as mentioned here: https://xenforo.com/community/threads/markup-improvements-for-google.213088/
edit template: post_macros
find
HTML:<xf:if is="$includeMicrodata"> <meta itemprop="parentItem" itemscope itemid="{{ link('canonical:threads', $thread) }}" /> </xf:if>
replace with
HTML:<xf:if is="$includeMicrodata"> <meta itemprop="parentItem"...
Read more about this resource...