Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Itemscope prevents reading url description #556

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a problem when sharing an URL which contains an itemscope property.

When Google+ is reading the shared URL (via textbox), the title, image and 
description is inserted automatically. However, if the URL in question contains 
any itemscope property, the description is missing.

I created a page for testing purposes to demonstrate it. This is the original 
article where the error occurs:
http://allesebook.de/firmware-software-updates/tolino-shine-softwareupdate-1-1-0
-verfugbar-30991/

This is an exact copy, with the itemscope properties deleted, with no errors: 
http://allesebook.de/single-news-test.html

bye

Original issue reported on code.google.com by chalid.e...@gmail.com on 15 May 2013 at 9:01

Attachments:

GoogleCodeExporter commented 9 years ago
The new Google+ UI does not show the description anymore, and I notice that you 
do not have itemscope on your pages.

However I think the problem may be with the breadcrumbs and the article.  Make 
sure that the breadcrumbs have their own itemscope and that the article has 
it's own itemscope as well.

Then test with the structured data testing tool.

Marked as fixed since there were some issues with extraction that may have 
contributed to this issue.

Original comment by plindner@google.com on 27 May 2013 at 8:52