Jake Vanderwerf
2026-02-14 27fb820ae9081fb56957cf75e79eccd8a99edd52
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'] = [