@@ -0,0 +1,22 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user