工具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"/>对我不起作用。
发布于 2019-09-19 14:51:02
我已经找到解决方案了
正确的格式是
<meta property="product:category" content="Apparel & Accessories > Clothing > Dresses"/>https://stackoverflow.com/questions/57975510
复制相似问题