Job Posting Schema Generator
My Schema tool will generate compliant Json-LD structured data based on your required field. Each field will generate an item property
Generated JSON-LD:
Structured data sample for ‘Job Posting’ Schema
{
"@context": "http://schema.org",
"@type": "JobPosting",
"title": "Junior Web developer in London",
"description": "DIGITAL DELYVERIO continues its development in the other regions and, thanks to our numerous references, lots of exciting projects are waiting to be filled! We love environments structured around Agile methodologies and the devops philosophy, so that you can really give the best of yourself.
It is for these reasons that DIGITAL DELYVERIO is looking for a web Developer to be filled in London and is open to remote working
",
"identifier": {
"@type": "PropertyValue",
"name": "DIGITAL DELYVERIO",
"value": "REFwebde10430m"
},
"datePosted": "2024-08-1",
"validThrough": "2024-09-10",
"employmentType": "FULLTIME",
"hiringOrganization": {
"@type": "Organization",
"name": "DIGITAL DELYVERIO",
"sameAs": "https://www.digitaldelyverio.com/en-GB/jobs/7553654364.html"
},
"jobLocation": {
"address": {
"@type": "PostalAddress",
"streetAddress": "London, Greater London",
"addressLocality": "London",
"addressRegion": "Greater London",
"postalCode": "WS4 8TN",
"addressCountry": "UK"
}
},
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "GBP",
"value": {
"@type": "QuantitativeValue",
"value": "25000",
"unitText": "GBP"
}
}
}

