Reputation: 526
The tool https://business.facebook.com/ads/microdata/debug gives me the warning
Which OpenGraph tag can I use to fix the problem?
The HTML code like
<meta property="google:product:category" content="Pet Supplies"/>
or
<meta property="google_product_category" content="Pet Supplies"/>
doesn't work for me.
Upvotes: 1
Views: 2840
Reputation: 369
this work too... I used it for multi-languages pages and works fine, just set the ids from google in google_product_category list
<meta property="product:category" content="233"/>
Upvotes: 0
Reputation: 526
I have found the solution
the right format is
<meta property="product:category" content="Apparel & Accessories > Clothing > Dresses"/>
Upvotes: 9