Compare commits

..

5 Commits

Author SHA1 Message Date
cbb3a9721c JSON-LD schema fixes 2025-09-19 13:31:13 +02:00
bd1853ff1f png upscale 2025-09-19 12:34:44 +02:00
612616e4ec qr as SVG 6px size 2025-09-19 12:32:22 +02:00
d60cbe24d2 SEO improvements by adding more JSON-LD crap 2025-09-19 12:26:13 +02:00
1196ab20dd Merge pull request 'develop' (#3) from develop into master
Big content changes and get rid of single page garbage
Reviewed-on: #3
2025-09-05 10:16:30 +00:00
7 changed files with 360 additions and 10 deletions

BIN
static/images/qr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

BIN
static/images/qr.svg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

View File

@ -52,6 +52,74 @@
<!-- CSS and Fonts -->
<link rel="stylesheet" href="/static/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Structured Data for Search Engines -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"@id": "https://{{.Domain}}/#local-business",
"name": "{{.CompanyName}}",
"description": "Contactpagina voor Linux-migratieservice in Het Hogeland.",
"url": "https://{{.Domain}}/contact",
"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"
],
"telephone": "{{.Phone}}",
"email": "{{.Email}}",
"address": {
"@type": "PostalAddress",
"streetAddress": "{{.Street}}",
"postalCode": "{{.PostalCode}}",
"addressLocality": "{{.Village}}",
"addressCountry": "NL"
},
"geo": {
"@type": "GeoCoordinates",
"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" }
],
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Linux migratie en ondersteuning"
}
}
],
"priceRange": "€",
"image": "https://{{.Domain}}/static/images/TuxAinrom.webp",
"sameAs": [
"https://endof10.org",
"https://nl.wikipedia.org/wiki/Het_Hogeland"
]
}
</script>
</head>
<body>
{{template "header" .}}

View File

@ -38,6 +38,74 @@
<!-- CSS and Fonts -->
<link rel="stylesheet" href="/static/css/style.css">
<!-- Structured Data for Search Engines -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"@id": "https://{{.Domain}}/#local-business",
"name": "{{.CompanyName}}",
"description": "Diensten en tarieven: Linux-installaties, advies, datamigratie en ondersteuning.",
"url": "https://{{.Domain}}/diensten",
"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"
],
"telephone": "{{.Phone}}",
"email": "{{.Email}}",
"address": {
"@type": "PostalAddress",
"streetAddress": "{{.Street}}",
"postalCode": "{{.PostalCode}}",
"addressLocality": "{{.Village}}",
"addressCountry": "NL"
},
"geo": {
"@type": "GeoCoordinates",
"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" }
],
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Linux migratie en ondersteuning"
}
}
],
"priceRange": "€",
"image": "https://{{.Domain}}/static/images/TuxAinrom.webp",
"sameAs": [
"https://endof10.org",
"https://nl.wikipedia.org/wiki/Het_Hogeland"
]
}
</script>
</head>
<body>
{{template "header" .}}

View File

@ -60,9 +60,33 @@
{
"@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"
],
"telephone": "{{.Phone}}",
"email": "{{.Email}}",
"address": {
@ -74,18 +98,72 @@
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "53.4107",
"longitude": "6.4684"
"latitude": "53.36045",
"longitude": "6.46010"
},
"areaServed": {
"@type": "Place",
"name": "gemeente Het Hogeland"
},
"serviceType": "Linux migratie service",
"priceRange": "€€",
"image": "https://{{.Domain}}/static/TuxAinrom.webp",
"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" }
],
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Linux migratie en ondersteuning"
}
}
],
"priceRange": "€",
"image": "https://{{.Domain}}/static/images/TuxAinrom.webp",
"sameAs": [
"https://endof10.org"
"https://endof10.org",
"https://nl.wikipedia.org/wiki/Het_Hogeland"
]
}
</script>

View File

@ -38,6 +38,74 @@
<!-- CSS and Fonts -->
<link rel="stylesheet" href="/static/css/style.css">
<!-- Structured Data for Search Engines -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"@id": "https://{{.Domain}}/#local-business",
"name": "{{.CompanyName}}",
"description": "Informatie over Linux en distributiekeuze. Professionele hulp bij de overstap.",
"url": "https://{{.Domain}}/linux",
"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"
],
"telephone": "{{.Phone}}",
"email": "{{.Email}}",
"address": {
"@type": "PostalAddress",
"streetAddress": "{{.Street}}",
"postalCode": "{{.PostalCode}}",
"addressLocality": "{{.Village}}",
"addressCountry": "NL"
},
"geo": {
"@type": "GeoCoordinates",
"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" }
],
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Linux migratie en ondersteuning"
}
}
],
"priceRange": "€",
"image": "https://{{.Domain}}/static/images/TuxAinrom.webp",
"sameAs": [
"https://endof10.org",
"https://nl.wikipedia.org/wiki/Het_Hogeland"
]
}
</script>
</head>
<body>
{{template "header" .}}

View File

@ -45,6 +45,74 @@
<!-- CSS and Fonts -->
<link rel="stylesheet" href="/static/css/style.css">
<!-- Structured Data for Search Engines -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"@id": "https://{{.Domain}}/#local-business",
"name": "{{.CompanyName}}",
"description": "Over mij: wie ik ben en waarom ik Linux promoot in Het Hogeland.",
"url": "https://{{.Domain}}/over-mij",
"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"
],
"telephone": "{{.Phone}}",
"email": "{{.Email}}",
"address": {
"@type": "PostalAddress",
"streetAddress": "{{.Street}}",
"postalCode": "{{.PostalCode}}",
"addressLocality": "{{.Village}}",
"addressCountry": "NL"
},
"geo": {
"@type": "GeoCoordinates",
"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" }
],
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Linux migratie en ondersteuning"
}
}
],
"priceRange": "€",
"image": "https://{{.Domain}}/static/images/TuxAinrom.webp",
"sameAs": [
"https://endof10.org",
"https://nl.wikipedia.org/wiki/Het_Hogeland"
]
}
</script>
</head>
<body>
{{template "header" .}}