From 76d68c97f572120dc75d0501cc82acf4022d6b33 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 23 Dec 2025 20:14:14 +0000
Subject: [PATCH] =legacy rebrand finished

---
 taxonomies/section.php |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/taxonomies/section.php b/taxonomies/section.php
index 3660bef..c07562c 100644
--- a/taxonomies/section.php
+++ b/taxonomies/section.php
@@ -1,5 +1,5 @@
 <?php
-// /taxonomies/target.php
+// /taxonomies/section.php
 function altr_section():array
 {
     return [
@@ -16,6 +16,22 @@
         'for_content'  => [
             'faq',
         ],
+        'seo'   => [
+            'meta'  => [
+                'title'         => '{{term_name}} | FAQ',
+                'description'   => '{{description}}'
+            ],
+            'schema' => [
+                'type'      => 'FAQPage',
+                'name'          => '{{term_name}} | FAQ',
+                'description'   => '{{term_description}}',
+            ],
+            'archive' => [
+                'type'          => 'FAQPage',
+                'name'          => '{{term_name}} - Frequently Asked Questions',
+                'description'   => '{{description}}',
+            ]
+        ],
         'fields'       => [
             'term_name' => [
                 'label'     => 'Name',

--
Gitblit v1.10.0