Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created November 10, 2020 23:10
Show Gist options
  • Select an option

  • Save nathaningram/1010c5c0efb8855e68fdc356952eb8cf to your computer and use it in GitHub Desktop.

Select an option

Save nathaningram/1010c5c0efb8855e68fdc356952eb8cf to your computer and use it in GitHub Desktop.
PBDC 2020 - Schema from Business Info Settings Page
<!-- Begin Schema.org from Settings Page -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
[wpbb-if site:pods_settings settings_field=business_info:info_schema_type]
"@type": "[wpbb site:pods_settings settings_field='business_info:info_schema_type' type='author']",[/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_image_square]
"image": [
"[wpbb site:pods_settings settings_field='business_info:info_image_square' type='author']",
"[wpbb site:pods_settings settings_field='business_info:info_image_43' type='author']",
"[wpbb site:pods_settings settings_field='business_info:info_image_169' type='author']"
],[/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_logo]
"logo": "[wpbb site:pods_settings settings_field='business_info:info_logo' type='author']",[/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_business_name]
"name": "[wpbb site:pods_settings settings_field='business_info:info_business_name' type='author']",[/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_address]
"address": {
"@type": "PostalAddress",
"streetAddress": "[wpbb site:pods_settings settings_field='business_info:info_address' type='author']",
"addressLocality": "[wpbb site:pods_settings settings_field='business_info:info_city' type='author']",
"addressRegion": "[wpbb site:pods_settings settings_field='business_info:info_state' type='author']",
"postalCode": "[wpbb site:pods_settings settings_field='business_info:info_zip' type='author']",
"addressCountry": "US"
}, [/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_location_latitude]
"geo": {
"@type": "GeoCoordinates",
"latitude": [wpbb site:pods_settings settings_field='business_info:info_location_latitude' type='author'],
"longitude": [wpbb site:pods_settings settings_field='business_info:info_location_longitude' type='author']
}, [/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_phone]
"telephone": "[wpbb site:pods_settings settings_field='business_info:info_phone' type='author']", [/wpbb-if]
[wpbb-if site:pods_settings settings_field=business_info:info_hours_monday]
"openingHours":[
"Mo [wpbb site:pods_settings settings_field='business_info:info_hours_monday' type='author']",
"Tu [wpbb site:pods_settings settings_field='business_info:info_hours_tuesday' type='author']",
"We [wpbb site:pods_settings settings_field='business_info:info_hours_wednesday' type='author']",
"Th [wpbb site:pods_settings settings_field='business_info:info_hours_thursday' type='author']",
"Fr [wpbb site:pods_settings settings_field='business_info:info_hours_friday' type='author']",
"Sa [wpbb site:pods_settings settings_field='business_info:info_hours_saturday' type='author']",
"Su [wpbb site:pods_settings settings_field='business_info:info_hours_sunday' type='author']"
] [/wpbb-if]
}
</script>
<!-- End Schema.org from Settings Page -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment