Menu: Rename Capabilities to Services, update sitemap with web-scraping page
This commit is contained in:
@@ -200,7 +200,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="/about" class="nav-link">About</a>
|
||||
<a href="/blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -129,7 +129,7 @@ $canonical_url = "https://ukdataservices.co.uk/cookie-policy";
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -87,7 +87,7 @@ $keywords = "UK data services FAQ, web scraping questions, data cleaning help, b
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
|
||||
2
faq.php
2
faq.php
@@ -324,7 +324,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -143,7 +143,7 @@ $canonical_url = "https://ukdataservices.co.uk/gdpr-compliance";
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="/about" class="nav-link">About</a>
|
||||
<a href="/blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -487,7 +487,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="/about" class="nav-link">About</a>
|
||||
<a href="/blog/" class="nav-link">Blog</a>
|
||||
|
||||
13
oauth-callback.php
Normal file
13
oauth-callback.php
Normal 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>';
|
||||
}
|
||||
?>
|
||||
@@ -107,7 +107,7 @@ $canonical_url = "https://ukdataservices.co.uk/privacy-policy";
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -335,7 +335,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="/about" class="nav-link">About</a>
|
||||
<a href="/blog/" class="nav-link">Blog</a>
|
||||
|
||||
@@ -475,7 +475,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="/about" class="nav-link">About</a>
|
||||
<a href="/blog/" class="nav-link">Blog</a>
|
||||
|
||||
111
sitemap.xml
111
sitemap.xml
@@ -4,7 +4,7 @@
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>1.0</priority>
|
||||
<image:image>
|
||||
@@ -17,21 +17,50 @@
|
||||
<!-- Core Service Pages -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
@@ -39,7 +68,7 @@
|
||||
<!-- Blog Section -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
@@ -47,42 +76,42 @@
|
||||
<!-- Blog Categories -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
@@ -90,107 +119,85 @@
|
||||
<!-- Featured Blog Articles -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.7</priority>
|
||||
</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 -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
@@ -198,7 +205,7 @@
|
||||
<!-- Case Studies -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
@@ -206,28 +213,28 @@
|
||||
<!-- Legal Pages -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
@@ -235,9 +242,9 @@
|
||||
<!-- FAQ Section -->
|
||||
<url>
|
||||
<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>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
</urlset>
|
||||
|
||||
@@ -107,7 +107,7 @@ $canonical_url = "https://ukdataservices.co.uk/terms-of-service";
|
||||
</div>
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<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="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
|
||||
Reference in New Issue
Block a user