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:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
= 'James Wilson';
|
||||
// Enhanced security headers
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
// SEO and performance optimizations
|
||||
$page_title = "Web Scraping Services UK: Complete 2025 Buyer's Guide | UK Data Services";
|
||||
$page_title = "Web Scraping Services UK: Complete 2026 Buyer's Guide | UK Data Services";
|
||||
$page_description = "Comprehensive guide to choosing web scraping services in the UK. Compare pricing, features, compliance, and find the perfect data extraction partner for your business in 2025.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/web-scraping-services-uk-complete-buyers-guide";
|
||||
$keywords = "web scraping services UK, data extraction companies, web scraping providers, UK scraping services, data harvesting, web data collection";
|
||||
@@ -65,7 +66,7 @@ $modified_date = "2025-08-08";
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"headline": "Web Scraping Services UK: Complete 2025 Buyer's Guide",
|
||||
"headline": "Web Scraping Services UK: Complete 2026 Buyer's Guide",
|
||||
"description": "<?php echo htmlspecialchars($page_description); ?>",
|
||||
"image": "<?php echo htmlspecialchars($og_image); ?>",
|
||||
"author": {
|
||||
@@ -152,7 +153,7 @@ $modified_date = "2025-08-08";
|
||||
<time datetime="<?php echo $published_date; ?>"><?php echo date('j F Y', strtotime($published_date)); ?></time>
|
||||
<span class="read-time">15 min read</span>
|
||||
</div>
|
||||
<h1><a href="/services/web-scraping.php" title="UK web scraping services">Web Scraping Services</a> UK: Complete 2025 Buyer's Guide</h1>
|
||||
<h1><a href="/services/web-scraping.php" title="UK web scraping services">Web Scraping Services</a> UK: Complete 2026 Buyer's Guide</h1>
|
||||
<p class="article-subtitle">Navigate the UK web scraping market with confidence. Compare providers, understand pricing, and find the perfect data extraction partner for your business needs.</p>
|
||||
<div class="article-author">
|
||||
<span>By UK Data Services Editorial Team</span>
|
||||
|
||||
Reference in New Issue
Block a user