Skip to content

Instantly share code, notes, and snippets.

@the-timallen
the-timallen / tips-for-structured-data-2
Created February 26, 2019 15:05
Tips for Structured Data on E-commerce sites
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Distilled",
"url": "https://www.distilled.net/",
"sameAs": [
"http://www.facebook.com/distilled",
@the-timallen
the-timallen / tips-for-structured-data-1
Created February 26, 2019 15:01
Structured data for ecommerce sites.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Distilled",
"url": "https://www.distilled.net/",
"sameAs": [
"http://www.facebook.com/distilled",
"http://twitter.com/distilled"
]