Jake Vanderwerf
2026-02-10 6d4396cc8a7c715a259a0ff3072890f0640c79df
inc/managers/SEO/SchemaReferenceBuilder.php
@@ -1,10 +1,7 @@
<?php
namespace JVBase\managers\SEO;
use JVBase\meta\MetaManager;
use WP_Term;
use WP_User;
use WP_Post;
use JVBase\meta\Meta;
if (!defined('ABSPATH')) {
   exit;
@@ -480,8 +477,8 @@
         case 'TattooParlor':
         case 'Organization':
            // Add minimal location (just street address)
            $meta = new MetaManager($objectId, $objectType);
            $location = $meta->getValue('location');
            $meta = new Meta($objectId, $objectType);
            $location = $meta->get('location');
            if ($location && isset($location['address'])) {
               $reference['address'] = [