-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide information about employer in JobPostings #2396
Comments
For the contact details, can we reuse https://schema.org/contactType? Something like:
|
@vholland that's roughly what we came up with but not attached to hiringOrganization as the same hiringOrg might want different contacts for different job postings. So:
|
That makes sense. |
Is it possible to pass multiple emails for a posting? |
This is passing in Google's rich results testing tool: {
"@context": "https://schema.org",
"@type": "JobPosting",
"applicationContact": [
{
"@type": "ContactPoint",
"email": "foo@example.com"
},
{
"@type": "ContactPoint",
"email": "bar@example.com"
}
]
} |
More information that would be useful includes
The second and third of these have been piloted and found useful by the JDX project; All three have been discussed by the TalentSignal W3C community group (see mail list thread on TalentSignal properties relating to employer information) and summaries / proposals on wiki: Job contact details, Employer Overview, and idustry code.
The text was updated successfully, but these errors were encountered: