MathiasReker Posted July 11, 2013 Share Posted July 11, 2013 I have got this msg from google, but I don't see what is missing? Can anyone help me pelase. Thank you for your interest in rich snippets for your website. Unfortunately, we can’t display rich snippets for your site shinetech.dk because of the following issue(s): 1. HIDDEN MARKUPS Your content is marked up for rich snippets, but that content isn’t actually visible on the page itself. In general, Google won't display any content in rich snippets that human visitors can’t see. Here’s an example of the hidden content we found on your site: URL: http://www.shinetech.dk/hjem/211-gratis-sponsor-maerker.html Markup Type: Product, Offer and Reviews Hidden content: <div itemscope="" itemtype="http://data-vocabulary.org/Product"><meta content="" itemprop="brand"><meta content="GRATIS SPONSOR MÆRKER" itemprop="name"><meta content="http://www.shinetech.dk/394/211-394.jpg" itemprop="image"><meta content="Ønsker du at gøre reklame , så læs her." itemprop="description"><meta content="Hjem" itemprop="category"> <span itemprop="review" itemscope="" itemtype="http://data-vocabulary.org/Review-aggregate"><meta content="5.0" itemprop="rating"><meta content="1" itemprop="count"> </span> <span itemprop="offerDetails" itemscope="" itemtype="http://data-vocabulary.org/Offer"><meta itemprop="currency" content="DKK"><meta content="0.00" itemprop="price"><meta datetime="2020-11-05" itemprop="priceValidUntil"><meta content="shinetech.dk" itemprop="seller"><meta itemprop="condition" content="new"><meta content="in_stock" itemprop="availability"></span></div> <span itemprop="offerDetails" itemscope="" itemtype="http://data-vocabulary.org/Offer"><meta itemprop="currency" content="DKK"><meta content="0.00" itemprop="price"><meta datetime="2020-11-05" itemprop="priceValidUntil"><meta content="shinetech.dk" itemprop="seller"><meta itemprop="condition" content="new"><meta content="in_stock" itemprop="availability"></span> <span itemprop="review" itemscope="" itemtype="http://data-vocabulary.org/Review-aggregate"><meta content="5.0" itemprop="rating"><meta content="1" itemprop="count"> </span> All content is marked up using content property, Please markup the actual values which are visible on the webpage. For more information, please visit this Webmaster Tools Help article: http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=1093493#hidden Once you have fixed your markup, run your pages through the rich snippets testing tool <http://www.google.com/webmasters/tools/richsnippets> to check for errors. When you’re all set, use the rich snippets submission form <http://www.google.com/support/webmasters/bin/request.py?contact_type=rich_snippets_feedback> to resu bmit your site. Regards, The Google Team for Rich Snippets Link to comment Share on other sites More sharing options...
scorpionsworld Posted July 11, 2013 Share Posted July 11, 2013 I think solution would be to serve the page Google sees differently (different css rules and javascript hiding of elements disabled, etc. based on user agent) Link to comment Share on other sites More sharing options...
MathiasReker Posted July 11, 2013 Author Share Posted July 11, 2013 What should I edit in my code ? Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 11, 2013 Share Posted July 11, 2013 Hello all, I believe this would be a great place to start off! Official Google https://support.google.com/webmasters/answer/1093493?hl=en Link to comment Share on other sites More sharing options...
Dh42 Posted July 11, 2013 Share Posted July 11, 2013 The issue is that you cannot use meta to mark up certain elements with the rich snippets. Using meta to mark them up basically means to google that the information is not on the page. You should be using span's to mark most of them up. That way, google can see that the information is on the page. I cannot remember which ones, but there are 3 or 4 that google does not allow in meta, I think Price and item name are two. 1 Link to comment Share on other sites More sharing options...
Recommended Posts