M
MentaL
Guest
MentaL submitted a new resource:
Fix discussion forum structured data - structured data
Read more
Continue reading...
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:
Code:<xf:if is="$includeMicrodata"> <meta itemprop="parentItem" itemscope itemid="{{ link('canonical:threads', $thread) }}" /> </xf:if>
replace...
Click to expand...
Read more
Continue reading...