How to add structured data to your website
How to add structured data to your website - How to Use Schema.org to Create and Add Structured Data to Your Website
Structured data is a standardized format for providing information about a page and classifying the page content
Code
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : " abc",
"url" : "https://www..com",
"founders": "Name",
"foundingDate": "Year",
"brand": " ",
"logo" : " ",
"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": "258"
}
}
</script>
Check verification
https://search.google.com/structured-data/testing-tool/u/0/