Home Forums Web Structured Data How Add Site Schema In Our Website

Viewing 1 reply thread
  • Author
    Posts
    • #93
      softechquery
      Keymaster

      How Add Site Schema In Our Website

    • #94
      softechquery
      Keymaster

      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>
Viewing 1 reply thread
  • You must be logged in to reply to this topic.
Scroll to Top