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>

View File

@@ -1,7 +1,7 @@
<?php
$page_title = "Free Data Format Converter | JSON CSV XML | UK Data Services";
$page_title = "Free Data Format Converter | JSON CSV XML | UK AI Automation";
$page_description = "Convert between JSON, CSV, and XML formats instantly. Free online tool for data transformation - no signup required.";
$canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
$canonical_url = "https://ukaiautomation.co.uk/tools/data-converter";
?>
<!DOCTYPE html>
<html lang="en">
@@ -26,7 +26,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
"@type": "SoftwareApplication",
"name": "Data Format Converter",
"description": "Free tool to convert between JSON, CSV, and XML data formats",
"url": "https://ukdataservices.co.uk/tools/data-converter",
"url": "https://ukaiautomation.co.uk/tools/data-converter",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web Browser",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "GBP" }
@@ -36,23 +36,23 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
<style>
.converter-container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
.converter-header { text-align: center; margin-bottom: 40px; }
.converter-header h1 { font-size: 2.2em; color: #1a1a2e; margin-bottom: 15px; }
.converter-header h1 { font-size: 2.2em; color: #1e1b4b; margin-bottom: 15px; }
.converter-header p { color: #666; font-size: 1.1em; }
.converter-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 30px; }
.format-selector { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; align-items: center; }
.format-btn { padding: 12px 24px; border: 2px solid #e0e0e0; border-radius: 8px; background: white; cursor: pointer; font-weight: 600; transition: all 0.2s; }
.format-btn:hover { border-color: #179e83; }
.format-btn.active { background: #179e83; color: white; border-color: #179e83; }
.format-btn:hover { border-color: #6d28d9; }
.format-btn.active { background: #6d28d9; color: white; border-color: #6d28d9; }
.arrow { font-size: 1.5em; color: #888; }
.editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .editor-grid { grid-template-columns: 1fr; } }
.editor-box { display: flex; flex-direction: column; }
.editor-box label { font-weight: 600; color: #1a1a2e; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.editor-box label { font-weight: 600; color: #1e1b4b; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.editor-box textarea { flex: 1; min-height: 350px; padding: 15px; border: 2px solid #e0e0e0; border-radius: 8px; font-family: 'Monaco', 'Menlo', monospace; font-size: 0.9em; resize: vertical; }
.editor-box textarea:focus { border-color: #179e83; outline: none; }
.editor-box textarea:focus { border-color: #6d28d9; outline: none; }
.btn-row { display: flex; justify-content: center; gap: 15px; margin: 25px 0; flex-wrap: wrap; }
.btn { padding: 14px 28px; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.btn-primary { background: #179e83; color: white; }
.btn-primary { background: #6d28d9; color: white; }
.btn-primary:hover { background: #148a72; }
.btn-secondary { background: #f5f5f5; color: #333; border: 2px solid #e0e0e0; }
.btn-secondary:hover { background: #e8e8e8; }
@@ -61,10 +61,10 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
.error-msg { background: #ffebee; color: #c62828; padding: 12px; border-radius: 6px; margin-top: 15px; display: none; }
.success-msg { background: #e8f5e9; color: #2e7d32; padding: 12px; border-radius: 6px; margin-top: 15px; display: none; }
.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; }
.sample-data { font-size: 0.85em; color: #666; margin-top: 8px; }
.sample-data a { color: #179e83; cursor: pointer; text-decoration: underline; }
.sample-data a { color: #6d28d9; cursor: pointer; text-decoration: underline; }
</style>
</head>
<body>
@@ -127,7 +127,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
</div>
<div style="margin-top: 40px; padding: 30px; background: #f8f9fa; border-radius: 12px;">
<h3 style="color: #1a1a2e; margin-bottom: 15px;">💡 About This Tool</h3>
<h3 style="color: #1e1b4b; margin-bottom: 15px;">💡 About This Tool</h3>
<p style="color: #666; line-height: 1.7;">
This free converter handles common data transformations needed when working with web scraped data:
</p>

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;
}

View File

@@ -1,7 +1,7 @@
<?php
$page_title = "Free Robots.txt Analyzer | UK Data Services";
$page_title = "Free Robots.txt Analyzer | UK AI Automation";
$page_description = "Analyze any website's robots.txt file instantly. See crawling rules, blocked paths, sitemaps, and get recommendations for web scraping compliance.";
$canonical_url = "https://ukdataservices.co.uk/tools/robots-analyzer";
$canonical_url = "https://ukaiautomation.co.uk/tools/robots-analyzer";
?>
<!DOCTYPE html>
<html lang="en">
@@ -27,7 +27,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/robots-analyzer";
"@type": "SoftwareApplication",
"name": "Robots.txt Analyzer",
"description": "Free tool to analyze robots.txt files and understand crawling permissions",
"url": "https://ukdataservices.co.uk/tools/robots-analyzer",
"url": "https://ukaiautomation.co.uk/tools/robots-analyzer",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web Browser",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "GBP" }
@@ -37,37 +37,37 @@ $canonical_url = "https://ukdataservices.co.uk/tools/robots-analyzer";
<style>
.analyzer-container { max-width: 900px; margin: 0 auto; padding: 40px 20px; }
.analyzer-header { text-align: center; margin-bottom: 40px; }
.analyzer-header h1 { font-size: 2.2em; color: #1a1a2e; margin-bottom: 15px; }
.analyzer-header h1 { font-size: 2.2em; color: #1e1b4b; margin-bottom: 15px; }
.analyzer-header p { color: #666; font-size: 1.1em; }
.analyzer-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 40px; }
.url-input-group { display: flex; gap: 12px; margin-bottom: 30px; }
.url-input-group input { flex: 1; padding: 16px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 1em; }
.url-input-group input:focus { border-color: #179e83; outline: none; }
.url-input-group button { background: #179e83; color: white; border: none; padding: 16px 32px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.url-input-group input:focus { border-color: #6d28d9; outline: none; }
.url-input-group button { background: #6d28d9; color: white; border: none; padding: 16px 32px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.url-input-group button:hover { background: #148a72; }
.url-input-group button:disabled { background: #ccc; cursor: not-allowed; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .results-grid { grid-template-columns: 1fr; } }
.result-box { background: #f8f9fa; border-radius: 8px; padding: 20px; }
.result-box h3 { color: #1a1a2e; margin-bottom: 15px; font-size: 1.1em; display: flex; align-items: center; gap: 8px; }
.result-box pre { background: #1a1a2e; color: #a5d6a7; padding: 15px; border-radius: 6px; overflow-x: auto; font-size: 0.85em; max-height: 300px; }
.result-box h3 { color: #1e1b4b; margin-bottom: 15px; font-size: 1.1em; display: flex; align-items: center; gap: 8px; }
.result-box pre { background: #1e1b4b; color: #a5d6a7; padding: 15px; border-radius: 6px; overflow-x: auto; font-size: 0.85em; max-height: 300px; }
.stat-badge { display: inline-block; padding: 6px 12px; border-radius: 15px; font-size: 0.9em; font-weight: 600; margin: 4px; }
.badge-green { background: #e8f5e9; color: #2e7d32; }
.badge-yellow { background: #fff3e0; color: #ef6c00; }
.badge-red { background: #ffebee; color: #c62828; }
.badge-blue { background: #e3f2fd; color: #1565c0; }
.loading { text-align: center; padding: 40px; display: none; }
.spinner { width: 40px; height: 40px; border: 4px solid #e0e0e0; border-top-color: #179e83; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 15px; }
.spinner { width: 40px; height: 40px; border: 4px solid #e0e0e0; border-top-color: #6d28d9; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 15px; }
@keyframes spin { to { transform: rotate(360deg); } }
#results { display: none; }
.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; }
.path-list { list-style: none; padding: 0; margin: 0; max-height: 200px; overflow-y: auto; }
.path-list li { padding: 8px 12px; border-bottom: 1px solid #e0e0e0; font-family: monospace; font-size: 0.9em; }
.path-list li:last-child { border-bottom: none; }
.cta-box { text-align: center; padding: 30px; background: linear-gradient(135deg, #144784 0%, #179e83 100%); border-radius: 8px; color: white; margin-top: 30px; }
.cta-box a { display: inline-block; background: white; color: #144784; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.cta-box { text-align: center; padding: 30px; background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); border-radius: 8px; color: white; margin-top: 30px; }
.cta-box a { display: inline-block; background: white; color: #7c3aed; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; }
</style>
</head>
<body>
@@ -96,7 +96,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/robots-analyzer";
<div id="results">
<div style="margin-bottom: 25px;">
<h3 style="color: #1a1a2e; margin-bottom: 15px;">📊 Quick Summary</h3>
<h3 style="color: #1e1b4b; margin-bottom: 15px;">📊 Quick Summary</h3>
<div id="summaryBadges"></div>
</div>

View File

@@ -1,7 +1,7 @@
<?php
$page_title = "Free Website Scrapeability Checker | UK Data Services";
$page_title = "Free Website Scrapeability Checker | UK AI Automation";
$page_description = "Check if a website can be scraped. Our free tool analyzes technical complexity, JavaScript requirements, and provides expert recommendations for data extraction.";
$canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
$canonical_url = "https://ukaiautomation.co.uk/tools/scrapeability-checker";
?>
<!DOCTYPE html>
<html lang="en">
@@ -29,7 +29,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
"@type": "SoftwareApplication",
"name": "Website Scrapeability Checker",
"description": "Free tool to check if a website can be scraped and assess technical complexity",
"url": "https://ukdataservices.co.uk/tools/scrapeability-checker",
"url": "https://ukaiautomation.co.uk/tools/scrapeability-checker",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web Browser",
"offers": {
@@ -39,8 +39,8 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
},
"provider": {
"@type": "Organization",
"name": "UK Data Services",
"url": "https://ukdataservices.co.uk"
"name": "UK AI Automation",
"url": "https://ukaiautomation.co.uk"
}
}
</script>
@@ -57,7 +57,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
}
.checker-header h1 {
font-size: 2.2em;
color: #1a1a2e;
color: #1e1b4b;
margin-bottom: 15px;
}
.checker-header p {
@@ -83,11 +83,11 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
font-size: 1em;
}
.url-input-group input:focus {
border-color: #179e83;
border-color: #6d28d9;
outline: none;
}
.url-input-group button {
background: #179e83;
background: #6d28d9;
color: white;
border: none;
padding: 16px 32px;
@@ -113,7 +113,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
margin-bottom: 20px;
}
.result-section h3 {
color: #1a1a2e;
color: #1e1b4b;
margin-bottom: 15px;
display: flex;
align-items: center;
@@ -155,7 +155,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
.cta-section {
text-align: center;
padding: 30px;
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
border-radius: 8px;
color: white;
}
@@ -169,7 +169,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
.cta-section a {
display: inline-block;
background: white;
color: #144784;
color: #7c3aed;
padding: 14px 28px;
border-radius: 6px;
text-decoration: none;
@@ -183,7 +183,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
width: 40px;
height: 40px;
border: 4px solid #e0e0e0;
border-top-color: #179e83;
border-top-color: #6d28d9;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto 15px;
@@ -196,7 +196,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
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; }
</style>
</head>
@@ -250,7 +250,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/scrapeability-checker";
</div>
<div style="margin-top: 40px; padding: 30px; background: #f8f9fa; border-radius: 12px;">
<h3 style="color: #1a1a2e; margin-bottom: 15px;">How This Tool Works</h3>
<h3 style="color: #1e1b4b; margin-bottom: 15px;">How This Tool Works</h3>
<p style="color: #666; line-height: 1.7;">
Our scrapeability checker analyzes several factors that affect data extraction difficulty:
</p>