Questions tagged [rich-snippets]

Rich Snippets are extra, detailed pieces of information which appear under Google search results.

Rich Snippets are extra, detailed pieces of information which appear under Google search results. These go beyond just showing a bit of the page matching the search query. They can be review ratings, prices, author images, song links, showtimes and more.

209 questions
3
votes
2 answers

Star rating not showing in Google

I've had this problem for 2 weeks. Google is not showing the star rating of my post in searches, although in the test snippets tool it's showing correctly. Google is also crawling the richsnippets‎ values since I specifically fetch a post with the…
3
votes
1 answer

Specify Thumbnail Dimensions in Microdata for RichSnippets

I added metadata tags for our products as specified by http://schema.org, for use by RichSnippets, etc... It works great except that our products only have 3x2 images, and google resizes them to square for the RichSnippets, which causes them to…
AlexQueue
  • 6,353
  • 5
  • 35
  • 44
3
votes
1 answer

Rich Snippets / Micro Data for Products: Error: Incomplete microdata with schema.org

I'm getting an 'Error: Incomplete microdata with schema.org.' message when testing the markup with Google's testing tool (http://www.google.com/webmasters/tools/richsnippets?q=uploaded:8004e2bf685980a2f0ffadd5c52b2d5f). I've simplified my code as…
Shree
  • 77
  • 1
  • 6
3
votes
1 answer

Can I use rel=author for a Google+ business page?

As I use the Structured Data Testing Tool, I noticed that the preview does allow my website logo to be appeared in the Google search result instead of the author's headshot: View Preview Screenshot Although I've implemented rel="publisher" on my…
Antonio Ooi
  • 1,601
  • 1
  • 18
  • 32
3
votes
3 answers

Legitimately hide/prevent Rich Snippet html from rendering on screen - is this OK to do?

I am using rich snippets on my site, I have all of the code for them in the footer so that they are centrally located and easy to access. I do not want the text around these snippets rendered on the page because that info is elsewhere on the site.…
ElasticThoughts
  • 3,417
  • 8
  • 43
  • 58
3
votes
3 answers

facebook share page can't show &(ampersand) mark?

in facebook sharer page, it can show title including & mark ex: url to share: http://myhome.com?q=hi&there title tag of this page is hi&there But, actually, facebook sharer page shows title: hi link: http://myhome.com?q=hi I…
Youngnam Kang
  • 31
  • 1
  • 4
2
votes
1 answer

Plus One Button not traversing the dom to grab snippet data

It has been stated that the google plus-one button works it's way up the dom hierarchy when it is looking for microdata to set the +snippets information for sharing (Jenny Murphy said this at Google+ +1 Button Snippet+ Problem ). Also, the…
2
votes
0 answers

How can I remove a video thumbnail from my Google listing?

Take a look at this image: Do I have to work with rich snippets?
2
votes
1 answer

google cse- rendering search results

I'm using Google CSE on my website and I want to have the search results display differently than the standard method. I've found this: http://code.google.com/apis/customsearch/docs/snippets.html I'm a little confused on the steps on how to style…
2
votes
1 answer

How to add rich snippet in a website?

I am getting a XML data through an review website but i need to add a rich snippet to this so google can show the ratings but i am unable to find the exact example here is the part of an XML
Gaurav_0093
  • 1,040
  • 6
  • 28
  • 56
2
votes
0 answers

What is the current state of Google support for JSON-LD schema formatting?

On Google's page About Schema.org it is stated: JSON-LD is the newest and simplest markup format... Google is in the process of adding JSON-LD support to more markup-powered features. So far, JSON-LD is supported for all Knowledge Graph…
2
votes
1 answer

RDFa reference documents

I have to implement a Google Custom Search for a website. The website has different content types. One of them is a "publication". A publication consists of different fields: Title Author Published date Document Document type Document is the URL…
MrUpsidown
  • 21,592
  • 15
  • 77
  • 131
2
votes
1 answer

itemprop="image" on element not ?

I have a product page that uses Microdata. At the moment the itemprop="image" attribute is specified on the first thumbnail from my thumbnail gallery. What I'd like to do is specify it for the high-res image I have. The trouble is, that's not…
BigBadMe
  • 1,754
  • 1
  • 19
  • 27
2
votes
1 answer

Can't validate Event rich snippet with PostalAddress and no Place

I'm defining a http://schema.org/Event for an "open house" tour of a residential home. The event's name is "Open House," but the location doesn't have a "name" (other than its address). According to…
Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
2
votes
4 answers

How do you test the schema.org metatags of an AngularJS webapp in Google richsnippets testing tool?

The code of the website is being generated with the AngularJS javascript framework. When I visit a webpage it displays the page completely, but the source code is being loaded by parts that are not fully present in the source code, for…
1 2
3
13 14