rich-snippets

Rich Snippets : Microdata itemprop out of the itemtype?

只谈情不闲聊 提交于 2019-12-18 09:48:43
问题 I've recently decided to update a website by adding rich snippets - microdata. The thing is I'm a newbie to this kind of things and I'm having a small question about this. I'm trying to define the Organization as you can see from the code below: <div class="block-content" itemscope itemtype="http://schema.org/Organization"> <p itemprop="name">SOME ORGANIZATION</p> <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">Manufacture Street no 4

Author error inside Google Structured Data Test

强颜欢笑 提交于 2019-12-13 04:40:57
问题 I receive this error when analyzing a review of my website: "Missing required hCard "author"" http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.gamempire.it%2Fcastlestorm-ps-vita%2Frecensione%2F131419 Why? I have setted the class="author" inside the html. This is the code of the page: https://gist.github.com/anonymous/7675765, that you can find here: http://www.gamempire.it/castlestorm-ps-vita/recensione/131419 回答1: author vcard has to be inside the hentry element http:/

Google Plus share URL not showing featured image, title and description few days ago

你说的曾经没有我的故事 提交于 2019-12-12 03:45:48
问题 I have URL: http://www.racunalo.com/homtom-ht3-pro-s-posebnom-maskom-i-cijenom-za-majcin-dan-u-prodaji-na-lightintheboxu/ The source code is O.K. The data is valid for Google Rich Snippets and so Twitter and Open Graph. The problem is that if I share the above URL on Google Plus (via share button or manual) the featured image, title and description are not showing up. The problem occured few days ago. We did not chancged the code. It just happend as it was similar problem with Facebook Open

Google Plus Share ihgnores open graph Meta and itemprops

泪湿孤枕 提交于 2019-12-11 02:39:23
问题 I use a google plus share button on a site. Usually it accepts the given meta Data. All the data I send, are accepted. Only the description gets ignored. I have placed it in this way: <meta itemprop="description" content="text text text" /> <meta property='og:description' content="text text text"/> In the document's head. I did it that way on many site and it worked fine. Today I installed the button and tested it and it did not work anymore. I also testet it on other sites, where I installed

Google Rich Snippets & Warning Messages

烂漫一生 提交于 2019-12-06 14:41:31
问题 When using the Google Rich Snippet Tesing Tool, I am getting a warning when the count=0 for the reviews->aggregate reviews snippet. Below is an example of the HTML I am using. Does Google not validate the review if the count is 0. I checked when a review is added and the page validates fine. If so I am guessing I wont get the additional info shown in the SERP until someone makes a comment. <div id="placeinfo" class="hreview-aggregate clearing"> <div id="details" class="vcard item"> <h1 class=

Why aren't my rating/review Google rich snippets working?

老子叫甜甜 提交于 2019-12-04 06:53:11
问题 I'm using Google rich snippets (https://developers.google.com/structured-data/rich-snippets/reviews) to tag ratings and reviews on this website: http://www.fwpest.com/ Google's Structured Data Testing Tool says "All good" here: https://developers.google.com/structured-data/testing-tool/?url=http://fwpest.com But I don't see the stars below the website url on a Google SRP here: https://www.google.com/search?q=f%26w%20pest%20control By contrast, I do see the star rating and review metadata

Why aren't my rating/review Google rich snippets working?

主宰稳场 提交于 2019-12-02 13:06:55
I'm using Google rich snippets ( https://developers.google.com/structured-data/rich-snippets/reviews ) to tag ratings and reviews on this website: http://www.fwpest.com/ Google's Structured Data Testing Tool says "All good" here: https://developers.google.com/structured-data/testing-tool/?url=http://fwpest.com But I don't see the stars below the website url on a Google SRP here: https://www.google.com/search?q=f%26w%20pest%20control By contrast, I do see the star rating and review metadata displayed for the ContactUs and BBB pages. Why stars for ContactUs and BBB pages but no stars for fwpest

Blog Posts Optimized by Schema

坚强是说给别人听的谎言 提交于 2019-12-01 22:14:14
问题 I am quite new to these approach in optimizing my HTML with Rich Snippets. I am not sure what is the differences of each of the list items below: http://schema.org/Article http://schema.org/BlogPosting http://schema.org/Blog I got this code below example below, and I want to know what are the missing items or codes that could optimized a simple blog post that search engines can understand. I'd like to know all the rich snippets available for a blogpost. <div id="blog_post" itemscope=""

Separate rich snippet scopes for the same item

◇◆丶佛笑我妖孽 提交于 2019-12-01 07:22:52
问题 I am creating rich snippets for my webshop. One of the itemtypes I use is the "Organization" type. The problem with this is that I have specified the Organisation name and the image in the header of my webshop and the address in the footer. In between is the rest of the webshop with all it's products, reviews etc. When I test my rich snippets with http://www.google.nl/webmasters/tools/richsnippets, I get two separate Organisations instead of one. Is there a way to combine my two scopes to

Rich Snippets : Microdata itemprop out of the itemtype?

耗尽温柔 提交于 2019-11-29 18:11:49
I've recently decided to update a website by adding rich snippets - microdata. The thing is I'm a newbie to this kind of things and I'm having a small question about this. I'm trying to define the Organization as you can see from the code below: <div class="block-content" itemscope itemtype="http://schema.org/Organization"> <p itemprop="name">SOME ORGANIZATION</p> <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">Manufacture Street no 4</span>, <span itemprop="PostalCode">4556210</span><br /> <span itemprop="addressLocality">CityVille<