dear admin,
My website uses T3 and T4. - When I use the T4 template, the breadcrumb module shows itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" - But when I use T3, breadcrumb module doesn't show itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" - So where do I need to fix it in T3?
Hi bunbo195
Kindly check in template folder if you have override for breadcrumbs module or not:
/templates/your_template/html/mod_breadcrumbs/
If not, you can download attached file >> unzip and copy the 'default.php' file to above path.
saguaros after I updated your file, google Search Console reported an error The "position" field was missing. I checked your file with this line <meta itemprop="position" content="<?php echo $key + 1; ?>">
Both templates use the module in the original modules section
bunbo195 Is it ok now?
Yes thank you very much. But I have a question: Both T3 and T4 use the same module in the original, why doesn't T3 show up?
bunbo195
T3 is pretty old framework and we don't develop it in the future, we're focusing on T4 only.
And the file I sent doesn't have that line of code, kindly check again.
Thank you, I fixed that line.