schema.org

Multiple Schema.org Product items & how will it look like in search engine result?

心不动则不痛 提交于 2019-12-24 13:05:03
问题 I have implemented the Product Schema.org type similar to this on one single page: <div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 1</span> <img src="test1.jpg" /> <span itemprop="description">Description test 1</span> <span itemprop="sku">#001</span> </div> <div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 2</span> <img src="test2.jpg" /> <span itemprop="description">Description test 2</span> <span itemprop="sku">#002<

Defining a relationship between a country and a recipe with Schema

我是研究僧i 提交于 2019-12-24 09:38:49
问题 I am building a web page that lists typical dishes for each individual country. Each dish is put in its own article and all of that goes fine. But I wonder if there is a way to link the Recipe s to the country. Does it make sense to also specify the country with http://schema.org/Country, and if so how can I link that to the dishes? I thought about defining the main as a country, and then using http://schema.org/additionalProperty but that doesn't seem to make sense as it expects a

How to use Microdata to represent similar products on the ItemPage?

跟風遠走 提交于 2019-12-24 08:09:34
问题 I am trying to use Microdata to define my website using the Schema.org definitions. Below is my current HTML markup: <body itemscope itemtype="http://schema.org/ItemPage"> <link itemprop="url" href="https://example.com/i/10" /> <main role="main"> <!-- Show the main product of the page --> <div itemprop="mainEntity" itemtype="http://schema.org/Product" itemscope> <meta itemprop="name" content="My Main Product 10 Name" /> <!-- ... more properties that describes current product --> </div> <!--

Uniform way to add multiple descriptive properties in Schema

有些话、适合烂在心里 提交于 2019-12-24 07:37:51
问题 We use Schema.org 'types' and 'properties' to organize many kinds of data. The application is driven by the vocab and structure of Schema.org, rather than it uses schema.org for SEO. The application structures and relates finished and unfinished works of creative people like scientists, artists, composers etc. Their efforts are not limited to "Creative works" such as articles and artworks, but include also organizations, companies, events and products initiated by them. Starting this year, we

Is it good to put HTML5 Microdata on preview blocks?

元气小坏坏 提交于 2019-12-24 03:58:06
问题 Consider this example: <section id="news_block_left" class="block" itemscope="" itemtype="http://schema.org/ItemList"> <a href="http://dev.com/index.php?controller=NewsList" title="News" itemprop="url"> <h2 class="title_block" itemprop="name">News</h2> </a> <div class="block_content"> <ul class="news-list"> <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/NewsArticle"> <a href="http://dev.com/index.php?id_news=7&controller=News" title="News Title1" itemprop="url"> <span

Schema.org practices for small company: 'Organization' and 'WebSite' in JSON-LD on every page, Microdata for everything else

删除回忆录丶 提交于 2019-12-24 00:42:53
问题 I'm wondering how to build my Schema.org. I'm using mixed approach with both JSON-LD and Microdata elements. I don't use them to describe one thing in 2 different ways. I need some guidelines about what to include. For now I have description of our company on every page: <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Organization", "url" : "https://our.url", "logo" : "https://our.url/logo2.svg", "contactPoint" : [{ "@type" : "ContactPoint", "telephone" : ""

Properties outside of 'itemscope' are assumed to belong to 'WebPage', but this creates invalid Microdata

时光毁灭记忆、已成空白 提交于 2019-12-23 20:23:28
问题 Microdata allows elements with itemprop but without parent itemscope , as long as they are referenced by an itemref somewhere on the page. (See my question Is 'itemprop' without parent 'itemscope' valid? Does it create an item?). So this example should be valid: <body> <div itemprop="email" id="orphan"> alice@example.com </div> <div itemscope itemtype="http://example.org/Person" itemref="orphan"> <span itemprop="name">Alice</span> </div> </body> Now, when someone is using the Schema.org

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

喜夏-厌秋 提交于 2019-12-23 20:09:32
问题 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 much as possible, am I missing a certain 'required' type to get rid of this error? This is the only data I have available on my product pages at the moment. Thanks in advance! <div itemscope itemtype="http://schema.org/Product" id="productdetail">

What is the priceRange parameter for Google Structured Data Reviews?

对着背影说爱祢 提交于 2019-12-23 17:39:42
问题 I am trying to determine what are the acceptable values for the priceRange parameter. On Google I see "$$$" and that's it. Can someone explain if I should be using $$$ literally or a decimal amount. 回答1: It seems there is no "standard" for this, and probably is born out of the rating system for Restaurants. It seems the convention is: $ = Inexpensive, usually $10 and under $$ = Moderately expensive, usually between $10-$25 $$$ = Expensive, usually between $25-$45 $$$$ = Very Expensive,

Adding microdata or schema.org for breadcrumb SEO in Drupal 7

别来无恙 提交于 2019-12-23 09:51:37
问题 I'm currently a little confused about microdata and schema.org. Is microdata and schema.org the same? I read the Google and Microsoft documentation, but that didn't helped me to get the difference between this two names. So far I understood this I have produced this HTML code: <span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="/" itemprop="url"><span itemprop="title">My Page</span></a> </span> <span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="