schema.php
works:
{
"@context": "https://schema.org",
"@type": "JobPosting",
"title": "Web Developer",
"datePosted": "2023-10-01",
"description": "We are looking for a Web Developer to join our team.",
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Anytown",
"addressRegion": "CA",
"postalCode": "12345",
"addressCountry": "US"
}
},
"hiringOrganization": "UL Solutions"
}