23 lines
743 B
HTML
23 lines
743 B
HTML
<!doctype html>
|
|
<html lang="nl">
|
|
<head>
|
|
<title>Voorbeeld werkgever</title>
|
|
<link rel="alternate" type="application/rss+xml" title="Vacaturefeed" href="/feed/jobs.xml">
|
|
</head>
|
|
<body>
|
|
<a href="/werken-bij">Werken bij ons</a>
|
|
<a href="https://jobs.example.org/vacatures/">Vacatures</a>
|
|
<a href="https://www.linkedin.com/jobs">Jobs op LinkedIn</a>
|
|
<a href="https://localhost/vacatures">Interne testpagina</a>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "JobPosting",
|
|
"title": "Data Engineer",
|
|
"url": "https://jobs.example.org/vacatures/data-engineer",
|
|
"applyUrl": "https://jobs.example.org/vacatures/data-engineer/solliciteer"
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|