SEO improvements: meta titles, trust badges, schema, cross-linking
- Fix meta titles exceeding 60 chars on property/financial service pages - Replace keyword-stuffed hero subtitle with natural, user-focused copy - Add trust badges section (ISO 27001, GDPR, insurance, ratings) - Add WebPage schema to homepage for better SERP eligibility - Shorten about page H1 from 74 to 24 characters - Add related services cross-linking on competitive intelligence page - Remove obsolete SEO planning files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -696,6 +696,33 @@ $breadcrumbs = [
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Related Services Section -->
|
||||
<section style="padding: 80px 0; background: #f8f9fa;">
|
||||
<div class="container">
|
||||
<div class="section-title">
|
||||
<h2>Enhance Your Intelligence with Related Services</h2>
|
||||
<p>Combine competitive intelligence with these complementary data solutions</p>
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;">
|
||||
<div class="service-card" style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);">
|
||||
<h3 style="color: #144784; margin-bottom: 15px;"><a href="/services/price-monitoring" style="color: inherit; text-decoration: none;">Automated Price Monitoring</a></h3>
|
||||
<p style="color: #666; margin-bottom: 15px;">Track competitor pricing in real-time alongside your competitive analysis. Get instant alerts when prices change.</p>
|
||||
<a href="/services/price-monitoring" style="color: #179e83; font-weight: 600; text-decoration: none;">Learn More →</a>
|
||||
</div>
|
||||
<div class="service-card" style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);">
|
||||
<h3 style="color: #144784; margin-bottom: 15px;"><a href="/services/data-cleaning" style="color: inherit; text-decoration: none;">Data Cleaning & Validation</a></h3>
|
||||
<p style="color: #666; margin-bottom: 15px;">Ensure your competitive intelligence data is accurate, deduplicated, and ready for analysis.</p>
|
||||
<a href="/services/data-cleaning" style="color: #179e83; font-weight: 600; text-decoration: none;">Learn More →</a>
|
||||
</div>
|
||||
<div class="service-card" style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);">
|
||||
<h3 style="color: #144784; margin-bottom: 15px;"><a href="/blog/" style="color: inherit; text-decoration: none;">Industry Insights Blog</a></h3>
|
||||
<p style="color: #666; margin-bottom: 15px;">Explore our latest articles on competitive intelligence best practices and market research techniques.</p>
|
||||
<a href="/blog/" style="color: #179e83; font-weight: 600; text-decoration: none;">Read Articles →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta-section">
|
||||
<div class="container">
|
||||
|
||||
@@ -6,7 +6,7 @@ header('X-XSS-Protection: 1; mode=block');
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
header('Referrer-Policy: strict-origin-when-cross-origin');
|
||||
|
||||
$page_title = "Financial Data Services UK | Market Data Extraction | UK Data Services";
|
||||
$page_title = "UK Financial Data Services | Market Intelligence";
|
||||
$page_description = "FCA-aware financial data services for hedge funds, asset managers, and investment firms. Market data extraction, alternative data solutions, and compliant financial intelligence.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/financial-data-services";
|
||||
$keywords = "financial data scraping UK, market data extraction, FCA compliant data services, alternative data UK, hedge fund data, investment data services, financial data API";
|
||||
|
||||
@@ -6,7 +6,7 @@ header('X-XSS-Protection: 1; mode=block');
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
header('Referrer-Policy: strict-origin-when-cross-origin');
|
||||
|
||||
$page_title = "Property Data Extraction UK | Rightmove & Zoopla Scraping | UK Data Services";
|
||||
$page_title = "UK Property Data Extraction | Rightmove & Zoopla";
|
||||
$page_description = "Professional property data extraction from Rightmove, Zoopla, and OnTheMarket. GDPR-compliant property market intelligence for investors, analysts, and estate agents across the UK.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/property-data-extraction";
|
||||
$keywords = "property data scraping UK, Rightmove data extraction, Zoopla scraping, property market data UK, property listings data, real estate data extraction, property price data UK";
|
||||
|
||||
Reference in New Issue
Block a user