microdata

Product size: width, height and depth

馋奶兔 提交于 2019-12-19 08:21:30
问题 I'm using schema.org definition to represent a product. I have a doubt about product size: should I specify the unit of measure in the field? Here's my code (I need a separate span for "cm" to style it differently): <div itemscope itemtype="http://schema.org/Product"> <h1 itemprop="name">Product name</h1> Size: <span itemprop="width">60 <span>cm</span></span> <span itemprop="height">50 <span>cm</span></span> <span itemprop="depth">40 <span>cm</span></span> </div> Is this the correct way to

Mixing JSON-LD CollectionPage and Microdata `hasPart` of Schema.org

*爱你&永不变心* 提交于 2019-12-19 08:20:09
问题 The microdata markup below works perfectly, Google's structured data testing tool shows one CollectionPage and WebSite/WebPage as children. <body itemscope itemtype="https://schema.org/CollectionPage"> <span itemscope itemtype="https://schema.org/WebSite" itemprop="hasPart"> <a href="https://springfield-xxxx.us" itemprop="url">Official site of Springfield</a> </span> <span itemscope itemtype="https://schema.org/WebPage" itemprop="hasPart"> <a href="https://facebook.com/group/XXXX" itemprop=

Mixing JSON-LD CollectionPage and Microdata `hasPart` of Schema.org

走远了吗. 提交于 2019-12-19 08:20:01
问题 The microdata markup below works perfectly, Google's structured data testing tool shows one CollectionPage and WebSite/WebPage as children. <body itemscope itemtype="https://schema.org/CollectionPage"> <span itemscope itemtype="https://schema.org/WebSite" itemprop="hasPart"> <a href="https://springfield-xxxx.us" itemprop="url">Official site of Springfield</a> </span> <span itemscope itemtype="https://schema.org/WebPage" itemprop="hasPart"> <a href="https://facebook.com/group/XXXX" itemprop=

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

Inline Microdata content displays different from same markup in JSON-LD

喜夏-厌秋 提交于 2019-12-18 09:34:22
问题 I have an issue about Microdata. Usually I insert Microdata as inline attributes in pages, but I decided to separate HTML code and structured data, so I starting creating inline JSON-LD. When testing pages with Google testing tool I noticed some differences between what Google shows depending on structuring Microdata. The itemscope is WebPageElement and the itemprop is text : text is fetched from database and so it can contain HTML tags because it is generated using text editor. HTML code

Schema.org Organizational markup Issue

跟風遠走 提交于 2019-12-17 21:34:32
问题 I was trying to implement this for my website: http://googlewebmastercentral.blogspot.in/2013/05/using-schemaorg-markup-for-organization.html I have a quick doubt on this: Is it compulsory to tag existing visible on page elements on homepage?? say if we don't have a visible logo image on homepage, Can we add a separate logo image in a piece of code in body section as mentioned like : <div itemscope itemtype="http://schema.org/Organization" style="display:none;"> <a itemprop="url" href="http:/

Google does not correctly merge microdata and json+ld in the same page using same URI id

人盡茶涼 提交于 2019-12-17 21:17:49
问题 I have a product page with "microdata" and "json+ld" codes. Both of the codes refers to the same @id URI object (http://www.example.org/product#this) so I would expect to "mix/merge" both properties, but instead structured data testing tool shows 2 "individual" products so.... 1- Does Google support using two syntax in the same page? 2- Is this well implemented? Can I refer two codes to the same object using itemId for microdata and @id for json+ld? 3- Can this damage my page in terms of

How to use Microdata throughout a LocalBusiness website

末鹿安然 提交于 2019-12-17 16:52:50
问题 I am getting involved into Microdata and rich snippets for leading better search results. I am kind of confused about where to set the itemscope for a LocalBusiness and if it is good or bad to have it repeated through out the whole website over and over. For example on the header that repeats all over the site, page after page, I have the business name, telephone, address, logo, description, etc. Is it good to repeat the same itemscope over and over on each page, or it should be only added to

“price: missing and required” although PriceSpecification is used

孤者浪人 提交于 2019-12-14 03:59:53
问题 I am trying to implement Schema.org on our product pages, but I am getting an error relating to Offer when testing in Google's Testing Tool. The errors says price is required but I figured since I used PriceSpecification I didn't need to specify price . Here is the error: Here is the format of the HTML+Microdata that I am using: <div itemscope itemtype="http://schema.org/Product"> <img itemprop="image" src="https://kng.scene7.com/is/image/kng/1046-set?$prodpage$" /> <h1 itemprop="name">Waist

I too get the “ Warning: Incomplete microdata with schema.org.”

血红的双手。 提交于 2019-12-14 02:20:44
问题 My data is spread all over so I can't keep this format : <div itemscope itemtype="http://schema.org/Product"> <h1 itemprop="name"> <p itemprop="description"> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span itemprop="price"> </div> </div> Like you see in the code below the first thing on the page is the category path which has to be inside Offer schema than I have the image and the title which belong to Product than I have eligibleQuantity that again belongs to the