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/style.php |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/taxonomies/style.php b/taxonomies/style.php
index bf4475d..5792917 100644
--- a/taxonomies/style.php
+++ b/taxonomies/style.php
@@ -1,6 +1,6 @@
 <?php
 // /taxonomies/style.php
-function ajv_style():array
+function altr_style():array
 {
     return [
         'directory'    => 'Styles',
@@ -15,17 +15,29 @@
         'favouritable' => true,
         'show_feed'    => true,
         'rewrite'      => [
-            'slug'         => 'style',
+            'slug'         => 'before-and-after/by/style',
             'with_front'   => false,
             'hierarchical' => true,
         ],
         'hierarchical' => true,
         'for_content'  => [
-            'art',
-            'design',
-            'development',
-            'strategy',
-            'writing',
+            'progress',
+        ],
+        'seo' => [
+            'meta' => [
+                'title' => '{{term_name}} Tattoo Removal – Before & After Results',
+                'description' => 'See real before and after results of {{term_name}} tattoo removal with PicoWay laser technology in Edmonton.',
+            ],
+            'schema' => [
+                'type' => 'CollectionPage',
+                'name' => '{{term_name}} Tattoo Removal Before & Afters',
+                'description' => '{{term_description}}',
+            ],
+            'archive' => [
+                'type' => 'CollectionPage',
+                'name' => '{{term_name}} Tattoo Removal – Before & After Gallery',
+                'description' => 'Browse laser tattoo removal progress photos for {{term_name}} tattoos.',
+            ],
         ],
         'fields'       => [
             'term_name'       => [

--
Gitblit v1.10.0