Remove unverified ICO registration and VAT number references

- Remove ICO Registration placeholder from footer
- Remove 'ICO registered' claims from about.php meta description
- Remove 'ICO registered' from web-scraping.php meta description and body copy
- Remove VAT No placeholder from footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Foster
2026-03-08 09:36:11 +00:00
parent c07d126044
commit 93f353626c
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
header('Strict-Transport-Security: max-age=31536000; includeSubDomains'); header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
$page_title = "About Our UK Web Scraping Company | UK Data Services"; $page_title = "About Our UK Web Scraping Company | UK Data Services";
$page_description = "Meet the experts at UK Data Services, a leading UK web scraping company. We are GDPR compliant, ICO registered, and committed to delivering 99.8% accura..."; $page_description = "Meet the experts at UK Data Services, a leading UK web scraping company. We are GDPR compliant, and committed to delivering 99.8% accura...";
$canonical_url = "https://ukdataservices.co.uk/about"; $canonical_url = "https://ukdataservices.co.uk/about";
// Breadcrumb navigation // Breadcrumb navigation

View File

@@ -91,7 +91,7 @@
<div class="footer-copyright"> <div class="footer-copyright">
<p>&copy; <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p> <p>&copy; <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
<p class="company-details"> <p class="company-details">
Company No: 12345678 | VAT No: GB123456789 | ICO Registration: ZA123456 Company No: 12345678
</p> </p>
</div> </div>
<div class="social-links"> <div class="social-links">

View File

@@ -59,7 +59,7 @@ $breadcrumbs = [
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "Service", "@type": "Service",
"name": "Professional Web Scraping & Data Extraction Services UK", "name": "Professional Web Scraping & Data Extraction Services UK",
"description": "Expert web scraping and data extraction services for UK businesses. GDPR compliant, ICO registered. Transform web data into actionable business intelligence.", "description": "Expert web scraping and data extraction services for UK businesses. GDPR compliant. Transform web data into actionable business intelligence.",
"provider": { "provider": {
"@type": "Organization", "@type": "Organization",
"name": "UK Data Services", "name": "UK Data Services",
@@ -662,7 +662,7 @@ $breadcrumbs = [
<div class="features-grid"> <div class="features-grid">
<div class="feature-card"> <div class="feature-card">
<h3>GDPR & Legal Compliance</h3> <h3>GDPR & Legal Compliance</h3>
<p>We only extract publicly available data and ensure full compliance with UK data protection laws, GDPR, and website terms of service. ICO registered with comprehensive data handling procedures.</p> <p>We only extract publicly available data and ensure full compliance with UK data protection laws, GDPR, and website terms of service.</p>
</div> </div>
<div class="feature-card"> <div class="feature-card">
<h3>Any Website, Any Scale</h3> <h3>Any Website, Any Scale</h3>
@@ -804,7 +804,7 @@ $breadcrumbs = [
</div> </div>
<div class="faq-item"> <div class="faq-item">
<div class="faq-question">Is web scraping legal in the UK?</div> <div class="faq-question">Is web scraping legal in the UK?</div>
<div class="faq-answer">Web scraping is generally legal in the UK when extracting publicly available data for legitimate business purposes. We ensure compliance with GDPR, the Computer Misuse Act, copyright law, and website terms of service. We only collect publicly visible information and never circumvent security measures or access private data without permission. Our ICO registration demonstrates our commitment to lawful data handling.</div> <div class="faq-answer">Web scraping is generally legal in the UK when extracting publicly available data for legitimate business purposes. We ensure compliance with GDPR, the Computer Misuse Act, copyright law, and website terms of service. We only collect publicly visible information and never circumvent security measures or access private data without permission.</div>
</div> </div>
<div class="faq-item"> <div class="faq-item">
<div class="faq-question">What websites can you scrape?</div> <div class="faq-question">What websites can you scrape?</div>