Using this plugin you will be able to add JSON-LD structured data snippet on your site (Google and Facebook formats). It's very easy. Install plugin and try.
Features:
- the plugin is very fast and adds extra parameters on product details page
- supports grouped products
- add virtual ranking an reviews (If the product doesn't have ranking and reviews plugin can create the virtual ones)
- add custom brand (If you has own brand and the product doesn't have any manufacturers then you can configured it)
Not registered version is fully operational. It has only one limitation. Plugin has 15 days trial period. Try before buying.
Compatible with NopCommerce 4.80, 4.70, 4.60, 4.50, 4.40, 4.30, 4.20, 4.10.
How to install and configure the plug-in.
Example
1. Home page
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Organization",
"name": "Your store name",
"url": "http://demo390.yourstore.com/",
"sameAs": [
"http://www.facebook.com/nopCommerce",
"https://twitter.com/nopCommerce",
"https://plus.google.com/+nopcommerce",
"http://www.youtube.com/user/nopCommerce"
],
"potentialAction": [{
"@type": "SearchAction",
"target": "http://demo390.yourstore.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}]
}
</script>
2. Category page
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position":"1",
"item": {
"@id":"http://demo390.yourstore.com/computers",
"name":"Computers"
}
},
{
"@type": "ListItem",
"position":"2",
"item": {
"@id":"http://demo390.yourstore.com/notebooks",
"name":"Notebooks"
}
}
]
}
</script>
3. Product page
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Product",
"aggregateRating": {
"@type": "AggregateRating",
"worstRating": "1",
"bestRating": "5",
"ratingValue": "4",
"ratingCount": "2",
"reviewCount": "2"
},
"name": "Apple MacBook Pro 13-inch",
"image": "http://demo390.yourstore.com/content/images/thumbs/w_1_0000024_apple-macbook-pro-13-inch_550.jpeg",
"description": "With fifth-generation Intel Core processors, the latest graphics, and faster flash storage, the incredibly advanced MacBook Pro with Retina display moves even further ahead in performance and battery life.* *Compared with the previous generation.Retina display with 2560-by-1600 resolutionFifth-generation dual-core Intel Core i5 processorIntel Iris GraphicsUp to 9 hours of battery life1Faster flash storage2802.11ac Wi-FiTwo Thunderbolt 2 ports for connecting high-performance devices and transferring data at lightning speedTwo USB 3 ports (compatible with USB 2 devices) and HDMIFaceTime HD cameraPages, Numbers, Keynote, iPhoto, iMovie, GarageBand includedOS X, the world's most advanced desktop operating system",
"brand": {
"@type": "Thing",
"name": "Apple"
},
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "1800.00",
"availability": "http://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "Your store name",
"url": "http://demo390.yourstore.com/"
} },
"review": [
{
"@type": "Review",
"author": "John",
"datePublished": "2017-03-15",
"reviewBody": "This sample review is for the Apple MacBook Pro 13-inch. I've been waiting for this product to be available. It is priced just right.",
"name": "Some sample review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4"
}
},
{
"@type": "Review",
"author": "John",
"datePublished": "2017-03-17",
"reviewBody": "fghfghfghfghfg",
"name": "456456",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
}
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position":"1",
"item": {
"@id":"http://demo390.yourstore.com/computers",
"name":"Computers"
}
},
{
"@type": "ListItem",
"position":"2",
"item": {
"@id":"http://demo390.yourstore.com/notebooks",
"name":"Notebooks"
}
}
]
}
</script>
5. Blog page
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Blog",
"name": "Why your online store needs a wish list",
"url":"http://demo390.foxnetsoft.com/why-your-online-store-needs-a-wish-list",
"description": "What comes to your mind, when you hear the term” wish list”? The application of this feature is exactly how it sounds like: a list of things that you wish to get. As an online store owner, would you like your customers to be able to save products in a wish list so that they review or buy them later? Would you like your customers to be able to share their wish list with friends and family for gift giving?Offering your customers a feature of wish list as part of shopping cart is a great way to build loyalty to your store site. Having the feature of wish list on a store site allows online businesses to engage with their customers in a smart way as it allows the shoppers to create a list of what they desire and their preferences for future purchase.",
"publisher":{
"@type":"Organization",
"name": "Your store name",
"url": "http://demo390.foxnetsoft.com/"
}
}
</script>
6. Topic page
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WebPage",
"name": "Shipping & returns",
"url":"http://demo390.ars-test.ua/shipping-returns"
}
</script>
7. News page
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "NewsArticle",
"headline": "New online store is open!",
"author": "Your store name",
"datePublished": "2017-03-15",
"dateModified": "2017-03-15",
"mainEntityOfPage":"http://demo390.ars-test.ua/new-online-store-is-open",
"image": {
"@type": "imageObject",
"url": "http://demo390.foxnetsoft.com/logo.jpg"
},
"publisher": {
"@type": "Organization",
"name": "Your store name",
"logo": {
"@type": "imageObject",
"url": "http://demo390.foxnetsoft.com/logo.jpg"
}
}
}
</script>
- fixed the bug with the discount for product attribute combination prices
- fixed the bug with tier prices (the plugin shows only valid for this customer tier prices)
- added price range if product has product attribute values
- added price range if product has product attribute values
- removed tha tag "reviewCount" if you disabled the parameter "Enable Reviews"
- fixed bug for high and low prices for product attrvice values
+ export tier prices in the price range parameter
- fixed bug "the plugin will display InStock for all products"
+ removed the parameter "Logo", the plugin will read it from nop settings.
+ added the new feature "Use own brand" - if the product doean;t have any manufacturers then the plugin will use this value for the tag "brand"
- fixed bug for products with product atribute combinations link
+ added the new feature "virtual ranking and review if the product doen't have them"
+ performance optimization of the category page (the logic has been changed, some stores do not cache breadcrumbs, why?).
- removed the Google+ URL parameter (Google closed this social network)
- changed the logic of parameter 'availability'.
Old logic: If product hasn't the parameter 'DisplayStockAvailability' the plugin showed 'In Stock'
New logic: Plugin will ignore this parameter 'DisplayStockAvailability' and tried to colculate stock of quantity
+ added new parameters for Facebook (https://developers.facebook.com/docs/marketing-api/product-catalog/update-options#json-ld).
- removed tag for 'aggregateRating' if the product doesn't have any rating" link. I think "Warning" is better than "Error".
- fixed bug "missing 'aggregateRating' if the product doesn't have any rating" link
+ added support "availability":http://schema.org/Discontinued for discontinued products
- fixed bug "extra comma on topic page in ld-json script"
+ use the full-size main product image link.
+ changed the logic on product details page (Google added the parameter 'availability' as required) link.
If plugin can't check the stock of product than plugin will use value InStock
+ added new parameter URL on product details page
- changed the kernel of plugin. Plugin supports all themes now.
- fixed bug. Error if you have any NULL values in descripttion of products.
+ added new the logic for backorder products
+ added mapping for Gtin values
+ added new feature 'select Product ID for mapping to Sku value'
+ added new tag 'Condition' link
- fixed bug if the product has empty full description link
+ added new parameter 'Map Short Deescription' of product link.
+ added JSON-LD code for Blog/Topic/News pages link.
+ added new parameter Logo link.
- fixed bug "wrong script for product with price amount zero" link.
+ added new feature "Minify ld-json script".
+ added support script for Grouped product (by default plugin doesn't add it).
+ added support external plugin Solr from Nop-Accelerate.
- fixed bug. Plugin crashed the nopCommerce page about deleted and unpublished products. Example. You deleted the product and tried to open this product page after it.
- fixed bug for reviews without authors (link)
- fixed bug for stores without social links (on Home page link)
Powered by nopCommerce
Copyright © 2023 FoxNetSoft. All rights reserved