Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user