How Add Site Schema In Our Website

How Add Site Schema In Our Website

Comments

  • Using Java Script

    <script  type="application/ld+json">
    
    { "@context": "http://schema.org",
      "@type": "Product",
      "name": "Package Name",
      "aggregateRating":
        {"@type": "AggregateRating",
         "ratingValue": "4.9",
         "reviewCount": "7"
        }
    }
    <script>
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!