Files
VacatureRadar/fixtures/discovery/html_candidate_discovery.html
T
Jens b8091e59bd
deploy / deploy (push) Canceled after 0s
Initial deploy setup
2026-07-21 14:00:00 +02:00

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>