{
“@context”: “https://schema.org”,
“@type”: “LocalBusiness”,
“name”: “Dakslopers.nl – Dakverwijdering Etten Leur”,
“description”: “Professionele dakverwijdering en daksloop diensten in Etten Leur en omgeving”,
“url”: “https://dakslopers.nl/dak-slopen-etten-leur/”,
“telephone”: “+31853332935”,
“email”: “info@dakslopers.nl”,
“address”: {
“@type”: “PostalAddress”,
“addressLocality”: “Etten Leur”,
“addressRegion”: “Noord-Brabant”,
“addressCountry”: “NL”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: “51.5”,
“longitude”: “5.2”
},
“areaServed”: {
“@type”: “City”,
“name”: “Etten Leur”,
“containedInPlace”: {
“@type”: “State”,
“name”: “Noord-Brabant”
}
},
“serviceArea”: {
“@type”: “GeoCircle”,
“geoMidpoint”: {
“@type”: “GeoCoordinates”,
“latitude”: “51.5”,
“longitude”: “5.2”
},
“geoRadius”: “25000”
},
“priceRange”: “€25-€45 per m²”,
“openingHours”: “Mo-Su 00:00-23:59”,
“hasOfferCatalog”: {
“@type”: “OfferCatalog”,
“name”: “Dakverwijdering Diensten”,
“itemListElement”: [
{
“@type”: “Offer”,
“itemOffered”: {
“@type”: “Service”,
“name”: “Bitumen Dak Verwijderen”,
“description”: “Professionele verwijdering van bitumen dakbedekking inclusief isolatie”
},
“priceSpecification”: {
“@type”: “PriceSpecification”,
“price”: “25-35”,
“priceCurrency”: “EUR”,
“unitCode”: “MTK”
}
}
]
},
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “4.8”,
“reviewCount”: “127”,
“bestRating”: “5”
}
}
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “Wat kost dakverwijdering per m² in Etten Leur?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Gemiddeld tussen €25 en €45 per m², afhankelijk van daktype, bereikbaarheid en afvalkosten. Voor projecten in Etten Leur bieden wij altijd een gratis inspectie en vaste offerte.”
}
},
{
“@type”: “Question”,
“name”: “Hoe snel kunnen jullie starten in Etten Leur?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Bij spoedprojecten kunnen wij vaak binnen 48 uur starten. Voor Etten Leur zijn wij binnen 2 uur ter plaatse voor een inspectie.”
}
}
]
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; line-height: 1.6; color: #333; }
.skip-link { position: absolute; top: -40px; left: 6px; background: #000; color: #fff; padding: 8px; text-decoration: none; z-index: 1000; }
.skip-link:focus { top: 6px; }
.hero { background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%); color: white; padding: 60px 20px; text-align: center; position: relative; }
.hero h1 { color: white; font-size: 2.5rem; font-weight: bold; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.hero p { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.trust-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.trust-badge { background: rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; }
.cta-container { display: flex; flex-direction: column; gap: 15px; align-items: center; max-width: 400px; margin: 0 auto; }
.cta-primary { background: rgba(255,255,255,0.2); color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; border: 2px solid white; transition: all 0.3s ease; display: inline-block; min-width: 280px; text-align: center; }
.cta-secondary { display: flex; gap: 10px; width: 100%; max-width: 300px; }
.cta-phone { background: #28a745; color: white; padding: 12px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: all 0.3s ease; flex: 1; text-align: center; font-size: 0.9rem; }
.cta-whatsapp { background: #25d366; color: white; padding: 12px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: all 0.3s ease; flex: 1; text-align: center; font-size: 0.9rem; }
.section { padding: 40px 20px; }
.container { max-width: 1200px; margin: 0 auto; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.card { background: #f8f9fa; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); text-align: center; }
.icon { background: #c41e3a; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 1.5rem; }
.service-card { background: #f8f9fa; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); text-align: center; }
.price-box { background: rgba(196, 30, 58, 0.1); padding: 10px; border-radius: 5px; font-weight: bold; color: #c41e3a; margin-top: 15px; }
.faq-item { margin-bottom: 30px; background: white; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.contact-section { background: linear-gradient(135deg, #c41e3a 0%, #8b1538 100%); color: white; padding: 40px; border-radius: 8px; text-align: center; }
@media (max-width: 768px) {
.hero h1 { font-size: 2rem; }
.cta-secondary { flex-direction: column; }
.grid { grid-template-columns: 1fr; }
}
Dak slopen in Etten Leur? Wij regelen het veilig & snel.
Gespecialiseerd in professionele daksloop voor aannemers en projectontwikkelaars. VCA‑gecertificeerd team, 6 jaar ervaring.
Waarom kiezen voor Dakslopers.nl in Etten Leur?
24/7 Spoedservice
Binnen 2 uur ter plaatse in Etten Leur en omgeving
Garantie tot op het beton
Garantie tot op het beton, staal of beton
Lokaal Actief
Actief in Noord-Brabant sinds 2019
Transparante Prijzen
Vaste prijs, geen verrassingen achteraf
Volledig verzekerd & gecertificeerd
Veiligheid voorop
Tot €2.5 miljoen
KvK-nummer:
Voor aannemers, projectontwikkelaars en vastgoedbeheerders in Etten Leur is Dakslopers.nl dé partner voor professionele dakverwijdering. Met een VCA‑gecertificeerd team, moderne apparatuur en volledige verzekering garanderen wij een veilige en efficiënte uitvoering van elk daksloopproject.
-
Gespecialiseerd in bitumen, EPDM & PVC daken -
Volledige afvoer & recycling van materialen, incl. afvalstroomnummer -
Gratis locatie‑inspectie en transparante vaste prijs -
Slechts 25 km van Etten Leur – snel ter plaatse
Onze daksloopdiensten in Etten Leur
Bitumen dak verwijderen
Verwijdering inclusief isolatie en afvoer. Binnen 1 dag gereed tot 150m².
EPDM & PVC daken
Specialistische sloop van kunststof dakbedekking met warm lucht of afscheursysteem.
Ons werkproces in Etten Leur
Gratis Inspectie
Binnen 24 uur ter plaatse in Etten Leur
Vaste Offerte
Transparante prijzen, geen verrassingen
Veilige Uitvoering
VCA gecertificeerd team
Complete Afvoer
Inclusief afvalstroomnummer
Veelgestelde vragen over daksloop in Etten Leur
Wat kost dakverwijdering per m² in Etten Leur?
Gemiddeld tussen €25 en €45 per m², afhankelijk van daktype, bereikbaarheid en afvalkosten. Voor projecten in Etten Leur bieden wij altijd een gratis inspectie en vaste offerte.
Hoe snel kunnen jullie starten in Etten Leur?
Bij spoedprojecten kunnen wij vaak binnen 48 uur starten. Voor Etten Leur zijn wij binnen 2 uur ter plaatse voor een inspectie, afhankelijk van vergunningen en planning.
Regelen jullie de afvalafvoer in Etten Leur?
Ja, wij verzorgen de complete afvoer volgens de lokale voorschriften van Etten Leur en leveren desgewenst afvalstroom‑ en weegbonnen voor uw administratie.
Hebben jullie ervaring met projecten in Etten Leur?
Absoluut! Wij zijn al sinds 2019 actief in Noord-Brabant en hebben talloze projecten in Etten Leur en omgeving succesvol afgerond. Onze lokale kennis zorgt voor efficiënte planning en uitvoering.
Klaar voor uw dakverwijdering project in Etten Leur?
Ons VCA‑gecertificeerde team staat 24/7 voor u klaar. Neem vandaag nog contact op voor een gratis inspectie en vrijblijvende offerte.
GRATIS OFFERTE AANVRAGEN
📧 info@dakslopers.nl | 🕐 24/7 bereikbaar voor spoedgevallen
📍 Meer Daksloopdiensten
Ontdek onze volledige range aan professionele daksloopdiensten:
✅ Professioneel • 🚀 Snel • 💯 Betrouwbaar