pxoxrxn
Supreme Member
- Dec 21, 2011
- 1,398
- 2,084
Does anyone know how I can get these tags into my WooCommerce product page?
I have the following from the 'All in One SEO' social addon:
But for some reason they left out price and currency. I would prefer to add it straight to the header.php because I don't want to install more SEO plugins that will conflict with All in One SEO.
Thanks
<meta property="ogrice:amount" content="1.00" />
<meta property="ogrice:currency" content="USD" />
I have the following from the 'All in One SEO' social addon:
<meta property="og:title" content="Product title" /><meta property="og:type" content="product" />
<meta property="og:url" content="product URL" />
<meta property="og:image" content="Product featured image" />
<meta property="og:site_name" content="Site title" />
<meta property="og:description"" />
But for some reason they left out price and currency. I would prefer to add it straight to the header.php because I don't want to install more SEO plugins that will conflict with All in One SEO.
Thanks