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/body-part.php | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/taxonomies/body-part.php b/taxonomies/body-part.php
index d82a3d4..6038c16 100644
--- a/taxonomies/body-part.php
+++ b/taxonomies/body-part.php
@@ -1,5 +1,5 @@
<?php
-// /taxonomies/form.php
+// /taxonomies/body-part.php
function altr_body_part():array
{
return [
@@ -21,6 +21,20 @@
'for_content' => [
'progress',
],
+ 'seo' => [
+ 'meta' => [
+ 'title' => '{{term_name}} Tattoo Removal – Before & After Results',
+ 'description' => 'See laser tattoo removal results on the {{term_name}}. Real before and after photos from Legacy Tattoo Removal in Edmonton.',
+ ],
+ 'schema' => [
+ 'type' => 'CollectionPage',
+ 'name' => '{{term_name}} Laser Tattoo Removal Before & Afters',
+ ],
+ 'archive' => [
+ 'type' => 'CollectionPage',
+ 'name' => 'Tattoo Removal on the {{term_name}} – Before & After',
+ ],
+ ],
'fields' => [
'term_name' => [
'label' => 'Name',
--
Gitblit v1.10.0