How can I display a price in Google search results?

How can I display a price in Google search results? - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about seo, google-search, search-results, to guide you along the way. Read the discuss below, we share some tips to fix the issue about How can I display a price in Google search results?.Problem :


How can I display a price in Google search results like in the following screenshot?



Screenshot of Google results with Price


Solution :

You can set a price range using this parameter:



  "priceRange" : "$100 - $200",


Example:



<script type="application/ld+json">

"@context": "http://schema.org",
"@type" : "LocalBusiness",
"@id" : "WEBSITE URL",
"name" : "BUSINESS NAME",
"logo" : "LOGO URL",
"telephone" : "PHONE NUMBER",
"email" : "EMAIL ADDRESS",
"sameAs" : [ "URL #1", "URL #2" ],
"url" : "WEBSITE URL",
"image" : "IMAGE URL",
"priceRange" : "$000 - $000",
"description" : "BUSINESS DESCRIPTION",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "STREET ADDRESS",
"addressLocality" : "CITY",
"addressRegion" : "STATE ABBREVIATION",
"postalCode" : "ZIP CODE"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "LATITUDE COORDINATES",
"longitude" : "LONGITUDE COORDINATES"
}

}
]
}
</script>


Try it out with Structured Data testing tool:

https://search.google.com/structured-data/testing-tool/u/0/






Link to official scheme priceRange: http://schema.org/priceRange






Link to schema price: http://schema.org/price



Markup your product/service with the schema guidelines. Google may pick up your data and display the price point as it does in your example.



Keep in mind, this does not guarantee that it will display.



I think it is part of Google snippet. You can make some good condition for snippet but you can not influence from 100%.


If the issue about seo, google-search, search-results, is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Is it possible to outrank Google for a search term on their own search engine?

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?