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/skin-type.php |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/taxonomies/skin-type.php b/taxonomies/skin-type.php
index ab7e09d..7d09224 100644
--- a/taxonomies/skin-type.php
+++ b/taxonomies/skin-type.php
@@ -1,5 +1,5 @@
 <?php
-// /taxonomies/media.php
+// /taxonomies/skin-type.php
 function altr_skin_type():array
 {
     return [
@@ -12,12 +12,26 @@
         'show_feed'      => true,
         'show_directory' => true,
         'rewrite'        => [
-            'slug'         => 'skin-type',
+            'slug'         => 'before-and-after/by/skin-type',
             'with_front'   => false,
         ],
         'for_content'    => [
             'progress'
         ],
+        'seo' => [
+            'meta' => [
+                'title' => 'Skin Type {{term_name}} Tattoo Removal – Before & After',
+                'description' => 'Laser tattoo removal results on FitzPatrick Skin Type {{term_name}}. Safe PicoWay treatment for all skin types in Edmonton.',
+            ],
+            'schema' => [
+                'type' => 'CollectionPage',
+                'name' => 'Tattoo Removal on Skin Type {{term_name}}',
+            ],
+            'archive' => [
+                'type' => 'CollectionPage',
+                'name' => 'FitzPatrick Skin Type {{term_name}} – Tattoo Removal Results',
+            ],
+        ],
         'fields'         => [
             'term_name' => [
                 'label'     => 'Name',

--
Gitblit v1.10.0