how to add meta tags
-
Hello,
I am using ULTRA by themify with woocommerce on my website https://morehalloween.com
Pinterest now has what are called rich pins for products
can you tell me How I could implement thisProduct Rich Pins for beginners
Copy and paste this code somewhere between the <head> </head> tags on your product page and edit the highlighted fields to reflect your product. We’re only adding product Rich Pins from sites where you can purchase those products. This means that you must be able to directly buy the product from your website, not from another site. Open Graph product meta tags are pretty straightforward, but only work for pages with a single product.
<meta property=”og:title” content=”Name of your product” />
<meta property=”og:type” content=”product” />
<meta property=”og:price:amount” content=”1.00″ />
<meta property=”og:price:currency” content=”USD” />Michael
- The topic ‘how to add meta tags’ is closed to new replies.