From 1e981179fc999d873000683b869aef01284827af Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:25:11 +0000
Subject: [PATCH] =jakevan latest

---
 taxonomies/theme.php |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/taxonomies/theme.php b/taxonomies/theme.php
index 9c8583c..0c03cb0 100644
--- a/taxonomies/theme.php
+++ b/taxonomies/theme.php
@@ -12,7 +12,7 @@
         ],
         'singular'     => 'Theme',
         'plural'       => 'Themes',
-        'icon'         => 'hashtag',
+        'icon'         => 'hash',
         'favouritable' => true,
         'show_feed'    => true,
         'approve_new'  => false,
@@ -29,6 +29,22 @@
             'strategy',
             'writing',
         ],
+        'seo' => [
+            'schema' => [
+                'type' => 'DefinedTerm',
+                'name' => '{{term_name}}',
+                'description' => '{{description}}',
+                'alternateName' => '{{alternate_name}}',
+            ],
+            'meta' => [
+                'title' => '{{term_name}} | Themes',
+                'description' => '{{description}}',
+            ],
+            'archive' => [
+                'type' => 'CollectionPage',
+                'name' => '{{term_name}} Projects',
+            ],
+        ],
         'fields'       => [
             'term_name'       => [
                 'label'     => 'Name',

--
Gitblit v1.10.0