Job Description
National Disaster Management Authority has announced new job openings for the positions of General Manager Plans, DM Warehouse, and Deputy Manager Geospatial Animator. These jobs are in the management category and are government jobs. The minimum education required is a Bachelor’s or Master’s degree.
The job is located in Islamabad, and applicants must read the job requirements carefully. The job was advertised in a newspaper on September 14, 2024. The last date to apply is September 28, 2024.
Job Details
Job Type |
Temporary |
Sector/Category |
Government |
Category |
Management |
Newspaper |
|
Location |
Islamabad, Islamabad, Pakistan |
Organization |
National Disaster Management Authority |
Date Posted |
September 14, 2024 |
Experience |
2 Years |
Last Date |
September 28, 2024 |
Here is the script with the required schema markup for a job posting:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "JobPosting",
"title": "Multiple Positions Available at National Disaster Management Authority",
"datePosted": "2024-09-14",
"validThrough": "2024-09-28",
"employmentType": "temporary",
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "Islamabad",
"addressRegion": "",
"addressCountry": "Pakistan"
}
},
"hiringOrganization": {
"@type": "Organization",
"name": "National Disaster Management Authority",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "Pakistan"
}
},
"description": [
{
"@type": "JobDetails",
"JobDescription": [
{
"@type": "JobPostingPosition",
"jobName": [
{
"PositionName": "General Manager Plans"
}
],
"Category": [
{
"@type": "Keyword",
"keyword": "Government jobs"
},
{
"@type": "Keyword",
"keyword": "Management"
}
],
"EducationLevel": "Bachelor, Master",
"experienceRequirements": 2,
"employmentType": "temporary",
"ValidThrough": "2024-09-28",
"postedOn": "2024-09-14",
"Newspaper": "",
"PositionSummary": "..."
},
{
"@type": "JobPostingPosition",
"jobName": [
{
"PositionName": "Dm Warehouse"
}
]
},
{
"@type": "JobPostingPosition",
"jobName": [
{
"PositionName": "Deputy Manager Geospatial Animator"
}
]
}
]
}
]
}
</script>
Note: Replace ...
in PositionSummary
field with actual summary of job descriptions. Also, add job responsibilities and requirements for each position under PositionDescription
and RequirementDescription
respectively.
Comments