Add 4 new articles, internal links, llms.txt, sitemap update

- New articles: M&A due diligence automation, contract review automation,
  how to brief an AI consultant, build vs buy AI automation
- Related articles sections added to all 6 existing articles
- Blog index updated to list all 10 articles
- Sitemap updated with all 10 article URLs
- llms.txt created for AI search engine visibility
- case-studies/index.php: fix title, CSS path, logo path, JS path
This commit is contained in:
Peter Foster
2026-03-21 13:02:09 +00:00
parent 63fb1fd099
commit 17d7bfa0c4
14 changed files with 496 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
<?php
$page_title = "Case Studies | UK AI Automation - AI Automation";
$page_description = "Real examples of automation projects we've built for UK law firms and management consultancies document extraction, research automation, data pipelines, and AI agents.";
$page_title = "Case Studies | UK AI Automation";
$page_description = "Real examples of automation projects we've built for UK law firms and management consultancies — document extraction, research automation, data pipelines, and AI agents.";
$canonical_url = "https://ukaiautomation.co.uk/case-studies/";
?>
<!DOCTYPE html>
@@ -16,7 +16,7 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&family=Lato:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.min.css?v=1.1.4">
<link rel="stylesheet" href="/assets/css/main.css?v=20260321">
<style>
.cs-hero { padding: 120px 0 60px; background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%); text-align: center; color: white; }
.cs-hero h1 { font-size: 2.8rem; margin-bottom: 20px; }
@@ -42,7 +42,7 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<section class="cs-hero">
<div class="container">
<h1>Case Studies</h1>
<p>Real automation projects delivered for UK law firms and management consultancies with measurable time savings.</p>
<p>Real automation projects delivered for UK law firms and management consultancies — with measurable time savings.</p>
</div>
</section>
@@ -53,10 +53,10 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<div class="cs-card">
<div class="cs-card-body">
<span class="cs-tag">Document Extraction</span>
<h2>Due Diligence Pack Automation Corporate Law Firm</h2>
<p>A mid-size corporate law firm was spending 2 days per deal extracting and summarising data from due diligence packs contracts, company filings, financial statements. We built an AI pipeline using OCR and LLMs that processes the same packs overnight, outputting a structured summary report.</p>
<h2>Due Diligence Pack Automation — Corporate Law Firm</h2>
<p>A mid-size corporate law firm was spending 2 days per deal extracting and summarising data from due diligence packs — contracts, company filings, financial statements. We built an AI pipeline using OCR and LLMs that processes the same packs overnight, outputting a structured summary report.</p>
<div class="cs-result">
<span>2 days overnight</span>
<span>2 days → overnight</span>
Time saved per M&A transaction
</div>
</div>
@@ -65,7 +65,7 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<div class="cs-card">
<div class="cs-card-body">
<span class="cs-tag">Research Automation</span>
<h2>Market Intelligence Monitoring Management Consultancy</h2>
<h2>Market Intelligence Monitoring — Management Consultancy</h2>
<p>A management consultancy's research team spent several hours each week manually monitoring industry publications and news sources to brief partners ahead of client engagements. We built an automated system that monitors sources daily, classifies relevant items by practice area, and delivers a structured briefing to each partner every morning.</p>
<div class="cs-result">
<span>~25 hours/month saved</span>
@@ -77,10 +77,10 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<div class="cs-card">
<div class="cs-card-body">
<span class="cs-tag">Data Pipeline</span>
<h2>Automated Weekly Reporting Management Consultancy</h2>
<h2>Automated Weekly Reporting — Management Consultancy</h2>
<p>A management consultancy was spending half a day every Monday manually pulling data from four different systems and compiling a client report. We built an automation pipeline that runs automatically each Monday morning, pulling from all four sources and generating a formatted report ready for review by 9am.</p>
<div class="cs-result">
<span>4 hours 0 hours</span>
<span>4 hours → 0 hours</span>
Weekly manual effort eliminated
</div>
</div>
@@ -89,8 +89,8 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<div class="cs-card">
<div class="cs-card-body">
<span class="cs-tag">AI Agent</span>
<h2>Contract Review Agent Legal Services</h2>
<p>A legal services team regularly reviewed supplier contracts for specific clause types and risk indicators. We built a custom AI agent that ingests contracts, identifies and extracts key clauses, flags risk indicators against a defined checklist, and produces a structured review summary replacing the first pass of manual review.</p>
<h2>Contract Review Agent — Legal Services</h2>
<p>A legal services team regularly reviewed supplier contracts for specific clause types and risk indicators. We built a custom AI agent that ingests contracts, identifies and extracts key clauses, flags risk indicators against a defined checklist, and produces a structured review summary — replacing the first pass of manual review.</p>
<div class="cs-result">
<span>80% reduction</span>
In first-pass review time
@@ -106,7 +106,7 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
<div class="container">
<h2>Have a Similar Problem?</h2>
<p>Get in touch and we'll look at your specific workflow together.</p>
<a href="/quote" class="btn btn-secondary" style="background: white; color: #7c3aed; border-color: white;">Get a Free Quote</a>
<a href="/quote" class="btn btn-secondary" style="background: white; color: #7c3aed; border-color: white;">Get a Quote</a>
</div>
</section>
</main>
@@ -168,6 +168,6 @@ $canonical_url = "https://ukaiautomation.co.uk/case-studies/";
</div>
</div>
</footer>
<script src="/assets/js/main.min.js?v=1.1.1"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>