<html>
<head>
<title>採用ページ</title>
<script type="application/ld+json">{
"@context": "https://schema.org/",
"@type": "JobPosting",
"title": "看護師",
"description": "病院は和気あいあいとして働きやすい雰囲気です!",
"employmentType": ["FULL_TIME"],
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "JPY",
"value": {
"@type": "QuantitativeValue",
"unitText": "MONTH",
"minValue": "300000",
"maxValue": "500000"
}
},
"hiringOrganization": {
"@type": "Organization",
"name": "〇〇病院",
"saveAs": "https://hospital.saitama.jp/"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "金山町12-1",
"addressLocality": "川口市",
"addressRegion": "埼玉県",
"postalCode": "332-0014",
"addressCountry": "JP"
}
},
"datePosted": "2021-01-01",
"validThrough": "2021-03-31"
}</script>
</head>
<body>
</body>
</html>