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

diff --git a/taxonomies/timeline.php b/taxonomies/timeline.php
index 7200d14..92ef768 100644
--- a/taxonomies/timeline.php
+++ b/taxonomies/timeline.php
@@ -1,5 +1,5 @@
 <?php
-// /taxonomies/progress.php
+// /taxonomies/timeline.php
 function altr_timeline():array
 {
     return [
@@ -15,6 +15,20 @@
         'for_content'    => [
             'progress',
         ],
+        'seo' => [
+            'meta' => [
+                'title' => '{{term_name}} Between Treatments – Tattoo Removal Progress',
+                'description' => 'See how tattoos heal and fade with {{term_name}} between laser removal sessions.',
+            ],
+            'schema' => [
+                'type' => 'CollectionPage',
+                'name' => '{{term_name}} Between Treatments – Progress Photos',
+            ],
+            'archive' => [
+                'type' => 'CollectionPage',
+                'name' => 'Tattoo Removal with {{term_name}} Between Sessions',
+            ],
+        ],
         'fields'         => [
             'term_name' => [
                 'label'     => 'Name',

--
Gitblit v1.10.0