Discussions

Ask a Question
Back to All

Can the XML return the position location

I can see that on a job page it contains google schema with the address of the job location

"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 street address",
"addressLocality": "MyCity",
"addressRegion": "",
"postalCode": "1234AB",
"addressCountry": "NL"
}
},

It would be great if we could access this information directly from the XML

Also I noticed the JobDescriptions are in a random order in the schema