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

---
 taxonomies/goal.php |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/taxonomies/goal.php b/taxonomies/goal.php
index d82ee76..c0dc2d0 100644
--- a/taxonomies/goal.php
+++ b/taxonomies/goal.php
@@ -10,6 +10,7 @@
             'Complete tattoo removal or fading for a cover up tattoo (or unknown)'
         ],
         'show_feed'      => true,
+        'show_directory'=> true,
         'rewrite'        => [
             'slug'         => 'before-and-after/by/goal',
             'with_front'   => false,
@@ -17,6 +18,20 @@
         'for_content'    => [
             'progress',
         ],
+        'seo' => [
+            'meta' => [
+                'title' => '{{term_name}} – Before & After Laser Tattoo Removal',
+                'description' => 'Before and after results for clients seeking {{term_name}}. See how PicoWay laser technology delivers results in Edmonton.',
+            ],
+            'schema' => [
+                'type' => 'CollectionPage',
+                'name' => '{{term_name}} Before & Afters',
+            ],
+            'archive' => [
+                'type' => 'CollectionPage',
+                'name' => '{{term_name}} – Laser Tattoo Removal Results',
+            ],
+        ],
         'fields'         => [
             'term_name' => [
                 'label'     => 'Name',

--
Gitblit v1.10.0