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/city.php | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/taxonomies/city.php b/taxonomies/city.php
index 3604bf6..d612fa2 100644
--- a/taxonomies/city.php
+++ b/taxonomies/city.php
@@ -25,6 +25,22 @@
'strategy',
'writing',
],
+ 'seo' => [
+ 'schema' => [
+ 'type' => 'City',
+ 'name' => '{{term_name}}',
+ 'description' => '{{term_description}}',
+ 'containedInPlace' => '{{site_url}}/#organization',
+ ],
+ 'meta' => [
+ 'title' => 'Projects in {{term_name}} | JakeVan',
+ 'description' => 'Art, design, development, and strategy projects in {{term_name}}.',
+ ],
+ 'archive' => [
+ 'type' => 'CollectionPage',
+ 'name' => 'Projects in {{term_name}}',
+ ],
+ ],
'fields' => [
'term_name' => [
'label' => 'Name',
--
Gitblit v1.10.0