Improve service pages: add pricing, CTAs, and content
- data-cleaning: Update title for SEO, add /quote buttons to pricing cards - competitive-intelligence: Add pricing section, add Why CI Matters content (~350 words) - price-monitoring: Add Business Impact section (~200 words)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$page_title = "Data Cleaning & Validation Services | UK Data Services";
|
||||
$page_title = "Data Cleaning Services UK | Professional Data Validation";
|
||||
$page_description = "Professional data cleaning for UK businesses. Remove duplicates, standardize formats, and ensure 99.8% accuracy. Get your free data audit worth £500.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/data-cleaning";
|
||||
$keywords = "data cleaning UK, data validation, duplicate removal, data standardization, data quality, UK data services";
|
||||
@@ -384,6 +384,7 @@ $keywords = "data cleaning UK, data validation, duplicate removal, data standard
|
||||
<li>Quality report</li>
|
||||
</ul>
|
||||
<p class="pricing-note">Minimum 10,000 records</p>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; margin-top: 20px;">Get Quote</a>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card featured">
|
||||
@@ -398,6 +399,7 @@ $keywords = "data cleaning UK, data validation, duplicate removal, data standard
|
||||
<li>Detailed quality scoring</li>
|
||||
</ul>
|
||||
<p class="pricing-note">Most popular option</p>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; margin-top: 20px;">Get Quote</a>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card">
|
||||
@@ -412,6 +414,7 @@ $keywords = "data cleaning UK, data validation, duplicate removal, data standard
|
||||
<li>Dedicated support</li>
|
||||
</ul>
|
||||
<p class="pricing-note">Contact for quote</p>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; margin-top: 20px;">Get Quote</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pricing-cta">
|
||||
|
||||
Reference in New Issue
Block a user