- From: Hugo Scott <hugo@hugoscott.com>
- Date: Mon, 24 Jun 2019 13:05:05 +0200
- To: "schema.org Mailing List" <public-schemaorg@w3.org>
- Message-ID: <CAOJ1cMSA9zNOgX=2Xh=iO+2K31=-Hu77bFVw12cHqtppyzaHMA@mail.gmail.com>
Hi all,
I am working on markup for people who are working for a financial company
and on each of their profile pages I would like to put up a sort of
structured data CV like the pseudo-code below - for reasons of proving
expertise and authority - but the jobs a person has had seems rather tricky
to format and there doesn't seem to be any way of simply listing a person's
qualifications - have I missed something ??
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Albert Einstein",
"hasOccupation":
[
{
@type:Role,
job1 name,
sameas link to occupation if available,
employer
{
@type:corporation,
company name,
company sameAs site url or wikipedia link,
},
start date,
end date
},
{
@type:Role,
job2 name,
sameas link to occupation if available,
employer
{
@type:corporation,
company name,
company sameAs site url or wikipedia link,
},
start date,
end date
}
],
"hasQualification":
[
{
@type:Qualification,
name,
sameas link to site page of qualification if available,
yearObtained,
obtainedFrom
{
@type:educationalOrganization,
sameAs link to school/college if available,
}
},
{
@type:Qualification,
name,
sameas link to site page of qualification if available,
yearObtained,
obtainedFrom
{
@type:educationalOrganization,
sameAs link to school/college if available,
}
}
]
}
-- Also, if you put the following JSON-LD example from the
https://schema.org/Role page into the structured data testing tool it
returns 4 errors - 2 of which state that "A value for the estimatedSalary
field is required" for Occupation, and this is obviously not acceptible if
using this attribute for a person's past jobs! Could it be made optional ?
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Albert Einstein",
"hasOccupation": [
{
"@type": "Role",
"hasOccupation":
{
"@type": "Occupation",
"name": "Job 1",
"occupationalCategory": "23-2099.00"
},
"startDate": "1901",
"endDate": "1906"
},
{
"@type": "Occupation",
"name": "Professor of Physics",
"educationRequirements": "PhD in Physics"
}
]
}
Thanks for any feedback you can give,
Hugo Scott
*Sustainable SEO*
*Audits SEO technique*
*Optimsation** SEO Wordpress*
https://hugoscott.com
(+33) 06 51 19 09 41
<https://www.linkedin.com/in/hugo-scott-474019153/> LinkedIn
<https://www.linkedin.com/in/hugo-scott-474019153/> -
<https://www.malt.fr/profile/hugoscott> Malt
<https://www.malt.fr/profile/hugoscott>
Received on Monday, 24 June 2019 11:05:41 UTC