Initial deploy setup
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-21 14:00:00 +02:00
commit b8091e59bd
285 changed files with 27854 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Example jobs</title>
<link>https://jobs.example.org/feed/jobs</link>
<description>Vacatures</description>
<item>
<title>Cloud Architect</title>
<link>https://jobs.example.org/vacatures/cloud-architect</link>
<guid>VR-DEMO-003</guid>
<pubDate>Mon, 20 Jul 2026 09:00:00 +0200</pubDate>
<description><![CDATA[Ontwerp en beheer hybride cloudomgeving.]]></description>
</item>
<item>
<title>Platform recruiter feed</title>
<link>https://www.linkedin.com/jobs/contractor</link>
<guid>VR-DEMO-004</guid>
</item>
</channel>
</rss>
@@ -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>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://jobs.example.org/sitemap-jobs.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.linkedin.com/jobs</loc>
</sitemap>
</sitemapindex>
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://jobs.example.org/vacatures/data-engineer</loc>
</url>
<url>
<loc>https://jobs.example.org/</loc>
</url>
<url>
<loc>https://www.linkedin.com/jobs</loc>
</url>
</urlset>