Jake Vanderwerf
2026-02-10 8c4279f9bbe7ec4681412865b999f2f4457d80ac
taxonomies/age.php
@@ -1,5 +1,5 @@
<?php
// /taxonomies/target.php
// /taxonomies/age.php
function altr_age():array
{
    return [
@@ -7,6 +7,7 @@
        'plural'       => 'Ages of Tattoo',
        'icon'         => 'cake',
        'show_feed'    => true,
        'show_directory'=> true,
        'rewrite'      => [
            'slug'         => 'before-and-after/by/age',
            'with_front'   => false,
@@ -16,6 +17,20 @@
        'for_content'  => [
            'progress',
        ],
        'seo' => [
            'meta' => [
                'title' => '{{term_name}} Old Tattoo Removal – Before & After',
                'description' => 'See laser removal results on tattoos that are {{term_name}} old. Older ink often responds differently to treatment.',
            ],
            'schema' => [
                'type' => 'CollectionPage',
                'name' => '{{term_name}} Old Tattoo Removal Results',
            ],
            'archive' => [
                'type' => 'CollectionPage',
                'name' => 'Removing {{term_name}} Old Tattoos – Before & After',
            ],
        ],
        'fields'       => [
            'term_name' => [
                'label'     => 'Name',