Add 12 original area pages from master branch - complete 25 city coverage
This commit is contained in:
parent
9bbbad8c98
commit
8f72481f64
338
roofer-in-blackburn.php
Normal file
338
roofer-in-blackburn.php
Normal file
@ -0,0 +1,338 @@
|
||||
<?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' => 6,
|
||||
'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 emergency services.";
|
||||
$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']) . ", emergency roof repairs, 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 within <?= $areaData['distance_miles'] ?> miles</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>
|
||||
<p class="text-white mt-3"><strong>Emergency repairs available - Call 01254 492373</strong></p>
|
||||
</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 emergency 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>We respond to emergency roof repair calls within 24 hours. Call us immediately on 01254 492373.</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 emergency repairs in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse1" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
We aim to respond to emergency 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>
|
||||
|
||||
222
roofer-in-bolton.php
Normal file
222
roofer-in-bolton.php
Normal file
@ -0,0 +1,222 @@
|
||||
<?php
|
||||
|
||||
// Bolton Roofing Services Page
|
||||
$areaData = [
|
||||
'area_name' => 'Bolton',
|
||||
'area_slug' => 'bolton',
|
||||
'primary_keyword' => 'roofer in Bolton',
|
||||
'distance_miles' => 22,
|
||||
'population' => '139,380',
|
||||
'postcode_example' => 'BL1 1XX',
|
||||
'nearby_areas' => ['Manchester', 'Bury', 'Wigan'],
|
||||
'county' => 'Greater Manchester',
|
||||
'coordinates' => ['latitude' => 53.5763, 'longitude' => -2.4281],
|
||||
];
|
||||
|
||||
$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.";
|
||||
$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, emergency roof repairs, slate roofing, tile roofing, guttering services, warmseal roofing";
|
||||
|
||||
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 for <?= $areaData['area_name'] ?></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>
|
||||
<p class="text-white mt-3"><strong>Emergency repairs available - Call 01254 492373</strong></p>
|
||||
</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 Professional Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead mb-4">
|
||||
Warmseal Roofing provides trusted roofing services to <?= $areaData['area_name'] ?> and the wider <?= $areaData['county'] ?> area. 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>
|
||||
|
||||
<!-- Why Choose Us -->
|
||||
<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?</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 roof repairs in <?= $areaData['area_name'] ?> within 24 hours.</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>Fully Qualified & Insured</h4>
|
||||
<p>Certified roofers with full insurance coverage.</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 Quotes</h4>
|
||||
<p>Transparent pricing 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 Guarantee</h4>
|
||||
<p>Premium materials and expert workmanship.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Services -->
|
||||
<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, 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 throughout <?= $areaData['area_name'] ?>.</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's integrity. We source matching materials and expertly replace damaged tiles and slates to restore your <?= $areaData['area_name'] ?> property's protection and appearance.</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 one of the most vulnerable parts of your roof. We carry out professional ridge repointing work in <?= $areaData['area_name'] ?> 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 throughout <?= $areaData['area_name'] ?> 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 & Dry Verge Systems</h4>
|
||||
<p>Modern dry ridge and dry verge systems offer superior weatherproofing compared to traditional mortar. We install these advanced systems in <?= $areaData['area_name'] ?> 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 are part of our comprehensive roofing services in <?= $areaData['area_name'] ?>. We ensure proper weatherproofing around all roof penetrations.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Service Areas -->
|
||||
<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">Coverage Area</h2>
|
||||
<p class="text-center mb-5">We serve a 50-mile radius 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">✓ Manchester</li>
|
||||
<li class="mb-2">✓ Accrington</li>
|
||||
<li class="mb-2">✓ Blackburn</li>
|
||||
<li class="mb-2">✓ Preston</li>
|
||||
<li class="mb-2">✓ Bury</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<ul class="service-areas-list">
|
||||
<li class="mb-2">✓ Wigan</li>
|
||||
<li class="mb-2">✓ Burnley</li>
|
||||
<li class="mb-2">✓ Oldham</li>
|
||||
<li class="mb-2">✓ Stockport</li>
|
||||
<li class="mb-2">✓ Rochdale</li>
|
||||
<li class="mb-2">✓ And more</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Projects & Reviews -->
|
||||
<?php include_once $URLcorrection . "sections/projects.php"; ?>
|
||||
<?php include_once $URLcorrection . "sections/reviews.php"; ?>
|
||||
|
||||
<!-- CTA -->
|
||||
<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-center text-white padding-bottom-20">Get your free quote today. Contact Warmseal Roofing now.</p>
|
||||
<p>
|
||||
<a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">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'],
|
||||
"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>
|
||||
|
||||
330
roofer-in-burnley.php
Normal file
330
roofer-in-burnley.php
Normal file
@ -0,0 +1,330 @@
|
||||
<?php
|
||||
|
||||
// Burnley Roofing Services Page
|
||||
$areaData = [
|
||||
'area_name' => 'Burnley',
|
||||
'area_slug' => 'burnley',
|
||||
'primary_keyword' => 'roofer in Burnley',
|
||||
'distance_miles' => 11,
|
||||
'population' => '87,776',
|
||||
'postcode_example' => 'BB10 1XX',
|
||||
'nearby_areas' => ['Accrington', 'Clitheroe', 'Padiham'],
|
||||
'county' => 'Lancashire',
|
||||
'coordinates' => ['latitude' => 53.7897, 'longitude' => -2.2385],
|
||||
];
|
||||
|
||||
$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.";
|
||||
$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']) . ", emergency roof repairs, slate roofing, tile roofing, guttering services, warmseal roofing";
|
||||
|
||||
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 nearby 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>
|
||||
<p class="text-white mt-3"><strong>Emergency repairs available - Call 01254 492373</strong></p>
|
||||
</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 provides professional roofing services in <?= $areaData['area_name'] ?> and surrounding <?= $areaData['county'] ?> areas. 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>
|
||||
<p class="mb-3">
|
||||
When you need a roofer in <?= $areaData['area_name'] ?>, you need someone you can trust. We provide transparent pricing, professional service, and fast response times for all your roofing needs.
|
||||
</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 for Your <?= $areaData['area_name'] ?> Roof?</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 covering <?= $areaData['area_name'] ?>. We're ready when you need us.</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>Fully Qualified Team</h4>
|
||||
<p>Certified, insured roofers with extensive experience on all roof types.</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>No-obligation quotes for <?= $areaData['area_name'] ?> properties. 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>Quality Guarantee</h4>
|
||||
<p>We guarantee our workmanship and use only premium materials.</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>
|
||||
|
||||
<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 throughout <?= $areaData['area_name'] ?>.</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's integrity. We source matching materials and expertly replace damaged tiles and slates to restore your <?= $areaData['area_name'] ?> property's protection and appearance.</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 one of the most vulnerable parts of your roof. We carry out professional ridge repointing work in <?= $areaData['area_name'] ?> 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 throughout <?= $areaData['area_name'] ?> 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 & Dry Verge Systems</h4>
|
||||
<p>Modern dry ridge and dry verge systems offer superior weatherproofing compared to traditional mortar. We install these advanced systems in <?= $areaData['area_name'] ?> 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 are part of our comprehensive roofing services in <?= $areaData['area_name'] ?>. We ensure proper weatherproofing around all roof penetrations.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Service Areas 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">Coverage from <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-center mb-5">We serve a 50-mile radius from 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">✓ Blackburn</li>
|
||||
<li class="mb-2">✓ Preston</li>
|
||||
<li class="mb-2">✓ Clitheroe</li>
|
||||
<li class="mb-2">✓ Darwen</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<ul class="service-areas-list">
|
||||
<li class="mb-2">✓ Great Harwood</li>
|
||||
<li class="mb-2">✓ Bolton</li>
|
||||
<li class="mb-2">✓ Bury</li>
|
||||
<li class="mb-2">✓ Manchester</li>
|
||||
<li class="mb-2">✓ Rochdale</li>
|
||||
<li class="mb-2">✓ And more</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Recent Projects -->
|
||||
<?php 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 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">
|
||||
Can you respond to emergency repairs in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse1" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Yes, we provide emergency response for <?= $areaData['area_name'] ?> within 24 hours. Call 01254 492373 immediately and we'll dispatch a team to assess your roof emergency.
|
||||
</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?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse2" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Absolutely. We provide free, no-obligation quotations for all roofing work in <?= $areaData['area_name'] ?>.
|
||||
</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 roof types can 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, pitched, UPVC and more. Whatever your roof type, we can 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 roof replacement take?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse4" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Most residential roofs take 3-7 days depending on size and complexity. We'll provide a specific timeline in your quote.
|
||||
</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 roofers are certified and qualified to work in <?= $areaData['county'] ?>.
|
||||
</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">Get Your <?= $areaData['area_name'] ?> Roof Fixed Today</h2>
|
||||
<p class="text-center text-white padding-bottom-20 padding-top-20">Contact Warmseal Roofing for a free survey and quotation. Protect your <?= $areaData['area_name'] ?> home today.</p>
|
||||
<p>
|
||||
<a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">Free 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>
|
||||
|
||||
218
roofer-in-bury.php
Normal file
218
roofer-in-bury.php
Normal file
@ -0,0 +1,218 @@
|
||||
<?php
|
||||
|
||||
// Bury Roofing Services Page
|
||||
$areaData = [
|
||||
'area_name' => 'Bury',
|
||||
'area_slug' => 'bury',
|
||||
'primary_keyword' => 'roofer in Bury',
|
||||
'distance_miles' => 27,
|
||||
'population' => '77,205',
|
||||
'postcode_example' => 'BL9 0XX',
|
||||
'nearby_areas' => ['Manchester', 'Bolton', 'Rochdale'],
|
||||
'county' => 'Greater Manchester',
|
||||
'coordinates' => ['latitude' => 53.5934, 'longitude' => -2.2917],
|
||||
];
|
||||
|
||||
$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 offers emergency repairs, installations & more. Call 01254 492373 for free quotes.";
|
||||
$ometa['keywords'] = "roofer in " . strtolower($areaData['area_name']) . ", " . strtolower($areaData['area_name']) . " roofer, roof repairs, roof installation, roofing services " . strtolower($areaData['area_name']) . ", emergency roof repairs, guttering, warmseal roofing";
|
||||
|
||||
include_once $URLcorrection . "includes/header.php";
|
||||
?>
|
||||
|
||||
<!-- Hero -->
|
||||
<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>
|
||||
<p class="text-white mt-3"><strong>Emergency Services</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include_once $URLcorrection . "includes/nav.php"; ?>
|
||||
|
||||
<!-- Intro -->
|
||||
<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">Warmseal Roofing provides professional roofing services to <?= $areaData['area_name'] ?> and surrounding areas. 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>
|
||||
|
||||
<!-- Why Us -->
|
||||
<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?</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 roof repairs within 24 hours.</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>Certified & Insured</h4>
|
||||
<p>Fully qualified with complete insurance.</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 Quotes</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>
|
||||
|
||||
<!-- Services -->
|
||||
<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">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, 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 throughout <?= $areaData['area_name'] ?>.</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's integrity. We source matching materials and expertly replace damaged tiles and slates to restore your <?= $areaData['area_name'] ?> property's protection and appearance.</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 one of the most vulnerable parts of your roof. We carry out professional ridge repointing work in <?= $areaData['area_name'] ?> 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 throughout <?= $areaData['area_name'] ?> 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 & Dry Verge Systems</h4>
|
||||
<p>Modern dry ridge and dry verge systems offer superior weatherproofing compared to traditional mortar. We install these advanced systems in <?= $areaData['area_name'] ?> 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 are part of our comprehensive roofing services in <?= $areaData['area_name'] ?>. We ensure proper weatherproofing around all roof penetrations.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Coverage -->
|
||||
<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 Coverage Area</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">✓ Bolton</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<ul class="service-areas-list">
|
||||
<li class="mb-2">✓ Rochdale</li>
|
||||
<li class="mb-2">✓ Oldham</li>
|
||||
<li class="mb-2">✓ Burnley</li>
|
||||
<li class="mb-2">✓ Stockport</li>
|
||||
<li class="mb-2">✓ Wigan</li>
|
||||
<li class="mb-2">✓ And more</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Projects & Reviews -->
|
||||
<?php include_once $URLcorrection . "sections/projects.php"; ?>
|
||||
<?php include_once $URLcorrection . "sections/reviews.php"; ?>
|
||||
|
||||
<!-- CTA -->
|
||||
<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">Get Professional Roofing in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-white padding-bottom-20">Contact Warmseal Roofing for your free survey and quotation today.</p>
|
||||
<p>
|
||||
<a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">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'],
|
||||
"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>
|
||||
|
||||
111
roofer-in-chorley.php
Normal file
111
roofer-in-chorley.php
Normal file
@ -0,0 +1,111 @@
|
||||
<?php $areaData = ['area_name' => 'Chorley', 'area_slug' => 'chorley', 'county' => 'Lancashire', 'coordinates' => ['latitude' => 53.6370, 'longitude' => -2.6347]]; $URLcorrection = ""; $PageTitle = "Professional Roofer in Chorley | Roofing Services Chorley | Warmseal Roofing"; $ometa['description'] = "Leading roofer in Chorley, Lancashire. Warmseal Roofing provides expert roof repairs, installations & maintenance. Call 01254 492373 for free quotes."; $ometa['keywords'] = "roofer in chorley, chorley roofer, roofing services chorley, roof repairs chorley, roof installation, emergency roof repairs, guttering services, 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>
|
||||
<p class="text-white mt-3"><strong>Emergency Services</strong></p>
|
||||
</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 Local Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead">Warmseal Roofing provides comprehensive roofing services to <?= $areaData['area_name'] ?>, <?= $areaData['county'] ?>. 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?</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.</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>Fully certified team with insurance.</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 Quotes</h4>
|
||||
<p>Transparent pricing, no hidden fees.</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 Guarantee</h4>
|
||||
<p>Premium materials, 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">Areas We Cover</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">✓ Preston</li><li class="mb-2">✓ Accrington</li><li class="mb-2">✓ Blackburn</li><li class="mb-2">✓ Burnley</li><li class="mb-2">✓ Manchester</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">✓ Wigan</li><li class="mb-2">✓ Oldham</li><li class="mb-2">✓ Rochdale</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 quote today from Warmseal Roofing.</p>
|
||||
<p><a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">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", "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>
|
||||
|
||||
27
roofer-in-darwen.php
Normal file
27
roofer-in-darwen.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php $areaData = ['area_name' => 'Darwen', 'area_slug' => 'darwen', 'county' => 'Lancashire', 'coordinates' => ['latitude' => 53.6897, 'longitude' => -2.3632]]; $URLcorrection = ""; $PageTitle = "Professional Roofer in Darwen | Roofing Services | Warmseal Roofing"; $ometa['description'] = "Leading roofer in Darwen, Lancashire. Warmseal Roofing provides expert roof repairs, installations & maintenance. Call 01254 492373."; $ometa['keywords'] = "roofer in darwen, darwen roofer, roofing services darwen, roof repairs darwen, roof installation, emergency repairs, 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>
|
||||
<p class="text-white mt-3"><strong>Emergency Services</strong></p>
|
||||
</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'] ?>, Lancashire. 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 Choose Warmseal?</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.</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>Fully Qualified & Insured</h4><p>Certified and fully insured team.</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, 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 Guarantee</h4><p>Premium materials and workmanship.</p></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">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></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 Area</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">✓ Accrington</li><li class="mb-2">✓ Blackburn</li><li class="mb-2">✓ Burnley</li><li class="mb-2">✓ Great Harwood</li><li class="mb-2">✓ Clitheroe</li></ul></div><div class="col-md-6"><ul class="service-areas-list"><li class="mb-2">✓ Preston</li><li class="mb-2">✓ Manchester</li><li class="mb-2">✓ Bolton</li><li class="mb-2">✓ Bury</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 quote and survey today from Warmseal Roofing.</p><p><a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">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>
|
||||
|
||||
27
roofer-in-great-harwood.php
Normal file
27
roofer-in-great-harwood.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php $areaData = ['area_name' => 'Great Harwood', 'area_slug' => 'great-harwood', 'county' => 'Lancashire', 'coordinates' => ['latitude' => 53.7790, 'longitude' => -2.3098]]; $URLcorrection = ""; $PageTitle = "Professional Roofer in Great Harwood | Roofing Services | Warmseal Roofing"; $ometa['description'] = "Leading roofer in Great Harwood, Lancashire. Warmseal Roofing provides expert roof repairs, installations & maintenance. Call 01254 492373."; $ometa['keywords'] = "roofer in great harwood, great harwood roofer, roofing services great harwood, roof repairs, roof installation, emergency repairs, 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 for <?= $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>
|
||||
<p class="text-white mt-3"><strong>Emergency repairs available - Call 01254 492373</strong></p>
|
||||
</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 Local Roofer in <?= $areaData['area_name'] ?></h2><p class="lead">Warmseal Roofing provides expert roofing services to <?= $areaData['area_name'] ?> and surrounding areas. 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?</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.</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>Certified and fully insured team.</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 Quotes</h4><p>Transparent, 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 Guarantee</h4><p>Premium materials and workmanship.</p></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">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 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-home 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 to restore protection and appearance.</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 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>Valleys 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 are part of our comprehensive roofing services. We ensure proper weatherproofing around all roof penetrations.</p></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">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">✓ Accrington</li><li class="mb-2">✓ Blackburn</li><li class="mb-2">✓ Burnley</li><li class="mb-2">✓ Preston</li><li class="mb-2">✓ Darwen</li></ul></div><div class="col-md-6"><ul class="service-areas-list"><li class="mb-2">✓ Clitheroe</li><li class="mb-2">✓ Manchester</li><li class="mb-2">✓ Bolton</li><li class="mb-2">✓ Bury</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 quote and survey today.</p><p><a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">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>
|
||||
|
||||
335
roofer-in-manchester.php
Normal file
335
roofer-in-manchester.php
Normal file
@ -0,0 +1,335 @@
|
||||
<?php
|
||||
|
||||
// Manchester Roofing Services Page
|
||||
$areaData = [
|
||||
'area_name' => 'Manchester',
|
||||
'area_slug' => 'manchester',
|
||||
'primary_keyword' => 'roofer in Manchester',
|
||||
'distance_miles' => 42,
|
||||
'population' => '547,627',
|
||||
'postcode_example' => 'M1 1XX',
|
||||
'nearby_areas' => ['Accrington', 'Bolton', 'Bury', 'Stockport'],
|
||||
'county' => 'Greater Manchester',
|
||||
'coordinates' => ['latitude' => 53.4808, 'longitude' => -2.2426],
|
||||
];
|
||||
|
||||
$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 emergency services.";
|
||||
$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']) . ", emergency roof repairs, slate roofing, tile roofing, flat roofing, guttering services, warmseal roofing";
|
||||
|
||||
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>
|
||||
<p class="text-white mt-3"><strong>Emergency repairs available - Call 01254 492373</strong></p>
|
||||
</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">Experienced Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead mb-4">
|
||||
Warmseal Roofing brings professional roofing solutions to <?= $areaData['area_name'] ?> and the wider <?= $areaData['county'] ?> area. 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. Our expert team specializes in identifying these issues early and delivering comprehensive repairs and installations to protect your home.
|
||||
</p>
|
||||
<p class="mb-3">
|
||||
As a professional roofing contractor serving <?= $areaData['area_name'] ?>, we understand the specific weather challenges local properties face. Our roofers are fully qualified to work on all roof types, from traditional slate to modern materials, and we provide transparent pricing with no hidden costs.
|
||||
</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 Manchester Residents Choose Warmseal</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>Roof emergency in <?= $areaData['area_name'] ?>? We respond to urgent calls within 24 hours to protect your property.</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>Certified & Insured</h4>
|
||||
<p>All our roofers are certified, fully insured, and meet all building regulation requirements for work in <?= $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-handshake text-primary"></i>
|
||||
</div>
|
||||
<h4>Transparent Pricing</h4>
|
||||
<p>Free, detailed quotations with no hidden charges. You'll know exactly what you're paying before we start work in <?= $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-check-circle text-primary"></i>
|
||||
</div>
|
||||
<h4>Quality Workmanship</h4>
|
||||
<p>We guarantee our work and use premium materials for roofing solutions that last decades.</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 Available in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-center mb-5">Complete roofing solutions for <?= $areaData['area_name'] ?> residential and commercial properties:</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 throughout <?= $areaData['area_name'] ?>.</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's integrity. We source matching materials and expertly replace damaged tiles and slates to restore your <?= $areaData['area_name'] ?> property's protection and appearance.</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 one of the most vulnerable parts of your roof. We carry out professional ridge repointing work in <?= $areaData['area_name'] ?> 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 throughout <?= $areaData['area_name'] ?> 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 & Dry Verge Systems</h4>
|
||||
<p>Modern dry ridge and dry verge systems offer superior weatherproofing compared to traditional mortar. We install these advanced systems in <?= $areaData['area_name'] ?> 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 are part of our comprehensive roofing services in <?= $areaData['area_name'] ?>. We ensure proper weatherproofing around all roof penetrations.</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">Coverage Areas from <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-center mb-5">Warmseal Roofing serves a 50-mile radius covering:</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">✓ Blackburn</li>
|
||||
<li class="mb-2">✓ Preston</li>
|
||||
<li class="mb-2">✓ Burnley</li>
|
||||
<li class="mb-2">✓ Bolton</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<ul class="service-areas-list">
|
||||
<li class="mb-2">✓ Bury</li>
|
||||
<li class="mb-2">✓ Chorley</li>
|
||||
<li class="mb-2">✓ Stockport</li>
|
||||
<li class="mb-2">✓ Oldham</li>
|
||||
<li class="mb-2">✓ Rochdale</li>
|
||||
<li class="mb-2">✓ And surrounding areas</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Recent Projects -->
|
||||
<?php
|
||||
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">Roofing Questions About <?= $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 roof emergencies in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse1" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
We provide emergency response for <?= $areaData['area_name'] ?> properties within 24 hours. Call 01254 492373 immediately and we'll assess your emergency and dispatch a team to prevent further 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 provide free quotes for work 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 quotations for all roofing work in <?= $areaData['area_name'] ?>. We'll visit your property, assess the work, and provide a detailed estimate.
|
||||
</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">
|
||||
Can you work on all types of roofs in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse3" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Absolutely. We work on slate, tile, flat roofing, pitched roofing, UPVC systems, and more. Whatever roof type your <?= $areaData['area_name'] ?> property has, 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">
|
||||
Most residential roof replacements take 3-7 days depending on size and complexity. We'll provide a specific timeline in your quote for <?= $areaData['area_name'] ?> work.
|
||||
</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 to work in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse5" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Yes, we are fully insured and all roofers are certified and qualified. We comply with all building regulations and health & safety standards for work throughout <?= $areaData['county'] ?>.
|
||||
</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">Need a Professional Roofer in <?= $areaData['area_name'] ?>?</h2>
|
||||
<p class="text-center text-white padding-bottom-20 padding-top-20">Contact Warmseal Roofing for expert solutions. Get your free survey and quotation today. Don't put off protecting your <?= $areaData['area_name'] ?> property.</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">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>
|
||||
|
||||
87
roofer-in-oldham.php
Normal file
87
roofer-in-oldham.php
Normal file
@ -0,0 +1,87 @@
|
||||
<?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, emergency repairs, 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>
|
||||
<p class="text-white mt-3"><strong>Emergency Services Available</strong></p>
|
||||
</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-clock text-primary"></i></div><h4>Emergency Services</h4><p>Emergency repairs within 24 hours.</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 & 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>
|
||||
|
||||
335
roofer-in-preston.php
Normal file
335
roofer-in-preston.php
Normal file
@ -0,0 +1,335 @@
|
||||
<?php
|
||||
|
||||
// Preston Roofing Services Page
|
||||
$areaData = [
|
||||
'area_name' => 'Preston',
|
||||
'area_slug' => 'preston',
|
||||
'primary_keyword' => 'roofer in Preston',
|
||||
'distance_miles' => 18,
|
||||
'population' => '141,000',
|
||||
'postcode_example' => 'PR1 1XX',
|
||||
'nearby_areas' => ['Accrington', 'Blackburn', 'Chorley'],
|
||||
'county' => 'Lancashire',
|
||||
'coordinates' => ['latitude' => 53.7584, 'longitude' => -2.7054],
|
||||
];
|
||||
|
||||
$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 emergency services.";
|
||||
$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']) . ", emergency roof repairs, 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 within <?= $areaData['distance_miles'] ?> miles</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>
|
||||
<p class="text-white mt-3"><strong>Emergency repairs available - Call 01254 492373</strong></p>
|
||||
</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 Trusted Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead mb-4">
|
||||
Warmseal Roofing brings expert roofing solutions to <?= $areaData['area_name'] ?>, <?= $areaData['county'] ?>. We've earned the trust of thousands of homeowners and businesses by providing professional roof repairs, installations, and maintenance. Whether you need emergency repairs, a complete roof replacement, or routine maintenance, our team delivers exceptional results.
|
||||
</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 <?= $areaData['area_name'] ?> Homeowners Choose Warmseal</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>We respond to emergency roof repair calls within 24 hours to protect your property.</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>Fully Qualified & Insured</h4>
|
||||
<p>All team members are certified roofers with full insurance coverage for work in <?= $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-pound-sign text-primary"></i>
|
||||
</div>
|
||||
<h4>Free Quotes</h4>
|
||||
<p>Get transparent, detailed quotes for your roofing project with no hidden fees.</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 Available in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-center mb-5">Comprehensive roofing solutions for <?= $areaData['area_name'] ?> residential and commercial properties:</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 throughout <?= $areaData['area_name'] ?>.</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's integrity. We source matching materials and expertly replace damaged tiles and slates to restore your <?= $areaData['area_name'] ?> property's protection and appearance.</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 one of the most vulnerable parts of your roof. We carry out professional ridge repointing work in <?= $areaData['area_name'] ?> 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 throughout <?= $areaData['area_name'] ?> 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 & Dry Verge Systems</h4>
|
||||
<p>Modern dry ridge and dry verge systems offer superior weatherproofing compared to traditional mortar. We install these advanced systems in <?= $areaData['area_name'] ?> 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 are part of our comprehensive roofing services in <?= $areaData['area_name'] ?>. We ensure proper weatherproofing around all roof penetrations.</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">Coverage Area from <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-center mb-5">Based in <?= $areaData['area_name'] ?>, we serve a 50-mile radius 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">✓ Blackburn</li>
|
||||
<li class="mb-2">✓ Burnley</li>
|
||||
<li class="mb-2">✓ Clitheroe</li>
|
||||
<li class="mb-2">✓ Darwen</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<ul class="service-areas-list">
|
||||
<li class="mb-2">✓ Great Harwood</li>
|
||||
<li class="mb-2">✓ Chorley</li>
|
||||
<li class="mb-2">✓ Bolton</li>
|
||||
<li class="mb-2">✓ Bury</li>
|
||||
<li class="mb-2">✓ Manchester</li>
|
||||
<li class="mb-2">✓ And more</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Recent Projects -->
|
||||
<?php
|
||||
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">Roofing Questions About <?= $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 emergency roof damage in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse1" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
We provide emergency response for <?= $areaData['area_name'] ?> properties within 24 hours. Call 01254 492373 immediately and we'll assess your roof emergency and provide rapid repairs.
|
||||
</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 quotations in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse2" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Absolutely! We provide free, no-obligation quotations for all roofing work in <?= $areaData['area_name'] ?> and the surrounding area. We'll visit your property and provide a detailed estimate.
|
||||
</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 roof materials do you specialize in?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse3" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
We work with all roof materials including slate, concrete and clay tiles, flat roofing membranes, pitched roofing, and UPVC systems. No matter your roof type in <?= $areaData['area_name'] ?>, we have the expertise.
|
||||
</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">
|
||||
What is the typical duration of a roof replacement in <?= $areaData['area_name'] ?>?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse4" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Most residential roof replacements take 3-7 days depending on roof size and complexity. We'll provide a specific timeline 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 certified?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapse5" class="collapse" data-parent="#faqAccordion">
|
||||
<div class="card-body">
|
||||
Yes, we are fully insured and all roofers are certified and qualified. We comply with all building regulations and health & safety standards for work in <?= $areaData['area_name'] ?> and Lancashire.
|
||||
</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">Professional Roofing in <?= $areaData['area_name'] ?>?</h2>
|
||||
<p class="text-center text-white padding-bottom-20 padding-top-20">Contact Warmseal Roofing today for a free survey and quotation. Don't delay protecting your <?= $areaData['area_name'] ?> home from weather damage.</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">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>
|
||||
|
||||
38
roofer-in-rochdale.php
Normal file
38
roofer-in-rochdale.php
Normal file
@ -0,0 +1,38 @@
|
||||
<?php $areaData = ['area_name' => 'Rochdale', 'area_slug' => 'rochdale', 'county' => 'Greater Manchester', 'coordinates' => ['latitude' => 53.6124, 'longitude' => -2.1584]]; $URLcorrection = ""; $PageTitle = "Professional Roofer in Rochdale | Roofing Services | Warmseal Roofing"; $ometa['description'] = "Leading roofer in Rochdale, Greater Manchester. Warmseal Roofing provides expert roof repairs, installations & maintenance. Call 01254 492373."; $ometa['keywords'] = "roofer in rochdale, rochdale roofer, roofing services rochdale, roof repairs, roof installation, emergency repairs, 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 for <?= $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>
|
||||
<p class="text-white mt-3"><strong>Emergency Services</strong></p>
|
||||
</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 Professional Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead">Warmseal Roofing provides comprehensive roofing services 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 Choose Warmseal?</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.</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>Fully certified and insured team.</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 Quotes</h4><p>Transparent, 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 Guaranteed</h4><p>Premium materials and workmanship.</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">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">Areas We Serve</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">✓ Burnley</li><li class="mb-2">✓ Blackburn</li><li class="mb-2">✓ Preston</li></ul></div><div class="col-md-6"><ul class="service-areas-list"><li class="mb-2">✓ Oldham</li><li class="mb-2">✓ Bolton</li><li class="mb-2">✓ Bury</li><li class="mb-2">✓ Stockport</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">Roofing Services in <?= $areaData['area_name'] ?></h2><p class="text-white padding-bottom-20">Get your free quote today from Warmseal Roofing.</p><p><a href="<?= $URLcorrection ?>contact" class="cta-btn padding-top-10 mr-2">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>
|
||||
|
||||
87
roofer-in-stockport.php
Normal file
87
roofer-in-stockport.php
Normal file
@ -0,0 +1,87 @@
|
||||
<?php $areaData = ['area_name' => 'Stockport', 'area_slug' => 'stockport', 'county' => 'Greater Manchester', 'coordinates' => ['latitude' => 53.4083, 'longitude' => -2.1574]]; $URLcorrection = ""; $PageTitle = "Professional Roofer in Stockport | Roofing Services | Warmseal Roofing"; $ometa['description'] = "Leading roofer in Stockport, Greater Manchester. Warmseal Roofing provides expert roof repairs, installations & maintenance. Call 01254 492373."; $ometa['keywords'] = "roofer in stockport, stockport roofer, roofing services stockport, roof repairs stockport, roof installation, emergency repairs, 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 for <?= $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>
|
||||
<p class="text-white mt-3"><strong>Emergency Services</strong></p>
|
||||
</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 Professional Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead">Warmseal Roofing provides expert roofing services to <?= $areaData['area_name'] ?> and surrounding areas. 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 Choose Warmseal Roofing?</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>Fully Qualified & Insured</h4><p>Certified roofers with complete insurance.</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 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 Guarantee</h4><p>Premium materials and expert workmanship.</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 Area 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">✓ Oldham</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 Services in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="text-white padding-bottom-20">Get your free quotation and survey today from Warmseal Roofing.</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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user