Google-Schemas: Sender Image

一曲冷凌霜 提交于 2019-12-10 23:24:10

问题


How do I get my G+ profile/logo to display as the sender image in Gmail's new grid view?

I added the Google-Schema markup to my emails. When I test my email, the 'featured image' is displaying properly but I can't get the 'sender image' to display. What am I missing?

<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
    <meta itemprop="name" content="Restaurant.com"/>
    <link itemprop="url" href="http://www.restaurant.com/"/>
    <link itemprop="url/googlePlus" href="https://plus.google.com/+restaurantcom/posts"/>
  </div>
  <div itemprop="about" itemscope itemtype="http://schema.org/Offer">
    <link itemprop="image" href=“http://image.exct.net/lib/feef1377736103/m/1/0328-mi1-mobile-v1.jpg”/>
  </div>
</div>

回答1:


Is the DKIM domain matching the domain from the Google+ page you are linking (i.e. restaurant.com) and is the Google+ page verified? These are the requirements for the company logo to show up.



来源:https://stackoverflow.com/questions/22924706/google-schemas-sender-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!