Jake Vanderwerf
2025-12-23 76d68c97f572120dc75d0501cc82acf4022d6b33
taxonomies/section.php
@@ -1,5 +1,5 @@
<?php
// /taxonomies/target.php
// /taxonomies/section.php
function altr_section():array
{
    return [
@@ -16,6 +16,22 @@
        'for_content'  => [
            'faq',
        ],
        'seo'   => [
            'meta'  => [
                'title'         => '{{term_name}} | FAQ',
                'description'   => '{{description}}'
            ],
            'schema' => [
                'type'      => 'FAQPage',
                'name'          => '{{term_name}} | FAQ',
                'description'   => '{{term_description}}',
            ],
            'archive' => [
                'type'          => 'FAQPage',
                'name'          => '{{term_name}} - Frequently Asked Questions',
                'description'   => '{{description}}',
            ]
        ],
        'fields'       => [
            'term_name' => [
                'label'     => 'Name',