Menu: Rename Capabilities to Services, update sitemap with web-scraping page

This commit is contained in:
root
2026-02-03 20:15:44 +00:00
parent 9c2ad9efe4
commit 72c9b4e9b4
13 changed files with 83 additions and 63 deletions

View File

@@ -200,7 +200,7 @@ $breadcrumbs = [
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="/project-types" class="nav-link">Project Types</a> <a href="/project-types" class="nav-link">Project Types</a>
<a href="/about" class="nav-link">About</a> <a href="/about" class="nav-link">About</a>
<a href="/blog/" class="nav-link">Blog</a> <a href="/blog/" class="nav-link">Blog</a>

View File

@@ -129,7 +129,7 @@ $canonical_url = "https://ukdataservices.co.uk/cookie-policy";
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="project-types" class="nav-link">Project Types</a> <a href="project-types" class="nav-link">Project Types</a>
<a href="about" class="nav-link">About</a> <a href="about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a> <a href="blog/" class="nav-link">Blog</a>

View File

@@ -87,7 +87,7 @@ $keywords = "UK data services FAQ, web scraping questions, data cleaning help, b
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="project-types" class="nav-link">Project Types</a> <a href="project-types" class="nav-link">Project Types</a>
<a href="about" class="nav-link">About</a> <a href="about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a> <a href="blog/" class="nav-link">Blog</a>

View File

@@ -324,7 +324,7 @@ $breadcrumbs = [
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="project-types" class="nav-link">Project Types</a> <a href="project-types" class="nav-link">Project Types</a>
<a href="about" class="nav-link">About</a> <a href="about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a> <a href="blog/" class="nav-link">Blog</a>

View File

@@ -143,7 +143,7 @@ $canonical_url = "https://ukdataservices.co.uk/gdpr-compliance";
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="project-types" class="nav-link">Project Types</a> <a href="project-types" class="nav-link">Project Types</a>
<a href="about" class="nav-link">About</a> <a href="about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a> <a href="blog/" class="nav-link">Blog</a>

View File

@@ -11,7 +11,7 @@
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="/project-types" class="nav-link">Project Types</a> <a href="/project-types" class="nav-link">Project Types</a>
<a href="/about" class="nav-link">About</a> <a href="/about" class="nav-link">About</a>
<a href="/blog/" class="nav-link">Blog</a> <a href="/blog/" class="nav-link">Blog</a>

View File

@@ -487,7 +487,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="#home" class="nav-link">Home</a> <a href="#home" class="nav-link">Home</a>
<a href="#services" class="nav-link">Capabilities</a> <a href="#services" class="nav-link">Services</a>
<a href="/project-types" class="nav-link">Project Types</a> <a href="/project-types" class="nav-link">Project Types</a>
<a href="/about" class="nav-link">About</a> <a href="/about" class="nav-link">About</a>
<a href="/blog/" class="nav-link">Blog</a> <a href="/blog/" class="nav-link">Blog</a>

13
oauth-callback.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
if (isset($_GET['code'])) {
echo '<h2>QBO OAuth Success</h2>';
echo '<p><strong>Authorization Code:</strong></p>';
echo '<pre>' . htmlspecialchars($_GET['code']) . '</pre>';
echo '<p><strong>Realm ID:</strong></p>';
echo '<pre>' . htmlspecialchars($_GET['realmId'] ?? 'N/A') . '</pre>';
echo '<p>Copy the code above and give it to Emma.</p>';
} else {
echo '<h2>Error</h2>';
echo '<pre>' . htmlspecialchars($_GET['error'] ?? 'Unknown error') . '</pre>';
}
?>

View File

@@ -107,7 +107,7 @@ $canonical_url = "https://ukdataservices.co.uk/privacy-policy";
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="project-types" class="nav-link">Project Types</a> <a href="project-types" class="nav-link">Project Types</a>
<a href="about" class="nav-link">About</a> <a href="about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a> <a href="blog/" class="nav-link">Blog</a>

View File

@@ -335,7 +335,7 @@ $breadcrumbs = [
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="/project-types" class="nav-link">Project Types</a> <a href="/project-types" class="nav-link">Project Types</a>
<a href="/about" class="nav-link">About</a> <a href="/about" class="nav-link">About</a>
<a href="/blog/" class="nav-link">Blog</a> <a href="/blog/" class="nav-link">Blog</a>

View File

@@ -475,7 +475,7 @@ $breadcrumbs = [
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="/project-types" class="nav-link">Project Types</a> <a href="/project-types" class="nav-link">Project Types</a>
<a href="/about" class="nav-link">About</a> <a href="/about" class="nav-link">About</a>
<a href="/blog/" class="nav-link">Blog</a> <a href="/blog/" class="nav-link">Blog</a>

View File

@@ -4,7 +4,7 @@
<!-- Homepage --> <!-- Homepage -->
<url> <url>
<loc>https://ukdataservices.co.uk/</loc> <loc>https://ukdataservices.co.uk/</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>1.0</priority> <priority>1.0</priority>
<image:image> <image:image>
@@ -17,21 +17,50 @@
<!-- Core Service Pages --> <!-- Core Service Pages -->
<url> <url>
<loc>https://ukdataservices.co.uk/about</loc> <loc>https://ukdataservices.co.uk/about</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.9</priority> <priority>0.9</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/project-types</loc> <loc>https://ukdataservices.co.uk/project-types</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.9</priority> <priority>0.9</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/quote</loc> <loc>https://ukdataservices.co.uk/quote</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Services -->
<url>
<loc>https://ukdataservices.co.uk/services/web-scraping</loc>
<lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://ukdataservices.co.uk/services/price-monitoring</loc>
<lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://ukdataservices.co.uk/services/data-cleaning</loc>
<lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://ukdataservices.co.uk/services/competitive-intelligence</loc>
<lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
@@ -39,7 +68,7 @@
<!-- Blog Section --> <!-- Blog Section -->
<url> <url>
<loc>https://ukdataservices.co.uk/blog/</loc> <loc>https://ukdataservices.co.uk/blog/</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<priority>0.9</priority> <priority>0.9</priority>
</url> </url>
@@ -47,42 +76,42 @@
<!-- Blog Categories --> <!-- Blog Categories -->
<url> <url>
<loc>https://ukdataservices.co.uk/blog/categories/web-scraping</loc> <loc>https://ukdataservices.co.uk/blog/categories/web-scraping</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/categories/data-analytics</loc> <loc>https://ukdataservices.co.uk/blog/categories/data-analytics</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/categories/compliance</loc> <loc>https://ukdataservices.co.uk/blog/categories/compliance</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/categories/industry-insights</loc> <loc>https://ukdataservices.co.uk/blog/categories/industry-insights</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/categories/case-studies</loc> <loc>https://ukdataservices.co.uk/blog/categories/case-studies</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/categories/technology</loc> <loc>https://ukdataservices.co.uk/blog/categories/technology</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
@@ -90,107 +119,85 @@
<!-- Featured Blog Articles --> <!-- Featured Blog Articles -->
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/web-scraping-compliance-uk-guide</loc> <loc>https://ukdataservices.co.uk/blog/articles/web-scraping-compliance-uk-guide</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.9</priority> <priority>0.9</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/competitive-intelligence-roi-metrics</loc> <loc>https://ukdataservices.co.uk/blog/articles/competitive-intelligence-roi-metrics</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/retail-price-monitoring-strategies</loc> <loc>https://ukdataservices.co.uk/blog/articles/retail-price-monitoring-strategies</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/javascript-heavy-sites-scraping</loc> <loc>https://ukdataservices.co.uk/blog/articles/javascript-heavy-sites-scraping</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/data-quality-validation-pipelines</loc> <loc>https://ukdataservices.co.uk/blog/articles/data-quality-validation-pipelines</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/financial-services-data-transformation</loc> <loc>https://ukdataservices.co.uk/blog/articles/financial-services-data-transformation</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/cloud-native-scraping-architecture</loc> <loc>https://ukdataservices.co.uk/blog/articles/cloud-native-scraping-architecture</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/uk-property-market-data-trends</loc> <loc>https://ukdataservices.co.uk/blog/articles/uk-property-market-data-trends</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/blog/articles/gdpr-data-minimisation-practices</loc> <loc>https://ukdataservices.co.uk/blog/articles/gdpr-data-minimisation-practices</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<!-- Services -->
<url>
<loc>https://ukdataservices.co.uk/services/data-cleaning</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://ukdataservices.co.uk/services/price-monitoring</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://ukdataservices.co.uk/services/competitive-intelligence</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Location Pages --> <!-- Location Pages -->
<url> <url>
<loc>https://ukdataservices.co.uk/locations/london</loc> <loc>https://ukdataservices.co.uk/locations/london</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/locations/manchester</loc> <loc>https://ukdataservices.co.uk/locations/manchester</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/locations/birmingham</loc> <loc>https://ukdataservices.co.uk/locations/birmingham</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
@@ -198,7 +205,7 @@
<!-- Case Studies --> <!-- Case Studies -->
<url> <url>
<loc>https://ukdataservices.co.uk/case-studies/</loc> <loc>https://ukdataservices.co.uk/case-studies/</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
@@ -206,28 +213,28 @@
<!-- Legal Pages --> <!-- Legal Pages -->
<url> <url>
<loc>https://ukdataservices.co.uk/privacy-policy</loc> <loc>https://ukdataservices.co.uk/privacy-policy</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>quarterly</changefreq> <changefreq>quarterly</changefreq>
<priority>0.4</priority> <priority>0.4</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/terms-of-service</loc> <loc>https://ukdataservices.co.uk/terms-of-service</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>quarterly</changefreq> <changefreq>quarterly</changefreq>
<priority>0.4</priority> <priority>0.4</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/cookie-policy</loc> <loc>https://ukdataservices.co.uk/cookie-policy</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>quarterly</changefreq> <changefreq>quarterly</changefreq>
<priority>0.4</priority> <priority>0.4</priority>
</url> </url>
<url> <url>
<loc>https://ukdataservices.co.uk/gdpr-compliance</loc> <loc>https://ukdataservices.co.uk/gdpr-compliance</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>quarterly</changefreq> <changefreq>quarterly</changefreq>
<priority>0.6</priority> <priority>0.6</priority>
</url> </url>
@@ -235,9 +242,9 @@
<!-- FAQ Section --> <!-- FAQ Section -->
<url> <url>
<loc>https://ukdataservices.co.uk/faq</loc> <loc>https://ukdataservices.co.uk/faq</loc>
<lastmod>2026-01-29T00:00:00+00:00</lastmod> <lastmod>2026-02-03T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.6</priority> <priority>0.6</priority>
</url> </url>
</urlset> </urlset>

View File

@@ -107,7 +107,7 @@ $canonical_url = "https://ukdataservices.co.uk/terms-of-service";
</div> </div>
<div class="nav-menu" id="nav-menu"> <div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a> <a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a> <a href="/#services" class="nav-link">Services</a>
<a href="project-types" class="nav-link">Project Types</a> <a href="project-types" class="nav-link">Project Types</a>
<a href="about" class="nav-link">About</a> <a href="about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a> <a href="blog/" class="nav-link">Blog</a>