This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "LocalBusiness", | |
"name": "ABD STUDIO", | |
"description": "ABD STUDIO is an interior design studio located in the heart of San Francisco’s Russian Hill neighborhood, at 2418 Polk Street. Nestled among charming storefronts and walkable streets, our light-filled studio is just minutes from many of our project sites across San Francisco.", | |
"url": "https://abd-studio.com", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "2418 Polk Street", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
[ | |
{ | |
"@context": "https://schema.org", | |
"@type": "GeoCoordinates", | |
"name": "GeoCoordinates", | |
"latitude": "33.1187514", | |
"longitude": "-117.0859457", | |
"@id": "https://specialtydesignbuild.com/#GeoCoordinates" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://schema.org", | |
"@type": "SportsTeam", | |
"name": "Springfield Hawks", | |
"sport": "Basketball", | |
"logo": "https://www.springfieldhawks.com/logo.png", | |
"homeLocation": { | |
"@type": "Place", | |
"name": "Hawks Arena", | |
"address": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://schema.org", | |
"@type": "SportsTeam", | |
"name": "Springfield Hawks", | |
"sport": "Basketball", | |
"memberOf": [ | |
{ | |
"@type": "SportsOrganization", | |
"name": "Springfield Basketball League" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://schema.org", | |
"@type": "SportsTeam", | |
"name": "Springfield Falcons", | |
"sport": "Soccer", | |
"memberOf": { | |
"@type": "SportsAssociation", | |
"name": "Springfield Soccer League" | |
}, | |
"coach": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": [ | |
"https://schema.org", | |
"https://www.w3.org/ns/credentials/v2" | |
], | |
"@type": "VerifiableCredential", | |
"validFrom": "2022-01-01T16:00:00Z", | |
"id": "http://certification.example/credentials/99876", | |
"issuer": "https://certification.example/issuers/1562", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://schema.org", | |
"@type": "Certification", | |
"name": "USDA Organic", | |
"url": "https://www.usda.gov/topics/farming/organic-agriculture" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "PhysiciansOffice", | |
"name": "Smith Medical Clinic", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "123 Health St", | |
"addressLocality": "Boston", | |
"addressRegion": "MA", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://schema.org", | |
"@type": "IndividualPhysician", | |
"name": "Dr. Jane Smith", | |
"identifier": "NPI:1234567890", | |
"practicesAt": { | |
"@type": "PhysiciansOffice", | |
"name": "Smith Medical Clinic", | |
"address": { | |
"@type": "PostalAddress", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Google Structured Data for WooCommerce | |
Plugin URI: https://www.damiencarbery.com/2019/04/google-structured-data-for-woocommerce/ | |
Description: Add Google Structured Data to WooCommerce products. Asked in: https://www.facebook.com/groups/genesiswp/permalink/2358845040833346/ | |
Author: Damien Carbery | |
Version: 0.1 | |
*/ | |
add_action( 'woocommerce_before_single_product_summary', 'dcwd_add_wc_structured_data' ); |
NewerOlder