Schema Markup Code

<script type="application/Id+json">
{
"@context": "http://schema.org",
"@id": "#BrandName",
"@type":"Organization",
"name": "abc",
"url": "https://www.name.com",
"founders": "Name",
"foundingDate": "Year",
"brand": "favicon.ico"
"logo":"logo.png"
"description":"Add Your Website Short Description",
                    "email": "[email protected]",
"sameAs":[
"https://twitter.com/",
"https://www.facebook.com/",
"https://www.linkedin.com/company/",
"https://www.youtube.com/channel/",
"https://www.instagram.com/"
],
"aggregateRating": {
					"@type": "AggregateRating",
					"ratingValue": "5.0",
					"ratingCount": "300"
				}
}
</script>