-
Notifications
You must be signed in to change notification settings - Fork 73
/
JobPosting.json
60 lines (59 loc) · 1.61 KB
/
JobPosting.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!-- Source: Google
Resources:
* https://developers.google.com/search/docs/data-types/job-postings
* https://developers.google.com/search/docs/data-types/job-postings#definitions
-->
<script type="application/ld+json">
{
"@context" : "http://schema.org/",
"@type" : "JobPosting",
"title" : "Data Entry Clerk",
"description" : "<p>Widget assembly role for pressing wheel assemblies.</p>
<p><strong>Educational Requirements:</strong> Completed level 2 ISTA
Machinist Apprenticeship.</p>
<p><strong>Required Experience:</strong> At
least 3 years in a machinist role.</p>",
"identifier": {
"@type": "PropertyValue",
"name": "MagsRUs Wheel Company",
"value": "1234567"
},
"datePosted" : "2017-01-18",
"validThrough" : "2017-03-18T00:00",
"employmentType" : ["FULL_TIME", "CONTRACTOR"],
"hiringOrganization" : {
"@type" : "Organization",
"name" : "MagsRUs Wheel Company",
"sameAs" : "http://www.magsruswheelcompany.com"
},
"jobLocation" : {
"@type" : "Place",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "555 Clancy St",
"addressLocality" : "Detroit",
"addressRegion" : "MI",
"postalCode" : "48201",
"addressCountry": "US"
}
},
"baseSalary" : {
"@type": "MonetaryAmount",
"currency": "CAD",
"value": {
"@type": "QuantitativeValue",
"value": 0.00,
"minValue": 0.00,
"maxValue": 0.00,
"unitText": "HOUR"
}
},
"educationRequirements": "",
"experienceRequirements": "",
"industry": "",
"qualifications": "",
"responsibilities": "",
"skills": "",
"workHours": ""
}
</script>