2025-06-07 12:58:04 +01:00
|
|
|
<?php
|
|
|
|
|
header('Content-Type: application/xml; charset=UTF-8');
|
|
|
|
|
echo '<?xml version="1.0" encoding="UTF-8"?>';
|
|
|
|
|
?>
|
|
|
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
|
|
|
|
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
|
|
|
|
|
|
|
|
|
<!-- Homepage -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>weekly</changefreq>
|
|
|
|
|
<priority>1.0</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- About Page -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/about.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
|
|
|
|
<priority>0.9</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- Project Types Page -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/project-types.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
|
|
|
|
<priority>0.8</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- Quote Page -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/quote.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
|
|
|
|
<priority>0.9</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
2025-06-07 17:09:01 +01:00
|
|
|
<!-- FAQ Page -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/faq.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
|
|
|
|
<priority>0.8</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- Privacy Policy -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/privacy-policy.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>quarterly</changefreq>
|
|
|
|
|
<priority>0.6</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- Terms of Service -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/terms-of-service.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>quarterly</changefreq>
|
|
|
|
|
<priority>0.6</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- Cookie Policy -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/cookie-policy.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>quarterly</changefreq>
|
|
|
|
|
<priority>0.5</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
|
|
|
|
<!-- GDPR Compliance -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/gdpr-compliance.php</loc>
|
|
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>quarterly</changefreq>
|
|
|
|
|
<priority>0.7</priority>
|
|
|
|
|
</url>
|
|
|
|
|
|
2025-12-08 07:18:49 +00:00
|
|
|
<!-- Service Pages -->
|
2025-06-07 12:58:04 +01:00
|
|
|
<url>
|
2025-12-08 07:18:49 +00:00
|
|
|
<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>
|
2025-06-07 12:58:04 +01:00
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
|
|
|
|
<priority>0.8</priority>
|
|
|
|
|
</url>
|
|
|
|
|
<url>
|
2025-12-08 07:18:49 +00:00
|
|
|
<loc>https://ukdataservices.co.uk/locations/manchester</loc>
|
2025-06-07 12:58:04 +01:00
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
2025-12-08 07:18:49 +00:00
|
|
|
<priority>0.8</priority>
|
2025-06-07 12:58:04 +01:00
|
|
|
</url>
|
|
|
|
|
<url>
|
2025-12-08 07:18:49 +00:00
|
|
|
<loc>https://ukdataservices.co.uk/locations/birmingham</loc>
|
2025-06-07 12:58:04 +01:00
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
2025-12-08 07:18:49 +00:00
|
|
|
<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>
|
2025-06-07 12:58:04 +01:00
|
|
|
<priority>0.7</priority>
|
|
|
|
|
</url>
|
|
|
|
|
<url>
|
2025-12-08 07:18:49 +00:00
|
|
|
<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>
|
2025-06-07 12:58:04 +01:00
|
|
|
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
|
|
|
|
<changefreq>monthly</changefreq>
|
|
|
|
|
<priority>0.8</priority>
|
|
|
|
|
</url>
|
2025-12-08 07:18:49 +00:00
|
|
|
|
2025-06-07 12:58:04 +01:00
|
|
|
<!-- Key Images for Image SEO -->
|
|
|
|
|
<url>
|
|
|
|
|
<loc>https://ukdataservices.co.uk/</loc>
|
|
|
|
|
<image:image>
|
|
|
|
|
<image:loc>https://ukdataservices.co.uk/assets/images/ukds-main-logo.png</image:loc>
|
|
|
|
|
<image:caption>UK Data Services Logo</image:caption>
|
|
|
|
|
<image:title>UK Data Services - Professional Web Scraping and Data Analytics</image:title>
|
|
|
|
|
</image:image>
|
|
|
|
|
<image:image>
|
|
|
|
|
<image:loc>https://ukdataservices.co.uk/assets/images/hero-data-analytics.svg</image:loc>
|
|
|
|
|
<image:caption>Data Analytics and Web Scraping Services</image:caption>
|
|
|
|
|
<image:title>Enterprise Data Solutions</image:title>
|
|
|
|
|
</image:image>
|
|
|
|
|
</url>
|
2025-12-08 07:18:49 +00:00
|
|
|
|
2025-06-07 12:58:04 +01:00
|
|
|
</urlset>
|