If the pages of your site publish information about professions, salaries and requirements for candidates, you can improve their visibility in the search results using structured markings. This approach will help to highlight your site in Google by displaying expanded fragments with the calculated salary and position characteristics.
The marking is created in the JSON -LD format and should include information about the name of the profession, description of duties, expected wages, place of work, as well as other conditions -experience, bonuses, etc. This structure can be built into the pages of your site manually or through CMS if it supports plugins with marking generation.
An example of a simple marking structure indicating the salary range:
{
"@context": "https://schema.org/",
"@type": "Occupation",
"name": "Программист приложений",
"mainEntityOfPage": {
"@type": "WebPage"
},
"description": "Разработка и внедрение программных решений",
"estimatedSalary": [{
"@type": "MonetaryAmountDistribution",
"name": "base",
"currency": "RUB",
"duration": "P1Y",
"percentile10": 800000,
"percentile25": 1000000,
"median": 1200000,
"percentile75": 1400000,
"percentile90": 1600000
}],
"occupationLocation": [{
"@type": "City",
"name": "Москва"
}]
}If the information is aggregated to several employers, use OcCupationagGreGorationByemployer:
{
"@context": "https://schema.googleapis.com/",
"@type": "OccupationAggregationByEmployer",
"name": "Разработчик веб-приложений",
"description": "Проектирование и создание решений для веба",
"estimatedSalary": [{
"@type": "MonetaryAmountDistribution",
"name": "base",
"currency": "RUB",
"duration": "P1Y",
"percentile10": 850000,
"percentile25": 1050000,
"median": 1250000,
"percentile75": 1450000,
"percentile90": 1700000
}],
"occupationLocation": [{
"@type": "State",
"name": "Санкт-Петербург"
}],
"industry": "Информационные технологии",
"jobBenefits": "Гибкий график, ДМС, удалёнка",
"yearsExperienceMin": 2,
"yearsExperienceMax": 5,
"sampleSize": 150
}Mandatory properties:
Additional properties:
On the implementation of the marking and SEO processing the site in Google, you can contact the SEO company CEO By email: info@seo.computer or WhatsApp: +79202044461
ID 129