Matchlab Express

Highlighted vacancies

Highlighted vacancies allow you to showcase specific jobs based on criteria like tags or departments. This section is perfect for drawing attention to key roles.

Setting Up Highlighted Vacancies

Make sure you start with the default implementation

To customize the highlighted vacancies within your Express app, use the following settings:

Customize the highlighted vacancies to fit your content strategy and provide users with quick access to top jobs.

Normal variant

<div
      id="express-app"
      data-locale="nl"
      data-api-key="YOUR_API_KEY"
      data-highlighted
      data-variant="normal"
></div>

Compact variant with limit

<div
      id="express-app"
      data-locale="nl"
      data-api-key="YOUR_API_KEY"
      data-highlighted
      data-variant="compact"
      data-limit="2"
></div>

Normal variant filtered on department

<div
      id="express-app"
      data-locale="nl"
      data-api-key="YOUR_API_KEY"
      data-highlighted
      data-variant="normal"
      data-department-filter="Marketing"
></div>

Compact variant filtered on tag

<div
      id="express-app"
      data-locale="nl"
      data-api-key="YOUR_API_KEY"
      data-highlighted
      data-variant="compact"
      data-tag-filter="prio"
></div>