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 | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/taxonomies/goal.php b/taxonomies/goal.php
index 7ce9dcd..c0dc2d0 100644
--- a/taxonomies/goal.php
+++ b/taxonomies/goal.php
@@ -10,13 +10,28 @@
'Complete tattoo removal or fading for a cover up tattoo (or unknown)'
],
'show_feed' => true,
+ 'show_directory'=> true,
'rewrite' => [
- 'slug' => 'goal',
+ 'slug' => 'before-and-after/by/goal',
'with_front' => false,
],
'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