Skip to main content
💼

Job Posting

Job listings and postings

About Job Posting Schema

The Job Posting schema type is used to mark up job listings and postings. Implementing this structured data helps search engines understand your content better and may qualify your pages for rich results in Google Search.

Properties

* Required Properties

@context
Must be "https://schema.org"
Type: URL
@type
Must be "JobPosting"
Type: Text
name
The name or title
Type: Text

Recommended Properties

description
A description of the item
Type: Text
url
URL of the item
Type: URL
image
An image of the item
Type: URL or ImageObject

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "JobPosting",
  "name": "Example Job Posting",
  "description": "Job listings and postings",
  "url": "https://example.com/job-posting",
  "image": "https://example.com/image.jpg"
}

Looking for more tools? TrySitemap Studiofor visual sitemap creator.