Skip to content

Instantly share code, notes, and snippets.

@tfgrahame
Last active December 27, 2015 16:22
Show Gist options
  • Save tfgrahame/c74e53f9fa47ddc01459 to your computer and use it in GitHub Desktop.
Save tfgrahame/c74e53f9fa47ddc01459 to your computer and use it in GitHub Desktop.
Business offering fly fishing, covering an area
{
"@context": "http://schema.org/",
"@type": "Organization",
"name": "Stocks Fly Fishery",
"url": "http://gone-fishing.co.uk/stocks-reservoir",
"address": "Catlow Rd, Slaidburn, Nr Clitheroe, Lancashire, BB7 3AQ",
"email": "info@stocksreservoir.com",
"telephone": "01200 446602",
"areaServed": {
"@type": "LakeBodyOfWater",
"name": "Stocks Reservoir",
"hasMap": "https://www.google.com/maps?ll=53.995833,-2.413889&q=53.995833,-2.413889&hl=en&t=m&z=12",
"geo": {
"@type": "GeoCoordinates",
"latitude": "53.995833",
"longitude": "-2.413889"
}
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Fly Fishing",
"itemListElement": [{
"@type": "OfferCatalog",
"name": "Fly Fishing",
"itemListElement": [{
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Brown Trout"
}
}, {
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Rainbow Trout"
}
}]
}, {
"@type": "OfferCatalog",
"name": "Fishing Tuition",
"itemListElement": [{
"@type": "Offer",
"price": "30.00",
"priceCurrency": "GBP",
"itemOffered": {
"@type": "Service",
"name": "Single Lessons"
}
}, {
"@type": "Offer",
"price": "45.00",
"priceCurrency": "GBP",
"itemOffered": {
"@type": "Service",
"name": "Double lessons"
}
}]
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment