Schema Markup Code

superior_hosting_service

Schema

Working Schema Markup Code

<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@id": "#BrandName",
"@type": "Organization",
"name": "abc",
"url": "https://reconshell.com",
"founders": "yourname",
"foundingDate": "2020",
"brand": "favicon.png",
"logo": "logo-5.png",
"description": "your description",
"email": "your@website.com",
"sameAs": ["https://twitter.com/",
"https://www.facebook.com/",
"https://t.me/"
],
"aggregateRating": {
					"@type": "AggregateRating",
					"ratingValue": "5.0",
					"ratingCount": "300"
				}
}
</script>