Wire all pages to navigation and fix broken links
- Add services, locations, and resources to footer navigation across all pages - Update footer in 22+ files with consistent navigation structure - Add service pages: competitive-intelligence, price-monitoring, data-cleaning - Add location pages: london, manchester, birmingham - Update all sitemaps (sitemap.php, sitemap.xml, sitemap-services.xml, sitemap-index.xml) - Fix broken /contact links (changed to /#contact) - Fix broken contact.php references (changed to /quote) - Fix faq-enhanced.php with correct service links - Fix london.php file permissions (600 -> 644) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -506,10 +506,10 @@ $read_time = 12;
|
||||
<span class="read-time">6 min read</span>
|
||||
<a href="gdpr-data-minimisation-practices.php" class="read-more">Read →</a>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="article-card">
|
||||
@@ -519,10 +519,10 @@ $read_time = 12;
|
||||
<span class="read-time">8 min read</span>
|
||||
<a href="javascript-heavy-sites-scraping.php" class="read-more">Read →</a>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="article-card">
|
||||
@@ -532,10 +532,10 @@ $read_time = 12;
|
||||
<span class="read-time">10 min read</span>
|
||||
<a href="retail-price-monitoring-strategies.php" class="read-more">Read →</a>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
@@ -545,10 +545,10 @@ $read_time = 12;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- CTA Section -->
|
||||
@@ -578,20 +578,28 @@ $read_time = 12;
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Enterprise Services</h3>
|
||||
<h3>Our Services</h3>
|
||||
<ul>
|
||||
<li><a href="/#services">Web Intelligence & Monitoring</a></li>
|
||||
<li><a href="/#services">Technology Platform Solutions</a></li>
|
||||
<li><a href="/#services">Data Management Services</a></li>
|
||||
<li><a href="/#services">Process Automation & APIs</a></li>
|
||||
<li><a href="/#services">Custom Development</a></li>
|
||||
<li><a href="/services/competitive-intelligence">Competitive Intelligence</a></li>
|
||||
<li><a href="/services/price-monitoring">Price Monitoring</a></li>
|
||||
<li><a href="/services/data-cleaning">Data Cleaning</a></li>
|
||||
<li><a href="/#services">All Services</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Locations</h3>
|
||||
<ul>
|
||||
<li><a href="/locations/london">London</a></li>
|
||||
<li><a href="/locations/manchester">Manchester</a></li>
|
||||
<li><a href="/locations/birmingham">Birmingham</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Resources</h3>
|
||||
<ul>
|
||||
<li><a href="/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/blog/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/case-studies/">Case Studies</a></li>
|
||||
<li><a href="/about">About UK Data Services</a></li>
|
||||
<li><a href="/project-types">Project Types</a></li>
|
||||
@@ -599,15 +607,14 @@ $read_time = 12;
|
||||
<li><a href="/quote">Request Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Legal & Support</h3>
|
||||
<h3>Legal</h3>
|
||||
<ul>
|
||||
<li><a href="/privacy-policy">Privacy Policy</a></li>
|
||||
<li><a href="/terms-of-service">Terms of Service</a></li>
|
||||
<li><a href="/cookie-policy">Cookie Policy</a></li>
|
||||
<li><a href="/gdpr-compliance">GDPR Compliance</a></li>
|
||||
<li><a href="/#contact">Contact & Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user