Fix all UKDS SEO cross-contamination risks
- Remove old sitemaps pointing to ukdataservices.co.uk URLs - Delete llms.txt/llms-full.txt (had ukdataservices references) - Replace all web scraping text in PHP files with AI automation equivalents - Add noindex to legal boilerplate pages (privacy, terms, cookie, GDPR) to prevent duplicate content penalty - Fix OG/Twitter social card images from ukds-* filenames to ukaiautomation-* - Fix lead-capture.php to write logs to ukaiautomation directory - Fix sitemap.php, quote-handler, canonical.php, related-services component
This commit is contained in:
12
about.php
12
about.php
@@ -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://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg">
|
||||
<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://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
|
||||
@@ -60,9 +60,9 @@ $breadcrumbs = [
|
||||
"@id": "https://ukaiautomation.co.uk#organization",
|
||||
"name": "UK AI Automation",
|
||||
"foundingDate": "2013",
|
||||
"description": "Professional data solutions provider specializing in web scraping, data extraction, and business intelligence services.",
|
||||
"description": "Professional data solutions provider specializing in AI Automation, data extraction, and business intelligence services.",
|
||||
"knowsAbout": [
|
||||
"Web Scraping",
|
||||
"AI Automation",
|
||||
"Data Extraction",
|
||||
"Business Intelligence",
|
||||
"Data Analytics",
|
||||
@@ -76,7 +76,7 @@ $breadcrumbs = [
|
||||
}
|
||||
],
|
||||
"award": [
|
||||
"UK's No.1 Web Scraping Service",
|
||||
"UK's No.1 AI Automation Services",
|
||||
"99.8% Data Accuracy Achievement",
|
||||
"£2.5M+ Client Value Created"
|
||||
],
|
||||
@@ -317,7 +317,7 @@ $breadcrumbs = [
|
||||
<div class="founder-bio">
|
||||
<h3 style="color: #7c3aed; font-size: 1.6rem; margin-bottom: 24px;">Founder & Lead Engineer — UK AI Automation</h3>
|
||||
<p style="font-size: 1.1rem; line-height: 1.7; color: #444; margin-bottom: 20px;">I founded UK AI Automation in 2013 after spending several years building data pipelines and automation systems for financial services firms in London. I kept seeing the same problem: highly skilled people spending hours doing work that a well-written Python script could handle in minutes.</p>
|
||||
<p style="font-size: 1.1rem; line-height: 1.7; color: #444; margin-bottom: 20px;">For the first decade I focused mainly on web scraping and data collection. Over the last few years the work has shifted substantially toward AI-powered automation — using LLMs to extract data from documents, building research agents that monitor and summarise information automatically, and creating data pipelines that connect systems that were never designed to talk to each other.</p>
|
||||
<p style="font-size: 1.1rem; line-height: 1.7; color: #444; margin-bottom: 20px;">For the first decade I focused mainly on AI Automation and data collection. Over the last few years the work has shifted substantially toward AI-powered automation — using LLMs to extract data from documents, building research agents that monitor and summarise information automatically, and creating data pipelines that connect systems that were never designed to talk to each other.</p>
|
||||
<p style="font-size: 1.1rem; line-height: 1.7; color: #444; margin-bottom: 20px;">I work primarily with law firms and management consultancies. These are organisations where the cost of skilled people's time is high and the volume of manual data work is significant — which makes automation genuinely valuable rather than just interesting.</p>
|
||||
<p style="font-size: 1.1rem; line-height: 1.7; color: #444; margin-bottom: 30px;"><strong>Technical background:</strong> Python, .NET/C#, SQL, REST APIs, LLMs and RAG pipelines, ETL and data pipeline tooling, cloud infrastructure (AWS/Azure). Based in North Walsham, Norfolk.</p>
|
||||
<div style="display: flex; gap: 16px; flex-wrap: wrap;">
|
||||
|
||||
Reference in New Issue
Block a user