Microdata is does not work via Structured Data Testing

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
nopCommerce version: 4.30 developer branch:
https://github.com/nopSolutions/nopCommerce/commit/09c24aebfdcd8f0fe28eda8f85d90eb676601d40

Steps to reproduce the problem:
Hello, my website use last version and last commit,
I test that product via google Structured Data Testing Tool:
https://hoodarcheryshop.com/en/wooden-recurve-bow-for-medieval-traditional-archery-longbow-target-archery-or-hunting-archery-horse-outdoor-games-hunger-games-10

https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fhoodarcheryshop.com%2Fen%2Fwooden-recurve-bow-for-medieval-traditional-archery-longbow-target-archery-or-hunting-archery-horse-outdoor-games-hunger-games-10

I put brand but its not added to my product page, i am already enable Microdata tags in general settings. Whats wrong?
4 years ago
We moved Microdata to a separate view. Just make sure you have it connected on the product page  
@await Html.PartialAsync("_Microdata", Model)
3 years ago
DmitriyKulagin wrote:
We moved Microdata to a separate view. Just make sure you have it connected on the product page  
@await Html.PartialAsync("_Microdata", Model)

Thank you for answer dear friend,
I found the problem i was use https://emporio.themes.nopadvance.com/
theme, they don't add this code, i was fixed manually:)
3 years ago
DmitriyKulagin wrote:
We moved Microdata to a separate view. Just make sure you have it connected on the product page  
@await Html.PartialAsync("_Microdata", Model)

And i have many bug fix like that:
https://www.nopcommerce.com/boards/topic/81495/micro-data-out-of-stock-problem-i-have-solution-code

My fixed source commits is here:
https://github.com/mk148a/nopCommerce
You can reivew and  add that fixes to official repostory. I will work for seo fixes.
3 years ago
mk148a wrote:
And i have many bug fix like that:
https://www.nopcommerce.com/boards/topic/81495/micro-data-out-of-stock-problem-i-have-solution-code


We appreciate your help, could you please provide us with pull-requests for errors that you think should be fixed?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.