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:
114
sitemap.php
114
sitemap.php
@@ -77,38 +77,106 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Services Section (Homepage) -->
|
||||
<!-- Service Pages -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#services</loc>
|
||||
<loc>https://ukdataservices.co.uk/services/competitive-intelligence</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/services/price-monitoring</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/services/data-cleaning</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- Location Pages -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/locations/london</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Process Section (Homepage) -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#process</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Why Choose Us Section (Homepage) -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#why-us</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Contact Section (Homepage) -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#contact</loc>
|
||||
<loc>https://ukdataservices.co.uk/locations/manchester</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/locations/birmingham</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Blog -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- Blog Categories -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/web-scraping</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/data-analytics</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/business-intelligence</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/compliance</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/industry-insights</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/technology</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/blog/categories/case-studies</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Case Studies -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/case-studies/</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Key Images for Image SEO -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/</loc>
|
||||
@@ -123,5 +191,5 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
<image:title>Enterprise Data Solutions</image:title>
|
||||
</image:image>
|
||||
</url>
|
||||
|
||||
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user