You have no items in your shopping cart.

Rich results (Rich Cards) (JSON-LD)

Rich results (Rich Cards) (JSON-LD)

$39.00

Plugin adds JSON-LD structured data snippet on pages.

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.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&rdquo; wish list&rdquo;? 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>

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved