Z83 application form link: https://www.govnet.co.za/download-z83-application-form-pdf-and-word/
Property | Value |
---|---|
datePosted | YYYY-MM-DD |
description | Text |
hiringOrganization | Text |
jobLocation | Text |
title | Text |
baseSalary | Currency (ZAR) |
employmentType | Text |
Are you looking to apply for a job? We provide you with the Z83 application form that you need for your application. You can download the form by visiting the Z83 application form link.
Job Posting Schema Code:
{
“@context”: “https://schema.org/”,
“@type”: “JobPosting”,
“datePosted”: “YYYY-MM-DD”,
“description”: “Text”,
“hiringOrganization”: {
“@type”: “Organization”,
“name”: “Text”
},
“jobLocation”: {
“@type”: “Place”,
“address”: {
“@type”: “PostalAddress”,
“addressLocality”: “Text”
}
},
“title”: “Text”,
“baseSalary”: {
“@type”: “MonetaryAmount”,
“currency”: “ZAR”
},
“employmentType”: “Text”
}