0

function schema_review() {
 if ( is_front_page() && !is_home() ) {?>
 <script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "WebPage",
  "name": "C2Code",
  "image": "https://c2code.jagdish.info/",
  /*"priceRange": "$17.00 - $94.95",
  "telephone": "+1-000-987-0000",
  "address": {
        "@type": "PostalAddress",
        "streetAddress": "#102",
        "addressLocality": "-------",
        "addressRegion": "CA",
        "postalCode": "50025",
        "addressCountry": "US"
      },*/
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "reviewCount": "250"
  }
}
</script>
<?php }
}
add_action('wp_head', 'schema_review');

admin Asked question March 23, 2022
Add a Comment