We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Occupation guide pages with role details, FAQs, and breadcrumb navigation.
Defines the role, responsibilities, and skill expectations.
Answers career path, training, and compensation questions.
Provides navigation context for the occupation guide.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "Occupation",
"@id": "https://www.example.com/careers/data-analyst#occupation",
"name": "Data Analyst",
"description": "Analyze and interpret data to support business decisions and performance tracking.",
"occupationLocation": {
"@type": "AdministrativeArea",
"name": "United States"
},
"skills": [
"SQL",
"Data visualization",
"Statistics"
],
"responsibilities": "Build dashboards, analyze trends, and deliver insights to stakeholders.",
"educationRequirements": "Bachelor's degree in analytics, business, or a related field.",
"experienceRequirements": "1-3 years of analytics or reporting experience.",
"estimatedSalary": {
"@type": "MonetaryAmountDistribution",
"currency": "USD",
"duration": "P1Y",
"median": 75000,
"percentile10": 55000,
"percentile90": 105000
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What tools do data analysts use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common tools include SQL, Excel, Python, Tableau, and Power BI."
}
},
{
"@type": "Question",
"name": "Is a degree required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Many roles prefer a bachelor's degree, but strong portfolios and certifications can qualify candidates."
}
},
{
"@type": "Question",
"name": "What is the typical salary range?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Entry-level roles often range from $55k-$75k, with higher ranges for specialized analysts."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Careers", "item": "https://www.example.com/careers" },
{ "@type": "ListItem", "position": 3, "name": "Data Analyst", "item": "https://www.example.com/careers/data-analyst" }
]
}
]Include estimatedSalary if your guide mentions ranges. Keep values aligned with on-page content.
Use occupationLocation for the region the guide targets. Create separate pages for other regions.