refactor: Enhance contextual links across multiple pages for improved navigation
This commit is contained in:
parent
a5d75fbee7
commit
402cb9675c
@ -1,3 +1,10 @@
|
||||
<!-- Advanced LocalBusiness Schema -->
|
||||
<script type="application/ld+json">
|
||||
<?php
|
||||
include_once $URLcorrection . "meta/local-business-schema.php";
|
||||
echo json_encode(getLocalBusinessSchema(), JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE|JSON_PRETTY_PRINT);
|
||||
?>
|
||||
</script>
|
||||
<?php
|
||||
|
||||
$Ometa = array();
|
||||
|
||||
@ -21,6 +21,14 @@ include_once $URlcorrection . "includes/nav.php";
|
||||
<p class="text-center">At Warmseal, we specialise in comprehensive roof repairs, ensuring your roof remains a robust, watertight barrier against the unpredictable British weather. From pinpointing elusive leaks to re-pointing crucial structural elements, our experienced team provides reliable, long-lasting solutions.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contextual Links -->
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 text-center">
|
||||
<hr>
|
||||
<p class="lead">Looking for more than just repairs? Explore our <a href="/roofing-solutions.php">new roof installations</a>, <a href="/roofline-services.php">roofline & guttering</a>, or see our <a href="/projects.php">recent projects</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
@ -22,6 +22,14 @@ include_once $URlcorrection . "includes/nav.php";
|
||||
<p class="text-center">At Warmseal, we are specialists in all aspects of new roof construction and re-roofing projects across [Your Service Area, e.g., Lancashire]. Our expertise extends to a variety of roofing materials and styles, including traditional pitched roofs and modern flat roofing systems, ensuring a durable, high-performance solution tailored to your property.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contextual Links -->
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 text-center">
|
||||
<hr>
|
||||
<p class="lead">Also see our <a href="/roof-repairs.php">roof repairs</a>, <a href="/roofline-services.php">roofline & guttering</a>, or <a href="/projects.php">recent projects</a> for more services.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
@ -21,6 +21,14 @@ include_once $URlcorrection . "includes/nav.php";
|
||||
<p class="text-center">Choosing UPVC for your roofline components offers a modern, long-lasting solution that significantly reduces maintenance and enhances the aesthetic appeal of your property.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contextual Links -->
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 text-center">
|
||||
<hr>
|
||||
<p class="lead">Need roof repairs or a new roof? See our <a href="/roof-repairs.php">roof repairs</a>, <a href="/roofing-solutions.php">new roof installations</a>, or <a href="/projects.php">gallery of completed work</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
19
services.php
19
services.php
@ -10,5 +10,24 @@ include_once $URlcorrection . "includes/header.php";
|
||||
include_once $URlcorrection . "includes/banner.php";
|
||||
include_once $URlcorrection . "includes/nav.php";
|
||||
include_once $URlcorrection . "sections/services-3.php";
|
||||
|
||||
<!-- Contextual Links -->
|
||||
<section class="bg-light py-4">
|
||||
<div class="container text-center">
|
||||
<hr>
|
||||
<p class="lead mb-0">Explore our <a href="/roof-repairs.php">roof repairs</a>, <a href="/roofing-solutions.php">new roof installations</a>, <a href="/roofline-services.php">roofline & guttering</a>, or <a href="/projects.php">gallery of completed work</a>.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
?>
|
||||
<!-- Contextual Links -->
|
||||
<section class="bg-light py-4">
|
||||
<div class="container text-center">
|
||||
<hr>
|
||||
<p class="lead mb-0">Explore our <a href="/roof-repairs.php">roof repairs</a>, <a href="/roofing-solutions.php">new roof installations</a>, <a href="/roofline-services.php">roofline & guttering</a>, or <a href="/projects.php">gallery of completed work</a>.</p>
|
||||
</div>
|
||||
</section>
|
||||
<?php
|
||||
include_once $URlcorrection . "sections/reviews.php";
|
||||
include_once $URlcorrection . "includes/footer.php";
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
|
||||
<url>
|
||||
<loc>https://warmseal-roofing.co.uk/</loc>
|
||||
<lastmod>2025-06-10T08:04:20+00:00</lastmod>
|
||||
<lastmod>2025-10-02T08:00:00+00:00</lastmod>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user