Organization/Logo schema code Main Directory


<html>
 
<head>
   
<title>About Us</title>
   
<script type="application/ld+json">
   
{
     
"@context": "https://schema.org",
     
"@type": "Organization",
     
"url": "https://www.example.com",
     
"logo": "https://www.example.com/images/logo.png"
   
}
   
</script>
 
</head>
 
<body>
 
</body>
</html>