open-y-subprojects / openy_hours_formatter
Hours Formatter widget from Open Y Distrubution.
Installs: 50 577
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 1
Type:drupal-module
Requires
README
Hours Formatter Widgets for Open Y Distribution
Open Y Hours Metatag Tokens
This module provides three tokens to be used in conjunction with Schema.org Metatag to enable translation of the Open Y "Branch Hours" field to Schema.org OpeningHoursSpecification objects.
To use them:
- Require and enable the Schema Metatag module and any Schema Type submodules that you plan to use. We recommend that Branches use the "Schema.org Organization" module.
- Configure Branch nodes to use the "LocalBusiness" Organizatoin type, then configure the rest of your fields.
- In the "OpeningHoursSpecification" section, set the following:
- @type - OpeningHoursSpecification
- Pivot - Pivot
- dayOfWeek - [openy_hours:day_of_week]
- opens - [openy_hours:opens]
- closes - [openy_hours:closes]
- Save and clear caches. You should see the proper metadata populating the
<script type="application/ld+json">
section of the<head>
on Branch pages.