Remove Python as selling point throughout site

- about.php: title, subtitle, bio, technical background
- quote.php: title, meta, badge (10+ Years Python → 10+ Years Experience)
- case-studies/index.php: pipeline descriptions
- author-bio.php: fake author roles and bios
- article-footer.php: replace Python article links with actual AI articles
- blog/search.php: replace Python article, remove Python topic tag
This commit is contained in:
Peter Foster
2026-03-21 10:39:15 +00:00
parent 8eafc04b0f
commit a3cfcc9843
7 changed files with 28 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
// Enhanced security headers
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
$page_title = "About | UK AI Automation - Python & 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.";
$canonical_url = "https://ukaiautomation.co.uk/about";
@@ -164,7 +164,7 @@ $breadcrumbs = [
<section class="about-hero">
<div class="container">
<h1>About UK AI Automation</h1>
<p class="hero-subtitle">Python & AI Automation Consultant — Helping Legal & Consultancy Teams Since 2013</p>
<p class="hero-subtitle">AI Automation Consultant — Helping Legal & Consultancy Teams Since 2013</p>
</div>
</section>
@@ -232,7 +232,7 @@ $breadcrumbs = [
<section class="stats-section">
<div class="container">
<h2 style="margin-bottom: 20px;">By the Numbers</h2>
<p style="font-size: 1.2rem; opacity: 0.9; margin-bottom: 40px;">A decade of Python and data automation</p>
<p style="font-size: 1.2rem; opacity: 0.9; margin-bottom: 40px;">A decade of AI and data automation</p>
<div class="stats-grid">
<div class="stat-card">
@@ -277,7 +277,7 @@ $breadcrumbs = [
Manual data work is a tax on skilled people's time. A paralegal spending two days extracting data from contracts, a consultant manually compiling a competitor report, a compliance officer trawling through regulatory updates — none of that needs to be done by hand anymore.
</p>
<p style="font-size: 1.1rem; line-height: 1.6; color: #666;">
I build Python and AI systems that handle those tasks automatically, so the skilled people in your team can spend their time on the work that actually requires their expertise.
I build AI systems that handle those tasks automatically, so the skilled people in your team can spend their time on the work that actually requires their expertise.
</p>
</div>
</div>
@@ -296,7 +296,7 @@ $breadcrumbs = [
</div>
<div class="credential-item">
<h3>Founded 2013</h3>
<p>Over a decade of Python and data automation experience, working with legal firms and management consultancies across the UK.</p>
<p>Over a decade of AI automation experience, working with legal firms and management consultancies across the UK.</p>
</div>
<div class="credential-item">
<h3>&#163;5M Professional Indemnity</h3>
@@ -316,10 +316,10 @@ $breadcrumbs = [
<div class="founder-content" style="max-width: 800px; margin: 0 auto;">
<div class="founder-bio">
<h3 style="color: #7c3aed; font-size: 1.6rem; margin-bottom: 24px;">Founder &amp; 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;">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 automation 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 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>
<p style="font-size: 1.1rem; line-height: 1.7; color: #444; margin-bottom: 30px;"><strong>Technical background:</strong> .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;">
<a href="/quote" class="btn btn-primary">Get a Free Quote</a>
<a href="https://www.linkedin.com/company/ukaiautomation" class="btn btn-secondary" target="_blank" rel="noopener">LinkedIn</a>