Created
July 9, 2021 11:27
-
-
Save pentago/7235280a369adfbe212b337b4f7aa58c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context" : "https://schema.org/", | |
"@type" : "JobPosting", | |
"title" : "Software Engineer", | |
"description" : "Google aspires to be an organization that reflects the globally diverse audience that our products and technology serve. We believe that in addition to hiring the best talent, a diversity of perspectives, ideas and cultures leads to the creation of better products and services.", | |
"datePosted" : "2017-01-18", | |
"validThrough" : "2017-03-18T00:00", | |
"employmentType" : "CONTRACTOR", | |
"hiringOrganization" : { | |
"@type" : "Organization", | |
"name" : "Google", | |
"sameAs" : "http://www.google.com", | |
"logo" : "http://www.example.com/images/logo.png" | |
}, | |
"jobLocation": { | |
"@type": "Place", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "1600 Amphitheatre Pkwy", | |
"addressLocality": "Mountain View", | |
"addressRegion": "CA", | |
"postalCode": "94043", | |
"addressCountry": "US" | |
} | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment