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>
This commit is contained in:
parent
c187f29e4b
commit
5a6635b9ec
13 changed files with 108 additions and 27 deletions
35
public/sitemap.xml
Normal file
35
public/sitemap.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/</loc>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/bedrijfsvideo</loc>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/vastgoed</loc>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/recreatie</loc>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/sport</loc>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/evenementen</loc>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/contact</loc>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://vandevliet-aerialshots.com/privacy</loc>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue