Google Plus share not picking meta tags from head

前端 未结 1 325
小蘑菇
小蘑菇 2021-01-15 13:18

I am trying to implement Google Plus share on my page but instead of picking title from meta tags it is picking page title from url in share dialog title. Do I need to inclu

相关标签:
1条回答
  • 2021-01-15 14:04

    According to the Google Developer Site, the example code snippet for Google Plus shared links is:

    <body itemscope itemtype="http://schema.org/Product">
      <h1 itemprop="name">Shiny Trinket</h1>
      <img itemprop="image" src="{image-url}" />
      <p itemprop="description">Shiny trinkets are shiny.</p>
    </body>

    0 讨论(0)
提交回复
热议问题