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 |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/taxonomies/skin-type.php b/taxonomies/skin-type.php
index 7f7fa48..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 [
@@ -18,6 +18,20 @@
         '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