From 8c4279f9bbe7ec4681412865b999f2f4457d80ac Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:26:34 +0000
Subject: [PATCH] =legacy latest

---
 content/faq.php |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/content/faq.php b/content/faq.php
index 505b842..8b3d067 100644
--- a/content/faq.php
+++ b/content/faq.php
@@ -3,11 +3,14 @@
 function altr_faq():array
 {
     return [
-        'singular'       => 'Frequently Asked Question',
-        'plural'       => 'Frequently Asked Questions',
+        'singular'       => 'FAQ',
+        'plural'       => 'FAQs',
         'dash_description' => 'Manage your answers',
         'capability_type' => ['faq', 'faqs'],
         'breadcrumb'    => 'FAQ',
+        'addCrumb'      => 'section',
+        'show_directory'=> true,
+        'directory_extra'=> ['section'],
         'dash_title'    => 'FAQs',
         'icon'         => 'question',
         'rewrite_taxonomy' => 'section',
@@ -39,6 +42,21 @@
         ],
         'single_image' => false,
         'upload_title' => 'Upload Before & Afters',
+        'seo'   => [
+            'meta'  => [
+                'title'         => '{{post_title}} | FAQ',
+                'description'   => '{{post_excerpt}}'
+            ],
+            'schema' => [
+                'type'      => 'FAQPage',
+                'question'   => '{{post_title}}',
+                'answer'    => '{{post_excerpt}}',
+            ],
+            'archive' => [
+                'type'  => 'FAQPage',
+                'name'  => 'Common Questions about Laser Tattoo Removal',
+            ],
+        ]
     ];
 }
 
@@ -140,4 +158,4 @@
             ';
 //        $output = wp_add_inline_script('jvb-form', $script, 'after');
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.10.0