Skip to content

Instantly share code, notes, and snippets.

View patrickcoombe's full-sized avatar

Patrick Coombe patrickcoombe

View GitHub Profile

Keybase proof

I hereby claim:

  • I am PatrickCoombe on github.
  • I am patrickcoombe (https://keybase.io/patrickcoombe) on keybase.
  • I have a public key whose fingerprint is 69C0 B6E7 7626 6AC0 CE7F 1F2B 9DBC C15C B0F1 CE57

To claim this, I am signing this object:

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/my-news-article"
},
"headline": "Article headline",
"image": [
@patrickcoombe
patrickcoombe / course-json-ld
Created April 20, 2019 21:06
JSON-LD for Course
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Learn the Basics of SEO and JSON-LD 101",
"description": "Introductory SEO course for Everyone.",
"provider": {
"@type": "Organization",
"name": "Elite Strategies, LLC",
"sameAs": "http://www.example.com"
@patrickcoombe
patrickcoombe / seer-json-ld
Created April 21, 2019 06:56
SEER Interactive Homepage
<script type="application/ld+json"> {
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.seerinteractive.com/",
"sameAs": [
"https://www.facebook.com/SeerInteractive",
"https://www.instagram.com/seerinteractive/",
"https://www.linkedin.com/company/seer-interactive/",
"https://plus.google.com/110773419613073577531",
"https://www.youtube.com/user/seerinteractive/",
@patrickcoombe
patrickcoombe / moz-homepage
Created April 21, 2019 07:01
Moz's Homepage
<script type = "application/ld+json"> {
"@context": "http://schema.org",
"@type": "WebPage",
"author": {
"@id": "#identity"
},
"copyrightHolder": {
"@id": "#identity"
},
"copyrightYear": "2019-04-15T11:03:00-07:00",
@patrickcoombe
patrickcoombe / business-insider-post
Created April 21, 2019 07:02
Business Insider's "best electric razer" page
<script type = "application/ld+json"> {
"@context": "http:\/\/schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https:\/\/www.businessinsider.com\/best-electric-razor"
},
"headline": "The best electric razors you can buy",
"thumbnailUrl": "https:\/\/amp.businessinsider.com\/images\/5c61b63e70a61e76b81c92f3-320-240.jpg",
"image": {
@patrickcoombe
patrickcoombe / coinmarketcap homepage
Created April 21, 2019 07:06
Coinmarketcap Homepage
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "CoinMarketCap",
"url": "https://coinmarketcap.com",
"logo": "https://coinmarketcap.com/apple-touch-icon.png",
"sameAs": [
"https://www.facebook.com/CoinMarketCap/",
"https://twitter.com/coinmarketcap"
@patrickcoombe
patrickcoombe / coinmarketcap-litecoin
Created April 21, 2019 07:08
Coinmarketcap's Litecoin Listing
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Litecoin",
"image": "https://s2.coinmarketcap.com/static/img/coins/200x200/2.png",
"offers": {
"@type": "Offer",
"price": "80.69",
@patrickcoombe
patrickcoombe / showtime-anytime
Created April 21, 2019 07:12
Showtime Anytime
<!-- Schema.org spec for Google/Bing to display a search bar to users to search our site from within Google -->
<!-- See: https://developers.google.com/webmasters/structured-data/slsb-overview -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://www.showtimeanytime.com",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.showtimeanytime.com/#search/{search_term_string}",
@patrickcoombe
patrickcoombe / basecamp-homepage
Created April 21, 2019 07:15
Basecamp Homepage JSON-LD
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Basecamp",
"url": "https://basecamp.com",
"logo": "https://help.basecamp.com/images/logo-bc.png",
"sameAs": [
"https://twitter.com/basecamp",
"https://www.linkedin.com/company/37signals",