Template:CompanySchema

<script type="application/ld+json"> {

 "@context": "https://schema.org",
 "@type": "ProfilePage",
 "mainEntity": {
   "@type": "Organization",
   "name": "{{{name}}}",
   "url": "{{{url}}}",
   "description": "{{{description}}}",
   
   "address": {
     "@type": "PostalAddress",
     "addressCountry": "IN"
   }
 }

} </script>