(1)add following code to your website <head> </head> section
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Webpage",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.58",
"reviewCount": "412"
},
"description": "brand name with description eg.the premium Training institute with courses focused only on web related careers.",
"name": " your website name eg.Digital Marketing Course",
"url":"https://www.website.com/pageaddress"
}
</script>
(2)use testing tool to validate your markup:
https://search.google.com/structured-data/testing-tool
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Webpage",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.58",
"reviewCount": "412"
},
"description": "brand name with description eg.the premium Training institute with courses focused only on web related careers.",
"name": " your website name eg.Digital Marketing Course",
"url":"https://www.website.com/pageaddress"
}
</script>
(2)use testing tool to validate your markup:
https://search.google.com/structured-data/testing-tool
Comments
Post a comment