SEO: add BlogPosting schema, fix HTML heads, clean stale content
- Create includes/blog-article-head.php with full HTML head + BlogPosting JSON-LD schema (Organization author, OG/Twitter tags) - Wire blog-article-head.php into all 6 blog articles (were missing DOCTYPE/head) - Rewrite blog/search.php: only real articles, standard includes, noindex - Simplify author-bio.php: remove invented fictional authors, org entry only - Sitemap: add lastmod 2026-03-21, add case-studies and faq URLs - Fix faq.php page title (redundant AI Automation duplicate removed)
This commit is contained in:
@@ -10,7 +10,7 @@ $article = [
|
||||
'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 why the ROI case for automation is usually compelling.',
|
||||
];
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/meta-tags.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/blog-article-head.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
?>
|
||||
<main>
|
||||
|
||||
@@ -10,7 +10,7 @@ $article = [
|
||||
'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.',
|
||||
];
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/meta-tags.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/blog-article-head.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
?>
|
||||
<main>
|
||||
|
||||
@@ -10,7 +10,7 @@ $article = [
|
||||
'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.',
|
||||
];
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/meta-tags.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/blog-article-head.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
?>
|
||||
<main>
|
||||
|
||||
@@ -10,7 +10,7 @@ $article = [
|
||||
'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.',
|
||||
];
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/meta-tags.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/blog-article-head.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
?>
|
||||
<main>
|
||||
|
||||
@@ -10,7 +10,7 @@ $article = [
|
||||
'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.',
|
||||
];
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/meta-tags.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/blog-article-head.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
?>
|
||||
<main>
|
||||
|
||||
@@ -10,7 +10,7 @@ $article = [
|
||||
'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? Here is a clear, jargon-free explanation with practical examples.',
|
||||
];
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/meta-tags.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/blog-article-head.php');
|
||||
include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
?>
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user