351 lines
18 KiB
PHP
351 lines
18 KiB
PHP
<?php
|
|
|
|
// Area-Specific Roofing Page Template
|
|
// Copy this file and customize the $areaData array for each location
|
|
|
|
$areaData = [
|
|
'area_name' => 'Blackburn',
|
|
'area_slug' => 'blackburn',
|
|
'primary_keyword' => 'roofer in Blackburn',
|
|
'distance_miles' => 50,
|
|
'population' => '99,251',
|
|
'postcode_example' => 'BB1 1XX',
|
|
'nearby_areas' => ['Accrington', 'Darwen', 'Great Harwood'],
|
|
'county' => 'Lancashire',
|
|
'coordinates' => ['latitude' => 53.7449, 'longitude' => -2.4829],
|
|
];
|
|
|
|
$URLcorrection = "";
|
|
$PageTitle = "Professional Roofer in " . $areaData['area_name'] . " | Roofing Services " . $areaData['area_name'] . " | Warmseal Roofing";
|
|
$ometa['description'] = "Leading roofer in " . $areaData['area_name'] . ", " . $areaData['county'] . ". Warmseal Roofing provides expert roof repairs, installations, and maintenance. Call 01254 492373 for free quotes and .";
|
|
$ometa['keywords'] = "roofer in " . strtolower($areaData['area_name']) . ", " . strtolower($areaData['area_name']) . " roofer, roofing services " . strtolower($areaData['area_name']) . ", roof repairs " . strtolower($areaData['area_name']) . ", roof installation " . strtolower($areaData['area_name']) . ", roofing contractors " . strtolower($areaData['area_name']) . ", slate roofing, tile roofing, flat roofing, guttering services, roofline services, moss removal, roof cleaning, " . strtolower($areaData['county']) . " roofer, warmseal roofing, professional roofer";
|
|
|
|
include_once $URLcorrection . "includes/header.php";
|
|
?>
|
|
|
|
<!-- Hero Section -->
|
|
<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'] ?> and surrounding areas</p>
|
|
<div class="cta-buttons">
|
|
<a href="<?= $URLcorrection ?>contact" class="cta-btn mr-2">Get Free Quote</a>
|
|
<a href="tel:01254492373" class="cta-btn-secondary">Call: 01254 492373</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php include_once $URLcorrection . "includes/nav.php"; ?>
|
|
|
|
<!-- Introduction Section -->
|
|
<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 Local Roofer in <?= $areaData['area_name'] ?></h2>
|
|
<p class="lead mb-4">
|
|
Warmseal Roofing is your trusted local roofer serving <?= $areaData['area_name'] ?>, <?= $areaData['county'] ?>. We provide comprehensive roofing solutions including roof repairs, new installations, and preventative maintenance. Whether you're dealing with storm damage, a leaking roof, or planning a full roof replacement, our team of qualified roofers is here to help.
|
|
</p>
|
|
<p class="mb-3">
|
|
A damaged roof isn't just an aesthetic concern; it's a direct threat to the safety and integrity of your entire property. Even minor issues like a loose tile or a small crack can quickly escalate into significant problems, leading to damp, timber rot, and costly internal damage. We specialise in comprehensive roof repairs, ensuring your roof remains a robust, watertight barrier against the unpredictable British weather.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Why Choose Us 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 Choose Warmseal Roofing in <?= $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-clock text-primary"></i>
|
|
</div>
|
|
<h4>Emergency Services</h4>
|
|
<p>Emergency repairs within 24 hours for <?= $areaData['area_name'] ?>.</p>
|
|
</div>
|
|
</div>
|
|
<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 & Insured</h4>
|
|
<p>All our roofers are fully qualified, insured, and certified to work on all roof types and materials.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 mb-4">
|
|
<div class="feature-box">
|
|
<div class="feature-icon">
|
|
<i class="fas fa-pounds-sign text-primary"></i>
|
|
</div>
|
|
<h4>Free No-Obligation Quotes</h4>
|
|
<p>Get a detailed, transparent quote for your roofing project with 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>Quality Workmanship</h4>
|
|
<p>We use premium materials and provide reliable, long-lasting solutions.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Services Available 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>
|
|
<p class="text-center mb-5">We provide a full range of roofing services to <?= $areaData['area_name'] ?> residents and businesses:</p>
|
|
|
|
<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, often manifesting far from the actual source. Our skilled roofers employ proven techniques to accurately detect roof leaks. Once identified, we carry out precise repairs to stop the leak at its source.</p>
|
|
</div>
|
|
|
|
<div class="service-item mb-4">
|
|
<h4><i class="fas fa-home text-primary mr-2"></i>Tile & Slate Replacement</h4>
|
|
<p>Cracked, slipped, or missing tiles and slates are common culprits for water ingress. We efficiently replace individual damaged tiles and slates, matching them to your existing roof where possible, restoring the integrity and appearance of your roof.</p>
|
|
</div>
|
|
|
|
<div class="service-item mb-4">
|
|
<h4><i class="fas fa-check text-primary mr-2"></i>Ridge Repointing</h4>
|
|
<p>The ridge tiles at the apex of your roof are critical. Over time, the mortar holding them in place can crack and erode. Our expert ridge repointing service involves carefully removing old, failing mortar and applying fresh, durable mortar.</p>
|
|
</div>
|
|
|
|
<div class="service-item mb-4">
|
|
<h4><i class="fas fa-water text-primary mr-2"></i>Valley Repointing & Repair</h4>
|
|
<p>Roof valleys channel significant amounts of water and are prone to wear. Our valley repointing service repairs or replaces the mortar in these crucial channels, ensuring a watertight seal and preventing leaks in vulnerable areas.</p>
|
|
</div>
|
|
|
|
<div class="service-item mb-4">
|
|
<h4><i class="fas fa-broom text-primary mr-2"></i>Dry Ridge & Dry Verge Systems</h4>
|
|
<p>Our PVC Dry Ridge and Dry Verge systems provide highly durable and watertight solutions. They securely cap the ridge and edges, eliminating the need for traditional mortar and offering superior protection against leaks and wear.</p>
|
|
</div>
|
|
|
|
<div class="service-item mb-4">
|
|
<h4><i class="fas fa-crown text-primary mr-2"></i>Chimney & Leadwork</h4>
|
|
<p>Chimneys and lead flashing are exposed to extreme weather and common sources of leaks. We offer comprehensive chimney repair services, including repointing and leadwork, to ensure they remain stable and watertight.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Service Areas from <?= $areaData['area_name'] ?> 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">Roofing Coverage from <?= $areaData['area_name'] ?></h2>
|
|
<p class="text-center mb-5">Based in <?= $areaData['area_name'] ?>, we serve a wide area within a 50-mile radius of Accrington, including:</p>
|
|
|
|
<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">✓ Accrington</li>
|
|
<li class="mb-2">✓ Preston</li>
|
|
<li class="mb-2">✓ Burnley</li>
|
|
<li class="mb-2">✓ Blackburn</li>
|
|
<li class="mb-2">✓ Clitheroe</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="service-areas-list">
|
|
<li class="mb-2">✓ Great Harwood</li>
|
|
<li class="mb-2">✓ Darwen</li>
|
|
<li class="mb-2">✓ Bolton</li>
|
|
<li class="mb-2">✓ Bury</li>
|
|
<li class="mb-2">✓ Manchester</li>
|
|
<li class="mb-2">✓ And surrounding areas</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Recent Projects -->
|
|
<?php
|
|
// Display recent projects relevant to this area
|
|
include_once $URLcorrection . "sections/projects.php";
|
|
?>
|
|
|
|
<!-- Testimonials/Reviews -->
|
|
<?php
|
|
include_once $URLcorrection . "sections/reviews.php";
|
|
?>
|
|
|
|
<!-- FAQ Section -->
|
|
<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-5 text-center">FAQ - Roofing Services in <?= $areaData['area_name'] ?></h2>
|
|
|
|
<div class="accordion" id="faqAccordion">
|
|
<div class="card mb-3">
|
|
<div class="card-header" id="heading1">
|
|
<h5 class="mb-0">
|
|
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapse1">
|
|
How quickly can you respond to in <?= $areaData['area_name'] ?>?
|
|
</button>
|
|
</h5>
|
|
</div>
|
|
<div id="collapse1" class="collapse" data-parent="#faqAccordion">
|
|
<div class="card-body">
|
|
We aim to respond to roof repair calls in <?= $areaData['area_name'] ?> within 24 hours. Call us immediately on 01254 492373 and we'll get a team out to assess the damage.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card mb-3">
|
|
<div class="card-header" id="heading2">
|
|
<h5 class="mb-0">
|
|
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapse2">
|
|
Do you offer free quotes in <?= $areaData['area_name'] ?>?
|
|
</button>
|
|
</h5>
|
|
</div>
|
|
<div id="collapse2" class="collapse" data-parent="#faqAccordion">
|
|
<div class="card-body">
|
|
Yes! We provide free, no-obligation quotes for all roofing work in <?= $areaData['area_name'] ?> and surrounding areas. We'll visit your property, assess the work needed, and provide a detailed quote.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card mb-3">
|
|
<div class="card-header" id="heading3">
|
|
<h5 class="mb-0">
|
|
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapse3">
|
|
What types of roofs do you work on?
|
|
</button>
|
|
</h5>
|
|
</div>
|
|
<div id="collapse3" class="collapse" data-parent="#faqAccordion">
|
|
<div class="card-body">
|
|
We work on all roof types including slate, tile, flat roofing, pitched roofing, and more. Whatever your roof type in <?= $areaData['area_name'] ?>, we have the expertise to help.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card mb-3">
|
|
<div class="card-header" id="heading4">
|
|
<h5 class="mb-0">
|
|
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapse4">
|
|
How long does a roof replacement take?
|
|
</button>
|
|
</h5>
|
|
</div>
|
|
<div id="collapse4" class="collapse" data-parent="#faqAccordion">
|
|
<div class="card-body">
|
|
The timeline depends on the roof size and complexity. Most residential roof replacements take 3-7 days. We'll provide an accurate estimate during your free consultation.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card mb-3">
|
|
<div class="card-header" id="heading5">
|
|
<h5 class="mb-0">
|
|
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapse5">
|
|
Are you insured and qualified?
|
|
</button>
|
|
</h5>
|
|
</div>
|
|
<div id="collapse5" class="collapse" data-parent="#faqAccordion">
|
|
<div class="card-body">
|
|
Yes, we are fully insured and all our roofers are certified and qualified. We comply with all building regulations and health & safety standards for work in <?= $areaData['area_name'] ?>.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA Section -->
|
|
<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">Ready to Get Your Roof Fixed?</h2>
|
|
<p class="text-center text-white padding-bottom-20 padding-top-20">Don't compromise on the most vital part of your <?= $areaData['area_name'] ?> home. Contact Warmseal Roofing today for a free, no-obligation survey and quotation for your roofing project.</p>
|
|
<p>
|
|
<a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">Request a Quote</a>
|
|
<a href="tel:01254492373" class="cta-btn-secondary padding-top-10">Call: 01254 492373</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php
|
|
include_once $URLcorrection . "includes/footer.php";
|
|
|
|
// Generate Location-Specific Schema
|
|
$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'],
|
|
"containedInPlace" => [
|
|
"@type" => "AdministrativeArea",
|
|
"name" => $areaData['county']
|
|
]
|
|
],
|
|
"geo" => [
|
|
"@type" => "GeoCoordinates",
|
|
"latitude" => $areaData['coordinates']['latitude'],
|
|
"longitude" => $areaData['coordinates']['longitude']
|
|
],
|
|
"image" => "https://warmseal-roofing.co.uk/images/hero-1.jpg",
|
|
"priceRange" => "£££",
|
|
"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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|