Open GoogleCodeExporter opened 9 years ago
Thanks for the very detailed writeup. I think this is a great idea. I'm
flagging it as an enhancement, since the social plugins are working as they
were designed, but I do understand how this functionality would be a lot better.
Original comment by mimm...@google.com
on 3 Feb 2012 at 7:10
Original comment by mimm...@google.com
on 4 Feb 2012 at 1:11
With the below example, Google+ sometimes uses the Person item’s name, and
sometime the Blog item’s name. But never the actual BlogPosting. Even when
using ```itemtype="http://schema.org/Article"
additionalType="http://schema.org/BlogPosting"```.
A concrete and presumably common example:
<body itemscope itemtype="http://schema.org/Blog">
<h1 itemprop="name">My awesome blog</h1>
<article itemprop="blogpost" itemscope itemtype="http://schema.org/BlogPosting">
<h1 itemprop="name">Name of the blogpost that would probably be more important
than the name of the blog</h1>
<p itemprop="text articleBody">I think this blog is such a good tool to share
the things I want to say to the world.</p>
<p itemprop="author" itemscope itemtype="http://schema.org/Person"><span
itemprop="name">Awesome Dude</span></p>
</article>
</body>
I have stopped using microdata and rely on using OpenGraph for the time being.
Original comment by goo...@daniel.priv.no
on 25 Oct 2013 at 12:10
Hello,
It seems that this post is quite old, however, the problem hasn't been fixed
yet. Is anyone from Google+ Team still looking into this issue?
The +1 button Snippet doesn't load (or recognize) the description when trying
to share, even if it's correctly implemented in <body> with microdata:
http://screencast.com/t/bYh6P5pWy0ya
This simple page was implemented after Google's indications found here:
https://developers.google.com/+/web/snippet/
<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>
Any suggestions?
Thanks.
Original comment by swat...@gmail.com
on 2 Dec 2014 at 7:54
Original issue reported on code.google.com by
outdooricon
on 17 Jan 2012 at 7:33