microdata

How do I relate Job (jobTitle) to Organization (worksFor) in Schema.org markup?

依然范特西╮ 提交于 2021-02-07 06:08:20
问题 Under a Person schema, I want to associate each job title with its respective organization. This is in a resume-like setting, so there are many jobs and many organizations. Here's an actual example of some code from my project (content clipped + changed): <div itemscope itemtype="http://schema.org/Person"> … <p><!--list of jobs--> <span itemprop="jobTitle">Job 1</span>, <span itemprop="jobTitle">Job 2</span>, and <span itemprop="jobTitle">Job 3</span> </p> <p><!--list of places worked for-->

How do I relate Job (jobTitle) to Organization (worksFor) in Schema.org markup?

会有一股神秘感。 提交于 2021-02-07 06:05:37
问题 Under a Person schema, I want to associate each job title with its respective organization. This is in a resume-like setting, so there are many jobs and many organizations. Here's an actual example of some code from my project (content clipped + changed): <div itemscope itemtype="http://schema.org/Person"> … <p><!--list of jobs--> <span itemprop="jobTitle">Job 1</span>, <span itemprop="jobTitle">Job 2</span>, and <span itemprop="jobTitle">Job 3</span> </p> <p><!--list of places worked for-->

How do I relate Job (jobTitle) to Organization (worksFor) in Schema.org markup?

不羁岁月 提交于 2021-02-07 06:03:03
问题 Under a Person schema, I want to associate each job title with its respective organization. This is in a resume-like setting, so there are many jobs and many organizations. Here's an actual example of some code from my project (content clipped + changed): <div itemscope itemtype="http://schema.org/Person"> … <p><!--list of jobs--> <span itemprop="jobTitle">Job 1</span>, <span itemprop="jobTitle">Job 2</span>, and <span itemprop="jobTitle">Job 3</span> </p> <p><!--list of places worked for-->

Schema.org for category page that lists articles

笑着哭i 提交于 2020-05-28 06:48:21
问题 I'm tagging my website with Microdata and questionning myself about tagging article's listing. On category page I got a a big article which is tagged but I don't know if I should also tagged the listing. <article itemscope itemtype="http://schema.org/NewsArticle" itemref="author publisher"> <header class="entry-header"> <h3 class="entry-title" itemprop="headline"><a href="/article1" rel="bookmark">article 1/a></h3> <link itemprop="sameAs mainEntityOfPage" href=/article1"> </header> <div> <a

Structured Data > Microdata & Json-LD > Entity IDs > Fragment Identifier

和自甴很熟 提交于 2020-02-02 04:51:12
问题 I was wondering if it is better/proper to reference the entities using a fragment identifier format - basically by inserting a hash before the name [url] + # + [name] => http://example.com/page/#webPage EDIT: Following a kind answer from the ever-generous and great @Unor, I have added this edit to try confine the scope of my query and clarify the main issue I am getting at. I have also deleted most of the original question (about 95%) which (in hindsight) I feel detracts from: 1. my core

How to use Microdata's 'itemref' to reference similar products that are listed outside of the Product scope?

不打扰是莪最后的温柔 提交于 2020-01-24 19:59:08
问题 I am trying to use Microdata to define my website using the Schema.org definitions. On an ItemPage I am displaying the information about a product. Additionally, I want to link similar products to the current product while the related product is being displayed outside of the current product's scope. I tried to achieve this using the itemref attribute. However, when I review the page on Structured Data Testing Tool it does not show the related products are part of the ItemPage node. <body

HTML5 tags and microdata for a list of apartments

∥☆過路亽.° 提交于 2020-01-24 18:22:30
问题 which HTML5 tags and microdata schema should I use to describe a list of apartments to rent? They have the following properties: Name Image Unique number Location Description Price My HTML structure is currently like this: <section id="featured"> <h2>Featured appartaments</h2> <ul> <li> <article> <h3><a href="javascript:void(0);">House #1</a></h3> <img src="http://placehold.it/250x150/" alt="House #1" /> <p>Ref. 40</p> <p>My location</p> <p>My description.</p> <p>Price: € 500.000,00</p> <

Microdata and multiple opening in a day

て烟熏妆下的殇ゞ 提交于 2020-01-15 02:36:28
问题 Suppose that a place does not offer the all-day-opening. Hence, we have two opening in one day. How one should define the Microdata with schema.org/OpeningHoursSpecification? I suppose that one should create two separated instances of schema.org/OpeningHoursSpecification as follows: Opening hours: <div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">Mo, <link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Monday" /> <meta

Microdata and multiple opening in a day

这一生的挚爱 提交于 2020-01-15 02:36:07
问题 Suppose that a place does not offer the all-day-opening. Hence, we have two opening in one day. How one should define the Microdata with schema.org/OpeningHoursSpecification? I suppose that one should create two separated instances of schema.org/OpeningHoursSpecification as follows: Opening hours: <div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">Mo, <link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Monday" /> <meta

It is possible to review a Person with structured data?

半城伤御伤魂 提交于 2020-01-14 19:23:06
问题 I have review data centered around people. I would like to represent these reviews with structured data. Something like this: (from here) This is what I tried: (It's a variation of the Google's Book example here) <div itemscope itemtype="http://schema.org/Person"> <h2> <span itemprop="honorificPrefix">Dr</span> <span itemprop="name">Joe Smith</span> </h2> <h3 itemprop="jobTitle">Doctor</h3> <div itemprop="description">Extra super Doctor</div> <div itemprop="aggregateRating" itemscope itemtype