Adding special markings to pages with vacancies allows you to improve their display in the results of the Google search. This helps to attract more qualified candidates and increases the conversion.
For the correct display of vacancies, it is necessary to use structured data of the JobPosting type. Here are the main steps:
| Property | Description |
|---|---|
| Title | The name of the position |
| Description | Detailed description of vacancies in -format |
| DATEPOSTED | The date of publication vacancies |
| Hiringorganization | Information about the employee company |
| Joblocation | Place of work |
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "JobPosting",
"title": "Менеджер по продажам",
"description": "<p>Требуется менеджер по продажам в отдел B2B.</p>",
"datePosted": "2024-03-15",
"hiringOrganization": {
"@type": "Organization",
"name": "Название компании",
"sameAs": "https://www.example.com"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Москва",
"addressCountry": "RU"
}
}
}
</script>For vacancies with the possibility of remote work, it is necessary to specify special properties:
"jobLocationType": "TELECOMMUTE",
"applicantLocationRequirements": {
"@type": "Country",
"name": "Россия"
}Before publication, be sure to check the markings using the testing tool for the advanced results. Make sure that the pages are available for indexing and not blocked in the Robots.txt file.
For professional configuration of the structured data of your site, contact SEO.computer: info@seo.computer, WhatsApp +79202044461
ID: 13