warmseal-roofing/roofer-in-oldham.php

102 lines
7.9 KiB
PHP

<?php $areaData = ['area_name' => 'Oldham', 'area_slug' => 'oldham', 'county' => 'Greater Manchester', 'coordinates' => ['latitude' => 53.5420, 'longitude' => -2.1061]]; $URLcorrection = ""; $PageTitle = "Professional Roofer in Oldham | Roofing Services | Warmseal Roofing"; $ometa['description'] = "Leading roofer in Oldham, Greater Manchester. Warmseal Roofing provides expert roof repairs, installations & maintenance. Call 01254 492373."; $ometa['keywords'] = "roofer in oldham, oldham roofer, roofing services oldham, roof repairs oldham, roof installation, guttering, warmseal roofing"; include_once $URLcorrection . "includes/header.php"; ?>
<section class="hero-section-area padding-top-50 padding-bottom-50" style="background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('<?= $URLcorrection ?>images/hero-1.jpg'); background-size: cover; background-position: center; color: white; min-height: 400px; display: flex; align-items: center;">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1 class="text-white mb-3">Professional Roofer in <?= $areaData['area_name'] ?></h1>
<p class="lead text-white mb-4">Expert roof repairs, installations & maintenance serving <?= $areaData['area_name'] ?></p>
<div class="cta-buttons">
<a href="<?= $URLcorrection ?>contact" class="cta-btn mr-2">Free Quote</a>
<a href="tel:01254492373" class="cta-btn-secondary">01254 492373</a>
</div>
</div>
</div>
</div>
</section>
<?php include_once $URLcorrection . "includes/nav.php"; ?>
<section class="padding-top-60 padding-bottom-60 bg-light">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<h2 class="mb-4 text-center">Your Trusted Local Roofer in <?= $areaData['area_name'] ?></h2>
<p class="lead">Warmseal Roofing brings professional roofing solutions to <?= $areaData['area_name'] ?>. Your roof faces constant exposure to the elements—severe weather, temperature changes, and aging materials all pose a threat to your property's integrity. A compromised roof allows water infiltration, which can lead to costly structural damage, mold growth, and energy loss.</p>
</div>
</div>
</div>
</section>
<section class="padding-top-60 padding-bottom-60">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<h2 class="mb-5 text-center">Why Warmseal Roofing for <?= $areaData['area_name'] ?>?</h2>
<div class="row">
<div class="col-md-6 mb-4"><div class="feature-box"><div class="feature-icon"><i class="fas fa-award text-primary"></i></div><h4>Qualified & Certified</h4><p>Fully insured and qualified roofers.</p></div></div>
<div class="col-md-6 mb-4"><div class="feature-box"><div class="feature-icon"><i class="fas fa-pound-sign text-primary"></i></div><h4>Free Quotations</h4><p>Transparent pricing, no hidden costs.</p></div></div>
<div class="col-md-6 mb-4"><div class="feature-box"><div class="feature-icon"><i class="fas fa-check-circle text-primary"></i></div><h4>Guaranteed Quality</h4><p>Premium materials and expert work.</p></div></div>
</div>
</div>
</div>
</div>
</section>
<section class="padding-top-60 padding-bottom-60 bg-light">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<h2 class="mb-5 text-center">Roofing Services in <?= $areaData['area_name'] ?></h2>
<div class="services-list">
<div class="service-item mb-4"><h4><i class="fas fa-wrench text-primary mr-2"></i>Leak Detection & Repair</h4><p>Roof leaks can be notoriously difficult to locate. Our roofers use proven techniques to detect leaks accurately, then carry out precise repairs to stop the leak at its source.</p></div>
<div class="service-item mb-4"><h4><i class="fas fa-check text-primary mr-2"></i>Tile & Slate Replacement</h4><p>Broken or missing tiles and slates compromise your roof. We source matching materials and expertly replace them.</p></div>
<div class="service-item mb-4"><h4><i class="fas fa-arrow-up text-primary mr-2"></i>Ridge Repointing</h4><p>The ridge is vulnerable. We carry out professional ridge repointing to ensure weathertightness and prevent water ingress.</p></div>
<div class="service-item mb-4"><h4><i class="fas fa-water text-primary mr-2"></i>Valley Repointing & Repair</h4><p>Valley sections are critical to roof drainage. We repair and repoint valleys to prevent leaks and water damage.</p></div>
<div class="service-item mb-4"><h4><i class="fas fa-crown text-primary mr-2"></i>Dry Ridge & Verge Systems</h4><p>Modern dry ridge and verge systems offer superior weatherproofing. We install these advanced systems for long-lasting protection.</p></div>
<div class="service-item mb-4"><h4><i class="fas fa-tools text-primary mr-2"></i>Chimney & Leadwork</h4><p>Chimney repairs and lead flashing work. We ensure proper weatherproofing around all roof penetrations.</p></div>
</div>
</div>
</div>
</div>
</section>
<section class="padding-top-60 padding-bottom-60">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<h2 class="mb-4 text-center">50-Mile Service Coverage</h2>
<div class="row">
<div class="col-md-6"><ul class="service-areas-list"><li class="mb-2">✓ <?= $areaData['area_name'] ?></li><li class="mb-2">✓ Manchester</li><li class="mb-2">✓ Accrington</li><li class="mb-2">✓ Blackburn</li><li class="mb-2">✓ Preston</li><li class="mb-2">✓ Burnley</li></ul></div>
<div class="col-md-6"><ul class="service-areas-list"><li class="mb-2">✓ Bolton</li><li class="mb-2">✓ Bury</li><li class="mb-2">✓ Stockport</li><li class="mb-2">✓ Rochdale</li><li class="mb-2">✓ Wigan</li><li class="mb-2">✓ And more</li></ul></div>
</div>
</div>
</div>
</div>
</section>
<?php include_once $URLcorrection . "sections/projects.php"; include_once $URLcorrection . "sections/reviews.php"; ?>
<section class="padding-top-60 padding-bottom-60 ftco-counter">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="text-white mb-4">Professional Roofing in <?= $areaData['area_name'] ?></h2>
<p class="text-white padding-bottom-20">Get your free quotation and survey today.</p>
<p><a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">Request Free Quote</a> <a href="tel:01254492373" class="cta-btn-secondary padding-top-10">01254 492373</a></p>
</div>
</div>
</div>
</section>
<?php include_once $URLcorrection . "includes/footer.php"; $schema = ["@context" => "https://schema.org", "@type" => "RoofingContractor", "name" => "Warmseal Roofing", "url" => "https://warmseal-roofing.co.uk/roofer-in-" . strtolower($areaData['area_slug']), "telephone" => "+44-1254-492373", "email" => "info@warmseal-roofing.co.uk", "areaServed" => ["@type" => "City", "name" => $areaData['area_name']], "geo" => ["@type" => "GeoCoordinates", "latitude" => $areaData['coordinates']['latitude'], "longitude" => $areaData['coordinates']['longitude']], "image" => "https://warmseal-roofing.co.uk/images/hero-1.jpg", "description" => "Professional roofer in " . $areaData['area_name'] . " providing roof repairs, installation, and maintenance services."]; ?>
<script type="application/ld+json"><?= json_encode($schema, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT) ?></script>