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:
@@ -7,52 +7,84 @@ 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',
|
||||
'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.',
|
||||
'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' => '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' => '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' => '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',
|
||||
'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.',
|
||||
'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',
|
||||
'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.',
|
||||
'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' => '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',
|
||||
'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' => '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.',
|
||||
'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' => 'gdpr-ai-automation-uk-firms',
|
||||
'title' => 'GDPR and AI Automation: What UK Professional Services Firms Need to Know',
|
||||
'category' => 'Compliance',
|
||||
'date' => '2026-03-21',
|
||||
'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.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user