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

@@ -1,7 +1,7 @@
<?php
$page_title = "Free Web Scraping & Data Tools | UK Data Services";
$page_title = "Free Web Scraping & Data Tools | UK AI Automation";
$page_description = "Free tools to help UK businesses with web scraping: cost calculator, scrapeability checker, robots.txt analyzer, and data format converter.";
$canonical_url = "https://ukdataservices.co.uk/tools/";
$canonical_url = "https://ukaiautomation.co.uk/tools/";
?>
<!DOCTYPE html>
<html lang="en">
@@ -27,8 +27,8 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://ukdataservices.co.uk"},
{"@type": "ListItem", "position": 2, "name": "Free Tools", "item": "https://ukdataservices.co.uk/tools/"}
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://ukaiautomation.co.uk"},
{"@type": "ListItem", "position": 2, "name": "Free Tools", "item": "https://ukaiautomation.co.uk/tools/"}
]
}
</script>
@@ -48,7 +48,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
"@type": "SoftwareApplication",
"name": "Web Scraping Cost Calculator",
"description": "Estimate your web scraping project cost instantly",
"url": "https://ukdataservices.co.uk/tools/cost-calculator",
"url": "https://ukaiautomation.co.uk/tools/cost-calculator",
"applicationCategory": "BusinessApplication",
"offers": {"@type": "Offer", "price": "0", "priceCurrency": "GBP"}
}
@@ -60,7 +60,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
"@type": "SoftwareApplication",
"name": "Website Scrapeability Checker",
"description": "Check if a website can be scraped and assess complexity",
"url": "https://ukdataservices.co.uk/tools/scrapeability-checker",
"url": "https://ukaiautomation.co.uk/tools/scrapeability-checker",
"applicationCategory": "BusinessApplication",
"offers": {"@type": "Offer", "price": "0", "priceCurrency": "GBP"}
}
@@ -72,7 +72,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
"@type": "SoftwareApplication",
"name": "Robots.txt Analyzer",
"description": "Analyze robots.txt files for crawling permissions",
"url": "https://ukdataservices.co.uk/tools/robots-analyzer",
"url": "https://ukaiautomation.co.uk/tools/robots-analyzer",
"applicationCategory": "BusinessApplication",
"offers": {"@type": "Offer", "price": "0", "priceCurrency": "GBP"}
}
@@ -84,7 +84,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
"@type": "SoftwareApplication",
"name": "Data Format Converter",
"description": "Convert between JSON, CSV, and XML formats",
"url": "https://ukdataservices.co.uk/tools/data-converter",
"url": "https://ukaiautomation.co.uk/tools/data-converter",
"applicationCategory": "BusinessApplication",
"offers": {"@type": "Offer", "price": "0", "priceCurrency": "GBP"}
}
@@ -95,7 +95,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
<style>
.tools-hero {
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
color: white;
padding: 80px 20px; /* padding-top overridden by main.css */
text-align: center;
@@ -114,11 +114,11 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
}
.tool-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.tool-icon { font-size: 2.5em; margin-bottom: 15px; }
.tool-card h2 { font-size: 1.3em; color: #1a1a2e; margin-bottom: 10px; }
.tool-card h2 { font-size: 1.3em; color: #1e1b4b; margin-bottom: 10px; }
.tool-card p { color: #666; margin-bottom: 20px; line-height: 1.6; font-size: 0.95em; }
.tool-card .btn {
display: inline-block;
background: #179e83;
background: #6d28d9;
color: white;
padding: 12px 24px;
border-radius: 6px;
@@ -141,7 +141,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
.tool-badge.new { background: #e3f2fd; color: #1565c0; }
.tool-badge.popular { background: #fff3e0; color: #ef6c00; }
.breadcrumb { padding: 15px 20px; background: #f5f5f5; font-size: 0.9em; }
.breadcrumb a { color: #144784; text-decoration: none; }
.breadcrumb a { color: #7c3aed; text-decoration: none; }
.breadcrumb span { color: #888; margin: 0 8px; }
.cta-section {
text-align: center;
@@ -150,14 +150,14 @@ $canonical_url = "https://ukdataservices.co.uk/tools/";
background: #f8f9fa;
border-radius: 12px;
}
.cta-section h3 { color: #1a1a2e; margin-bottom: 15px; font-size: 1.5em; }
.cta-section h3 { color: #1e1b4b; margin-bottom: 15px; font-size: 1.5em; }
.cta-section p { color: #666; margin-bottom: 25px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-section .btn { background: #144784; color: white; padding: 14px 32px; }
.cta-section .btn:hover { background: #0d3a6e; }
.cta-section .btn { background: #7c3aed; color: white; padding: 14px 32px; }
.cta-section .btn:hover { background: #1e1b4b; }
.blog-link {
display: inline-block;
margin-top: 30px;
color: #179e83;
color: #6d28d9;
text-decoration: none;
font-weight: 500;
}