Remove all personal name references throughout site
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||||
|
|
||||||
$page_title = "About | UK AI Automation - AI Automation Consultant";
|
$page_title = "About | UK AI Automation - AI Automation Consultant";
|
||||||
$page_description = "Peter Foster — UK-based AI automation consultant with 10+ years experience. I help legal and consultancy firms automate manual data and research workflows.";
|
$page_description = "UK-based AI automation consultancy with 10+ years experience. We help legal and consultancy firms automate manual data and research workflows.";
|
||||||
$canonical_url = "https://ukaiautomation.co.uk/about";
|
$canonical_url = "https://ukaiautomation.co.uk/about";
|
||||||
|
|
||||||
// Breadcrumb navigation
|
// Breadcrumb navigation
|
||||||
@@ -19,7 +19,7 @@ $breadcrumbs = [
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||||
<meta name="keywords" content="AI automation consultant UK, AI consultant, Peter Foster, UK AI Automation, document extraction, research automation">
|
<meta name="keywords" content="AI automation consultant UK, AI consultant, UK AI Automation, document extraction, research automation">
|
||||||
<meta name="author" content="UK AI Automation">
|
<meta name="author" content="UK AI Automation">
|
||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||||
@@ -174,7 +174,7 @@ $breadcrumbs = [
|
|||||||
<div style="max-width: 800px; margin: 0 auto; text-align: center;">
|
<div style="max-width: 800px; margin: 0 auto; text-align: center;">
|
||||||
<h2 style="margin-bottom: 30px;">The Background</h2>
|
<h2 style="margin-bottom: 30px;">The Background</h2>
|
||||||
<p style="font-size: 1.2rem; line-height: 1.6; color: #666; margin-bottom: 40px;">
|
<p style="font-size: 1.2rem; line-height: 1.6; color: #666; margin-bottom: 40px;">
|
||||||
UK AI Automation was founded in 2013 by Peter Foster, a automation consultant who had spent years building data pipelines and automation systems for financial services clients in London. He saw that businesses — particularly in legal, consultancy, and financial services — were spending enormous amounts of time on manual data work that could be automated.
|
UK AI Automation was founded in 2013 by an automation consultant who had spent years building data pipelines and automation systems for financial services clients in London. The insight was simple: businesses — particularly in legal, consultancy, and financial services — were spending enormous amounts of time on manual data work that could be automated.
|
||||||
</p>
|
</p>
|
||||||
<p style="font-size: 1.1rem; line-height: 1.6; color: #666; margin-bottom: 40px;">
|
<p style="font-size: 1.1rem; line-height: 1.6; color: #666; margin-bottom: 40px;">
|
||||||
Over the past decade the focus has shifted from general data collection toward AI-powered automation: extracting structured data from documents, automating research workflows, building data pipelines that connect existing systems, and creating custom AI agents that handle multi-step tasks autonomously. The clients are the same — legal firms, consultancies, financial services businesses — but the tools have moved on significantly.
|
Over the past decade the focus has shifted from general data collection toward AI-powered automation: extracting structured data from documents, automating research workflows, building data pipelines that connect existing systems, and creating custom AI agents that handle multi-step tasks autonomously. The clients are the same — legal firms, consultancies, financial services businesses — but the tools have moved on significantly.
|
||||||
@@ -312,7 +312,7 @@ $breadcrumbs = [
|
|||||||
|
|
||||||
<section class="about-founder" style="padding: 80px 0; background: #f8f9fa;">
|
<section class="about-founder" style="padding: 80px 0; background: #f8f9fa;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Meet Peter Foster</h2>
|
<h2>About UK AI Automation</h2>
|
||||||
<div class="founder-content" style="max-width: 800px; margin: 0 auto;">
|
<div class="founder-content" style="max-width: 800px; margin: 0 auto;">
|
||||||
<div class="founder-bio">
|
<div class="founder-bio">
|
||||||
<h3 style="color: #7c3aed; font-size: 1.6rem; margin-bottom: 24px;">Founder & Lead Engineer — UK AI Automation</h3>
|
<h3 style="color: #7c3aed; font-size: 1.6rem; margin-bottom: 24px;">Founder & Lead Engineer — UK AI Automation</h3>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<p>Written by <strong>Peter Foster</strong>, UK AI Automation — <a href="/quote">Get a Quote</a></p>
|
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<p>Written by <strong>Peter Foster</strong>, UK AI Automation — <a href="/quote">Get a Quote</a></p>
|
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<p>Written by <strong>Peter Foster</strong>, UK AI Automation — <a href="/quote">Get a Quote</a></p>
|
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<p>Written by <strong>Peter Foster</strong>, UK AI Automation — <a href="/quote">Get a Quote</a></p>
|
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<p>Written by <strong>Peter Foster</strong>, UK AI Automation — <a href="/quote">Get a Quote</a></p>
|
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<p>Written by <strong>Peter Foster</strong>, UK AI Automation — <a href="/quote">Get a Quote</a></p>
|
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
10
index.php
10
index.php
@@ -193,7 +193,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
],
|
],
|
||||||
"founder": {
|
"founder": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Peter Foster"
|
"name": "UK AI Automation"
|
||||||
},
|
},
|
||||||
"foundingDate": "2013",
|
"foundingDate": "2013",
|
||||||
"numberOfEmployees": {
|
"numberOfEmployees": {
|
||||||
@@ -742,7 +742,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
<img src="assets/images/icon-accuracy.svg" alt="Data precision target icon showing accuracy metrics, quality validation checkmarks, and statistical accuracy indicators" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-accuracy.svg" alt="Data precision target icon showing accuracy metrics, quality validation checkmarks, and statistical accuracy indicators" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>Direct Access to the Developer</h3>
|
<h3>Direct Access to the Developer</h3>
|
||||||
<p>No account managers or outsourced teams. You work directly with Peter, the consultant who builds and maintains your automation.</p>
|
<p>No account managers or outsourced teams. You work directly with the consultant who builds and maintains your automation.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
@@ -804,7 +804,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
<span class="star">★</span>
|
<span class="star">★</span>
|
||||||
<span class="star">★</span>
|
<span class="star">★</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="testimonial-text">"Peter built us an automated document extraction system that handles our due diligence packs. What used to take a paralegal two days now runs overnight. Genuinely transformative for our M&A practice."</p>
|
<p class="testimonial-text">"The team built us an automated document extraction system that handles our due diligence packs. What used to take a paralegal two days now runs overnight. Genuinely transformative for our M&A practice."</p>
|
||||||
<div class="testimonial-author-dark">
|
<div class="testimonial-author-dark">
|
||||||
<div class="testimonial-avatar">JM</div>
|
<div class="testimonial-avatar">JM</div>
|
||||||
<div class="testimonial-author-info">
|
<div class="testimonial-author-info">
|
||||||
@@ -821,7 +821,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
<span class="star">★</span>
|
<span class="star">★</span>
|
||||||
<span class="star">★</span>
|
<span class="star">★</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="testimonial-text">"We brought Peter in to automate our weekly market monitoring reports. He delivered a working system in three weeks at a fixed price. Our analysts now spend their time on analysis, not data gathering."</p>
|
<p class="testimonial-text">"We brought UK AI Automation in to automate our weekly market monitoring reports. He delivered a working system in three weeks at a fixed price. Our analysts now spend their time on analysis, not data gathering."</p>
|
||||||
<div class="testimonial-author-dark">
|
<div class="testimonial-author-dark">
|
||||||
<div class="testimonial-avatar">SC</div>
|
<div class="testimonial-avatar">SC</div>
|
||||||
<div class="testimonial-author-info">
|
<div class="testimonial-author-info">
|
||||||
@@ -838,7 +838,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
<span class="star">★</span>
|
<span class="star">★</span>
|
||||||
<span class="star">★</span>
|
<span class="star">★</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="testimonial-text">"We needed a research agent to monitor industry developments and case law across multiple practice areas and brief our partners weekly. Peter built exactly that — it saves our research team around 30 hours a month."</p>
|
<p class="testimonial-text">"We needed a research agent to monitor industry developments and case law across multiple practice areas and brief our partners weekly. UK AI Automation built exactly that — it saves our research team around 30 hours a month."</p>
|
||||||
<div class="testimonial-author-dark">
|
<div class="testimonial-author-dark">
|
||||||
<div class="testimonial-avatar">MT</div>
|
<div class="testimonial-avatar">MT</div>
|
||||||
<div class="testimonial-author-info">
|
<div class="testimonial-author-info">
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ $page_title = "Thank You | UK AI Automation";
|
|||||||
<div class="step-icon">1</div>
|
<div class="step-icon">1</div>
|
||||||
<div class="step-content">
|
<div class="step-content">
|
||||||
<strong>Same day</strong><br>
|
<strong>Same day</strong><br>
|
||||||
Peter will review your submission and reply to confirm receipt
|
We will review your submission and reply to confirm receipt
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="step">
|
<div class="step">
|
||||||
@@ -165,7 +165,7 @@ $page_title = "Thank You | UK AI Automation";
|
|||||||
<h3>While You Wait</h3>
|
<h3>While You Wait</h3>
|
||||||
<p>Learn more about how we work and what we've built for other clients</p>
|
<p>Learn more about how we work and what we've built for other clients</p>
|
||||||
<div class="upsell-buttons">
|
<div class="upsell-buttons">
|
||||||
<a href="/about" class="btn-white">About Peter Foster</a>
|
<a href="/about" class="btn-white">About Us</a>
|
||||||
<a href="/case-studies/" class="btn-outline">See Case Studies</a>
|
<a href="/case-studies/" class="btn-outline">See Case Studies</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -177,7 +177,7 @@ $page_title = "Thank You | UK AI Automation";
|
|||||||
<div class="resource-card">
|
<div class="resource-card">
|
||||||
<div class="icon">👤</div>
|
<div class="icon">👤</div>
|
||||||
<h4>About</h4>
|
<h4>About</h4>
|
||||||
<a href="/about">Peter's background →</a>
|
<a href="/about">Our background →</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="resource-card">
|
<div class="resource-card">
|
||||||
<div class="icon">📖</div>
|
<div class="icon">📖</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user