如何避免在 Facebook 微数据调试器工具中出现 'A product is missing a field: google_product_category' 警告?
How can I avoid 'A product is missing a field: google_product_category' warning in facebook microdata debugger tool?
工具
https://business.facebook.com/ads/microdata/debug
给我警告
我可以使用哪个 OpenGraph 标签来解决问题?
HTML 代码类似于
<meta property="google:product:category" content="Pet Supplies"/>
or
<meta property="google_product_category" content="Pet Supplies"/>
不适合我。
我找到了解决方案
正确的格式是
<meta property="product:category" content="Apparel & Accessories > Clothing > Dresses"/>
工具 https://business.facebook.com/ads/microdata/debug 给我警告
我可以使用哪个 OpenGraph 标签来解决问题?
HTML 代码类似于
<meta property="google:product:category" content="Pet Supplies"/>
or
<meta property="google_product_category" content="Pet Supplies"/>
不适合我。
我找到了解决方案
正确的格式是
<meta property="product:category" content="Apparel & Accessories > Clothing > Dresses"/>