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:
@@ -354,15 +354,24 @@ if ($search_query) {
|
||||
</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/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>
|
||||
|
||||
Reference in New Issue
Block a user