SEO fixes: author bylines, 2025 dates, phone removal, case studies, Companies House

- Assign named authors to all 14 blog articles that defaulted to Editorial Team
- Replace team-based author labels (DevOps Team, Legal Team etc) with named authors
- Update 2025 -> 2026 in ecommerce trends, buyers guide, and python pipeline titles
- Remove phone number (01692 Norfolk) from all pages and schema
- Anonymise unverifiable case study clients (TechElectronics UK, Heritage Bank UK)
- Add clickable Companies House link (08576932) to footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Foster
2026-03-08 09:42:53 +00:00
parent 7dc08d7ecb
commit ed5336bf1f
41 changed files with 89 additions and 156 deletions

View File

@@ -91,7 +91,7 @@
<div class="footer-copyright">
<p>&copy; <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
<p class="company-details">
Company No: 08576932
Company No: <a href="https://find-and-update.company-information.service.gov.uk/company/08576932" rel="nofollow" target="_blank">08576932</a>
</p>
</div>
<div class="social-links">

View File

@@ -35,7 +35,7 @@ function generateLocalBusinessSchema($city, $region, $services = [], $latitude =
'name' => 'UK Data Services - ' . $city,
'description' => 'Professional web scraping, data extraction, and business intelligence services for ' . $city . ' businesses. GDPR-compliant data solutions across ' . $region . '.',
'url' => $baseUrl . '/locations/' . $citySlug,
'telephone' => '+44 1692 689150',
'telephone' => '',
'email' => 'info@ukdataservices.co.uk',
'priceRange' => '££-£££',
'paymentAccepted' => ['Credit Card', 'Bank Transfer', 'Invoice'],

View File

@@ -22,7 +22,7 @@ $organizationSchema = [
],
'image' => 'https://ukdataservices.co.uk/assets/images/ukds-main-logo.png',
'description' => 'Enterprise web scraping and data analytics services for UK businesses. Specialising in competitive intelligence, price monitoring, and GDPR-compliant data extraction.',
'telephone' => '+44 1692 689150',
'telephone' => '',
'email' => 'info@ukdataservices.co.uk',
'address' => [
'@type' => 'PostalAddress',
@@ -70,7 +70,7 @@ $organizationSchema = [
'contactPoint' => [
[
'@type' => 'ContactPoint',
'telephone' => '+44 1692 689150',
'telephone' => '',
'contactType' => 'sales',
'availableLanguage' => 'English',
'areaServed' => 'GB',

View File

@@ -48,7 +48,7 @@ function generateServiceSchema($serviceName, $serviceDescription, $serviceUrl, $
'availableChannel' => [
'@type' => 'ServiceChannel',
'serviceUrl' => 'https://ukdataservices.co.uk/quote',
'servicePhone' => '+44 1692 689150',
'servicePhone' => '',
'availableLanguage' => 'English'
]
];