From f383c3a4325bc173b6f9676274bc19694be6f9c0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:49:44 +0000
Subject: [PATCH] =Modified the Feed Fields config in Registrar, to utilize the built in functionality there
---
seo.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/seo.php b/seo.php
index 6df1e93..c9fb266 100644
--- a/seo.php
+++ b/seo.php
@@ -40,6 +40,7 @@
// Address - note the key names
'address' => [
+ 'type' => 'JVBase\managers\SEO\render\Thing\Intangible\ContactPoint\PostalAddress',
'streetAddress' => '6551 111 St NW',
'addressLocality' => 'Edmonton',
'addressRegion' => 'AB',
@@ -181,7 +182,7 @@
[
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\StructuredValue\OpeningHoursSpecification',
'dayOfWeek' => ['Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],
- 'opens' => '10:00',
+ 'opens' => '11:00',
'closes' => '18:00'
]
--
Gitblit v1.10.0