SEO improvements by adding more JSON-LD crap

This commit is contained in:
2025-09-19 12:26:13 +02:00
parent 1196ab20dd
commit d60cbe24d2
6 changed files with 340 additions and 9 deletions

View File

@ -60,9 +60,38 @@
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"@id": "https://{{.Domain}}/#local-business",
"name": "{{.CompanyName}}",
"description": "Linux-migratieservice voor Windows 10 end-of-life. Professionele installatie, datamigratie en ondersteuning.",
"url": "https://{{.Domain}}",
"knowsAbout": [
"Linux",
"Linux migratie",
"Windows 10 end-of-life",
"Ubuntu",
"Linux Mint",
"Fedora",
"Pop!_OS",
"Elementary OS",
"Debian",
"Zorin OS",
"FreeBSD",
"OpenBSD",
"Arch Linux",
"Drivers",
"Office-alternatieven",
"Back-ups",
"Datamigratie",
"Computerhulp",
"Printerinstallatie",
"Software-installatie"
],
"geoCoverage": [
"Gemeente Het Hogeland",
"Groningen",
"Nederland"
],
"telephone": "{{.Phone}}",
"email": "{{.Email}}",
"address": {
@ -74,18 +103,64 @@
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "53.4107",
"longitude": "6.4684"
},
"areaServed": {
"@type": "Place",
"name": "gemeente Het Hogeland"
"latitude": "53.36045",
"longitude": "6.46010"
},
"areaServed": [
{ "@type": "GeoCircle", "geoMidpoint": { "@type": "GeoCoordinates", "latitude": "53.36045", "longitude": "6.46010" }, "geoRadius": 30000 },
{ "@type": "Place", "name": "Gemeente Het Hogeland" },
{ "@type": "Place", "name": "Adorp" },
{ "@type": "Place", "name": "Baflo" },
{ "@type": "Place", "name": "Bedum" },
{ "@type": "Place", "name": "Den Andel" },
{ "@type": "Place", "name": "Doodstil" },
{ "@type": "Place", "name": "Eenrum" },
{ "@type": "Place", "name": "Eppenhuizen" },
{ "@type": "Place", "name": "Kloosterburen" },
{ "@type": "Place", "name": "'t Lage van de Weg" },
{ "@type": "Place", "name": "Mensingeweer" },
{ "@type": "Place", "name": "Hornhuizen" },
{ "@type": "Place", "name": "Houwerzijl" },
{ "@type": "Place", "name": "Kantens" },
{ "@type": "Place", "name": "Lauwersoog" },
{ "@type": "Place", "name": "Leens" },
{ "@type": "Place", "name": "Niekerk" },
{ "@type": "Place", "name": "Noordwolde" },
{ "@type": "Place", "name": "Onderdendam" },
{ "@type": "Place", "name": "Oosteinde" },
{ "@type": "Place", "name": "Oosternieland" },
{ "@type": "Place", "name": "Oldenzijl" },
{ "@type": "Place", "name": "Pieterburen" },
{ "@type": "Place", "name": "Rasquert" },
{ "@type": "Place", "name": "Roodeschool" },
{ "@type": "Place", "name": "Rottum" },
{ "@type": "Place", "name": "Saaxumhuizen" },
{ "@type": "Place", "name": "Sauwerd" },
{ "@type": "Place", "name": "Schouwerzijl" },
{ "@type": "Place", "name": "Stitswerd" },
{ "@type": "Place", "name": "Tinallinge" },
{ "@type": "Place", "name": "Uithuizen" },
{ "@type": "Place", "name": "Uithuizermeeden" },
{ "@type": "Place", "name": "Ulrum" },
{ "@type": "Place", "name": "Usquert" },
{ "@type": "Place", "name": "Vierhuizen" },
{ "@type": "Place", "name": "Warffum" },
{ "@type": "Place", "name": "Warfhuizen" },
{ "@type": "Place", "name": "Wehe-den Hoorn" },
{ "@type": "Place", "name": "Westernieland" },
{ "@type": "Place", "name": "Wetsinge" },
{ "@type": "Place", "name": "Winsum" },
{ "@type": "Place", "name": "Zandeweer" },
{ "@type": "Place", "name": "Zoutkamp" },
{ "@type": "Place", "name": "Zuidwolde" },
{ "@type": "Place", "name": "Zuurdijk" }
],
"serviceType": "Linux migratie service",
"priceRange": "€",
"image": "https://{{.Domain}}/static/TuxAinrom.webp",
"priceRange": "€",
"image": "https://{{.Domain}}/static/images/TuxAinrom.webp",
"sameAs": [
"https://endof10.org"
"https://endof10.org",
"https://nl.wikipedia.org/wiki/Het_Hogeland"
]
}
</script>