PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, November 3, 2022

[FIXED] How can I avoid 'A product is missing a field: google_product_category' warning in facebook microdata debugger tool?

 November 03, 2022     facebook-graph-api, facebook-opengraph, facebook-pixel, google-shopping-api     No comments   

Issue

The tool https://business.facebook.com/ads/microdata/debug gives me the warning

A product is missing a field: google_product_category            Without google_product_category information, your products may not appear the way you want them to in ads.

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.


Solution

I have found the solution

the right format is

<meta property="product:category" content="Apparel &amp; Accessories &gt; Clothing &gt; Dresses"/>


Answered By - Ildar Amankulov
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing