Vandevliet.AerialShots.Website/public/contact.html
Bob Vandevliet 5a6635b9ec SEO audit fixes: robots.txt, sitemap, canonical tags, schema.
Add robots.txt and sitemap.xml for crawlability.
Add rel=canonical to all 8 pages.
Add LocalBusiness JSON-LD schema to homepage.
Fix homepage title/description for keyword targeting.
Fix orphaned Q/A schema by wrapping in FAQPage.
Remove aggressive no-cache meta tags from head partial.
Remove trailing # from internal links.
Add loading=lazy to below-fold homepage images.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:29:12 +01:00

41 lines
No EOL
1.5 KiB
HTML

<!--# set var='title' value='Contact' -->
<!--# set var='description' value='Neem contact op voor een vrijblijvende offerte. FPV dronevideo voor bedrijven, vastgoed, recreatie, sport en evenementen.' -->
<!DOCTYPE html>
<html lang="nl" data-bs-theme="dark">
<head>
<!--# include file='/includes/partials/head-content.html' -->
<title><!--# echo var='title' --> • Vandevliet Aerial Shots</title>
<meta name="description" content="<!--# echo var='description' -->">
<link rel="canonical" href="https://vandevliet-aerialshots.com/contact">
<meta property="og:title" content="<!--# echo var='title' --> • Vandevliet Aerial Shots">
<meta property="og:description" content="<!--# echo var='description' -->">
<meta property="og:type" content="website">
<meta property="og:locale" content="nl_NL">
<meta property="og:url" content="https://vandevliet-aerialshots.com/contact">
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
</head>
<body class="d-flex flex-column min-vh-100">
<header>
<!--# include file='/includes/components/nav.html' -->
</header>
<main>
<section class="container-xxl pb-0">
<h1 id="contact" class="text-center">Contact</h1>
<!--# include file='/includes/components/contact-row.html' -->
</section>
<!-- Nothing more here yet, contact form will be added later.. -->
</main>
<footer class="bg-secondary-subtle">
<!--# include file='/includes/partials/footer-bottom.html' -->
</footer>
</body>
</html>