Mobile app version of vmapp.org
Login or Join
Michele947

: Adding a price range instead of a single price to a product with Open Graph The Facebook Open Graph prescribes that price of products can be specified this way: <head prefix="og: http://ogp.me/ns#

@Michele947

Posted in: #Ecommerce #OpenGraphProtocol #Seo #StructuredData

The Facebook Open Graph prescribes that price of products can be specified this way:

<head prefix="og: ogp.me/ns# product: ogp.me/ns/product# >
...
<meta property="og:title" content="----PRODUCT TITLE----" />
<meta property="og:description" content="----PRODUCT DESCRIPTION----" />
<meta property="og:type" content="product" />
<meta property="og:url" content="http://-----PRODUCT_URL----" />
<meta property="og:image" content="http://-----PRODUCT_IMAGE_URL----" />
<meta property="product:price:amount" content="----PRICE----" />
<meta property="product:price:currency" content="USD" />
...
</head>


which includes the price of the product.

However, the product I am trying to show has a price range instead of single price. Is it possible to have a price range with Open Graph?
If not, does anyone know any workaround for it?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Michele947

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme