meta-tags.php only defines PHP functions, outputs nothing. The page had no <!DOCTYPE html>, <html>, <head>, or CSS link — browser rendered it as an unstyled text document. Replaced with a proper HTML head section.
141 lines
7.4 KiB
PHP
141 lines
7.4 KiB
PHP
<?php
|
|
$page_title = "AI Automation Blog | UK AI Automation";
|
|
$page_description = "Practical articles on AI automation for UK law firms and management consultancies.";
|
|
$canonical_url = "https://ukaiautomation.co.uk/blog/";
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title><?php echo htmlspecialchars($page_title); ?></title>
|
|
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
|
<meta property="og:type" content="website">
|
|
<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:site_name" content="UK AI Automation">
|
|
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
|
|
<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@300;400;500;600;700&family=Lato:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/assets/css/main.css?v=20260322">
|
|
</head>
|
|
<body>
|
|
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
|
|
|
$articles = [
|
|
[
|
|
'slug' => 'due-diligence-automation-law-firms',
|
|
'title' => 'How Law Firms Can Automate Due Diligence Document Review',
|
|
'category' => 'Legal Tech',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '7 min read',
|
|
'excerpt' => 'Due diligence is one of the most document-heavy tasks in legal practice. AI extraction systems can now handle the bulk of this work — here is how it works in practice.',
|
|
],
|
|
[
|
|
'slug' => 'ma-due-diligence-automation-corporate-law',
|
|
'title' => 'M&A Due Diligence Automation for Corporate Law Firms',
|
|
'category' => 'Legal Tech',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '8 min read',
|
|
'excerpt' => 'M&A transactions generate the largest document volumes in corporate legal practice. AI extraction can now handle the bulk of first-pass review — here is what that looks like.',
|
|
],
|
|
[
|
|
'slug' => 'contract-review-automation-law-firms',
|
|
'title' => 'Contract Review Automation for Law Firms',
|
|
'category' => 'Legal Tech',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '7 min read',
|
|
'excerpt' => 'Reviewing routine contracts is one of the most time-intensive tasks in legal practice. AI automation can handle the first pass — freeing solicitors for work that requires legal judgement.',
|
|
],
|
|
[
|
|
'slug' => 'research-automation-management-consultancy',
|
|
'title' => 'Research Automation for Management Consultancies',
|
|
'category' => 'Consultancy Tech',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '7 min read',
|
|
'excerpt' => 'Junior analysts at consultancy firms spend a disproportionate amount of time on desk research that could be largely automated. Here is what that looks like in practice.',
|
|
],
|
|
[
|
|
'slug' => 'what-is-an-ai-agent-professional-services',
|
|
'title' => 'What Is an AI Agent? A Plain-English Guide for Legal and Consultancy Firms',
|
|
'category' => 'AI Automation',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '6 min read',
|
|
'excerpt' => 'The term AI agent gets used a lot, but what does it actually mean for a law firm or consultancy? A clear, jargon-free explanation with practical examples.',
|
|
],
|
|
[
|
|
'slug' => 'document-extraction-pdf-to-database',
|
|
'title' => 'Document Extraction: From Unstructured PDF to Structured Database',
|
|
'category' => 'AI Automation',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '8 min read',
|
|
'excerpt' => 'Modern AI extraction pipelines can turn stacks of PDFs and Word documents into clean, queryable data. Here is how the technology actually works, in plain terms.',
|
|
],
|
|
[
|
|
'slug' => 'build-vs-buy-ai-automation-professional-services',
|
|
'title' => 'Build vs Buy: AI Automation for Law Firms and Consultancies',
|
|
'category' => 'AI Automation',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '7 min read',
|
|
'excerpt' => 'Should your firm use an off-the-shelf AI tool or commission a custom-built system? A practical framework for making the right choice.',
|
|
],
|
|
[
|
|
'slug' => 'how-to-brief-ai-automation-consultant',
|
|
'title' => 'How to Brief an AI Automation Consultant',
|
|
'category' => 'AI Automation',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '6 min read',
|
|
'excerpt' => 'Getting the most from an AI automation engagement starts before the first call. What to prepare, how to scope the project, and how to evaluate whether a proposal makes sense.',
|
|
],
|
|
[
|
|
'slug' => 'cost-of-manual-data-work-professional-services',
|
|
'title' => 'The Real Cost of Manual Data Work in Legal and Consultancy Firms',
|
|
'category' => 'Business Case',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '7 min read',
|
|
'excerpt' => 'Manual data work costs professional services firms far more than they typically account for. Here is how to calculate the true figure — and the ROI case for automation.',
|
|
],
|
|
[
|
|
'slug' => 'gdpr-ai-automation-uk-firms',
|
|
'title' => 'GDPR and AI Automation: What UK Professional Services Firms Need to Know',
|
|
'category' => 'Compliance',
|
|
'date' => '2026-03-21',
|
|
'read_time' => '8 min read',
|
|
'excerpt' => 'GDPR compliance is a legitimate concern when deploying AI automation in UK legal and consultancy firms. Here is a clear-eyed look at the real issues and how to address them.',
|
|
],
|
|
];
|
|
?>
|
|
<main>
|
|
<section class="page-hero">
|
|
<div class="container">
|
|
<h1>AI Automation Blog</h1>
|
|
<p class="hero-subtitle">Practical guides on AI automation for UK law firms and management consultancies</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="blog-listing">
|
|
<div class="container">
|
|
<div class="articles-grid">
|
|
<?php foreach ($articles as $a): ?>
|
|
<article class="article-card">
|
|
<div class="article-card-meta">
|
|
<span class="category"><?php echo htmlspecialchars($a['category']); ?></span>
|
|
<span class="read-time"><?php echo htmlspecialchars($a['read_time']); ?></span>
|
|
</div>
|
|
<h2><a href="/blog/articles/<?php echo htmlspecialchars($a['slug']); ?>"><?php echo htmlspecialchars($a['title']); ?></a></h2>
|
|
<p><?php echo htmlspecialchars($a['excerpt']); ?></p>
|
|
<a href="/blog/articles/<?php echo htmlspecialchars($a['slug']); ?>" class="read-more">Read article →</a>
|
|
</article>
|
|
<?php endforeach; ?>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
|
|
</body>
|
|
</html>
|