Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Enhanced security headers
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "Web Scraping & Data Services | Project Types | UK Data Services";
|
||||
$page_title = "Web Scraping & Data Services | Project Types | UK AI Automation";
|
||||
$page_description = "Explore the data solutions we've delivered for UK businesses — from web scraping frameworks to business intelligence systems and automation.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/project-types";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/project-types";
|
||||
|
||||
// Breadcrumb navigation
|
||||
$breadcrumbs = [
|
||||
@@ -20,7 +20,7 @@ $breadcrumbs = [
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="data extraction projects, web scraping solutions, business intelligence, document processing, environmental data systems">
|
||||
<meta name="author" content="UK Data Services">
|
||||
<meta name="author" content="UK AI Automation">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
|
||||
@@ -29,7 +29,7 @@ $breadcrumbs = [
|
||||
<meta property="og:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<meta property="og:title" content="<?php echo htmlspecialchars($page_title); ?>">
|
||||
<meta property="og:description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta property="og:image" content="https://ukdataservices.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
@@ -37,7 +37,7 @@ $breadcrumbs = [
|
||||
<meta name="twitter:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<meta name="twitter:title" content="<?php echo htmlspecialchars($page_title); ?>">
|
||||
<meta name="twitter:description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="twitter:image" content="https://ukdataservices.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
|
||||
@@ -51,22 +51,22 @@ $breadcrumbs = [
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@id": "https://ukdataservices.co.uk/project-types#article",
|
||||
"@id": "https://ukaiautomation.co.uk/project-types#article",
|
||||
"headline": "Data Extraction & Web Scraping Solutions",
|
||||
"description": "Comprehensive overview of our data extraction and web scraping projects. Custom solutions for business intelligence, price monitoring, and market research..",
|
||||
"author": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
"@id": "https://ukaiautomation.co.uk#organization"
|
||||
},
|
||||
"publisher": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
"@id": "https://ukaiautomation.co.uk#organization"
|
||||
},
|
||||
"datePublished": "2024-01-15",
|
||||
"dateModified": "2024-06-07",
|
||||
"image": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png",
|
||||
"url": "https://ukdataservices.co.uk/project-types",
|
||||
"image": "https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png",
|
||||
"url": "https://ukaiautomation.co.uk/project-types",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "https://ukdataservices.co.uk/project-types#webpage"
|
||||
"@id": "https://ukaiautomation.co.uk/project-types#webpage"
|
||||
},
|
||||
"about": [
|
||||
{
|
||||
@@ -95,10 +95,10 @@ $breadcrumbs = [
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "TechArticle",
|
||||
"headline": "UK Data Services Technical Capabilities",
|
||||
"headline": "UK AI Automation Technical Capabilities",
|
||||
"description": "Comprehensive technical skills and development capabilities across multiple industries and project types",
|
||||
"author": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
"@id": "https://ukaiautomation.co.uk#organization"
|
||||
},
|
||||
"proficiencyLevel": "Expert",
|
||||
"dependencies": [
|
||||
@@ -124,7 +124,7 @@ $breadcrumbs = [
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "ItemList",
|
||||
"name": "Industries Served by UK Data Services",
|
||||
"name": "Industries Served by UK AI Automation",
|
||||
"description": "Comprehensive list of industries where we have delivered successful data solutions",
|
||||
"numberOfItems": 12,
|
||||
"itemListElement": [
|
||||
@@ -180,7 +180,7 @@ $breadcrumbs = [
|
||||
<style>
|
||||
.project-types-hero {
|
||||
padding: 120px 0 60px;
|
||||
background: linear-gradient(135deg, #252d3b 0%, #144784 100%);
|
||||
background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%);
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
@@ -195,13 +195,13 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.project-category h2 {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 20px;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.project-category h3 {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
margin-bottom: 16px;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
@@ -228,7 +228,7 @@ $breadcrumbs = [
|
||||
|
||||
.project-features li:before {
|
||||
content: "✓";
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
@@ -242,7 +242,7 @@ $breadcrumbs = [
|
||||
/* tech-tag, capabilities-grid, and capability-card styles are now in main.css */
|
||||
|
||||
.industry-section {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
padding: 80px 0;
|
||||
}
|
||||
@@ -293,10 +293,10 @@ $breadcrumbs = [
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"@id": "https://ukdataservices.co.uk#organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk",
|
||||
"logo": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png",
|
||||
"@id": "https://ukaiautomation.co.uk#organization",
|
||||
"name": "UK AI Automation",
|
||||
"url": "https://ukaiautomation.co.uk",
|
||||
"logo": "https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png",
|
||||
"description": "Professional web scraping, data extraction, and automation services for UK businesses.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
@@ -308,11 +308,11 @@ $breadcrumbs = [
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "sales",
|
||||
"url": "https://ukdataservices.co.uk/quote"
|
||||
"url": "https://ukaiautomation.co.uk/quote"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://www.linkedin.com/company/uk-data-services",
|
||||
"https://twitter.com/ukdataservices"
|
||||
"https://www.linkedin.com/company/ukaiautomation",
|
||||
"https://twitter.com/ukaiautomation"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@@ -821,9 +821,9 @@ $breadcrumbs = [
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img src="assets/images/logo-white.svg" alt="UK Data Services">
|
||||
<img src="assets/images/logo-white.svg" alt="UK AI Automation">
|
||||
</div>
|
||||
<p>Enterprise data intelligence solutions for modern British business. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
@@ -850,7 +850,7 @@ $breadcrumbs = [
|
||||
<ul>
|
||||
<li><a href="/blog/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/case-studies/">Case Studies</a></li>
|
||||
<li><a href="/about">About UK Data Services</a></li>
|
||||
<li><a href="/about">About UK AI Automation</a></li>
|
||||
<li><a href="/project-types">Project Types</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/quote">Request Consultation</a></li>
|
||||
@@ -869,10 +869,10 @@ $breadcrumbs = [
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
|
||||
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-linkedin.svg" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-twitter.svg" alt="Twitter"></a>
|
||||
<a href="https://linkedin.com/company/ukaiautomation" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-linkedin.svg" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukaiautomation" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-twitter.svg" alt="Twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user