Free Job Posting Schema Markup Generator

Schema Markup Generators

FAQ Website Organization Article Local Business Event Job Posting Product Recipe Video Aggregate Rating Breadcrumbs

Use our FREE Schema.org Job Posting structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Job Posting Structured Data Code Example

<script type='application/ld+json'>
{
	"@context": "http://schema.org",
	"@type": "JobPosting",
	"title": "SEO Manager",
	"description": "Developing and implementing effective search engine optimization (SEO) strategies...",
	"identifier": {
		"@type": "PropertyValue",
		"name": "SEO Smoothie",
		"value": "123456SM"
	},
	"datePosted": "2021-03-16",
	"validThrough": "2021-03-30",
	"employmentType": "CONTRACTOR",
	"hiringOrganization": {
		"@type": "Organization",
		"name": "SEO Smoothie",
		"sameAs": "https://seosmoothie.com/"
	},
	"jobLocation": {
		"address": {
			"@type": "PostalAddress",
			"streetAddress": "Main Street",
			"addressLocality": "Galway City",
			"addressRegion": "Galway",
			"postalCode": "91HQWERTY",
			"addressCountry": "Ireland"
		}
	},
	"baseSalary": {
		"@type": "MonetaryAmount",
		"currency": "EUR",
		"value": {
			"@type": "QuantitativeValue",
			"value": "15",
			"unitText": "HOUR"
		}
	}
}
</script>

Schema.org’s references: JobPosting. Google’s documentation: Job Posting.

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.