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' => '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>
|
||||
|
||||
Reference in New Issue
Block a user