Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -3,19 +3,19 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Scraping Cost Calculator | UK Data Services</title>
<title>Web Scraping Cost Calculator | UK AI Automation</title>
<meta name="description" content="Estimate your web scraping project cost instantly. Our free calculator helps UK businesses budget for data extraction, pricing intelligence, and market research projects.">
<meta name="keywords" content="web scraping cost, data extraction pricing, scraping quote, web scraping calculator UK">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="canonical" href="https://ukdataservices.co.uk/tools/cost-calculator">
<link rel="canonical" href="https://ukaiautomation.co.uk/tools/cost-calculator">
<!-- Open Graph -->
<meta property="og:title" content="Free Web Scraping Cost Calculator">
<meta property="og:description" content="Get an instant estimate for your web scraping project. Used by 500+ UK businesses.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ukdataservices.co.uk/tools/cost-calculator">
<meta property="og:url" content="https://ukaiautomation.co.uk/tools/cost-calculator">
<link rel="stylesheet" href="../assets/css/main.css?v=20260222">
<style>
@@ -30,7 +30,7 @@
}
.calculator-header h1 {
font-size: 2.2em;
color: #1a1a2e;
color: #1e1b4b;
margin-bottom: 15px;
}
.calculator-header p {
@@ -51,7 +51,7 @@
.form-group label {
display: block;
font-weight: 600;
color: #1a1a2e;
color: #1e1b4b;
margin-bottom: 10px;
font-size: 1em;
}
@@ -76,11 +76,11 @@
transition: all 0.2s;
}
.option-card:hover {
border-color: #0066cc;
border-color: #4f46e5;
background: #f8fbff;
}
.option-card.selected {
border-color: #0066cc;
border-color: #4f46e5;
background: #e8f4fd;
}
.option-card .icon {
@@ -105,7 +105,7 @@
transition: border-color 0.2s;
}
input[type="number"]:focus, select:focus {
border-color: #0066cc;
border-color: #4f46e5;
outline: none;
}
.slider-container {
@@ -122,7 +122,7 @@
color: #888;
}
.result-section {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
background: linear-gradient(135deg, #1e1b4b 0%, #1e1b4b 100%);
border-radius: 12px;
padding: 30px;
margin-top: 30px;
@@ -194,7 +194,7 @@
.trust-item .number {
font-size: 1.5em;
font-weight: 700;
color: #0066cc;
color: #4f46e5;
display: block;
}
.email-capture {
@@ -549,7 +549,7 @@
"@type": "SoftwareApplication",
"name": "Web Scraping Cost Calculator",
"description": "Free tool to estimate web scraping project costs for UK businesses",
"url": "https://ukdataservices.co.uk/tools/cost-calculator",
"url": "https://ukaiautomation.co.uk/tools/cost-calculator",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web Browser",
"offers": {
@@ -559,8 +559,8 @@
},
"provider": {
"@type": "Organization",
"name": "UK Data Services",
"url": "https://ukdataservices.co.uk"
"name": "UK AI Automation",
"url": "https://ukaiautomation.co.uk"
}
}
</script>