- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @jeegnesh_patel,
As suggested BIMI integration will be done by Adobe tech support team.
For temporary basis, you can try below code in your delivery. It displays logo just once:
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "Organization",
"logo": "<path-of-the-logo>/logo.png"
}
</script>
Or
<div itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Gmail" />
<meta itemprop="logo" content="logo.png" />
</div>
Please note this is temporary solution and it displays logo only once.
Thanks