Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created March 21, 2024 17:13
Show Gist options
  • Select an option

  • Save patrickcoombe/b2aca82e557100ff862da3f0a6fedb8c to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/b2aca82e557100ff862da3f0a6fedb8c to your computer and use it in GitHub Desktop.
forbestHomepage
< script type = "application/ld+json" > {
"@context": "https://schema.org",
"@type": "Organization",
"name": "Forbes",
"url": "https://www.forbes.com/",
"logo": "https://i.forbesimg.com/media/assets/forbes_1200x1200.jpg",
"address": {
"@type": "PostalAddress",
"addressCountry": "United States",
"addressLocality": "Jersey City",
"addressRegion": "NJ",
"postalCode": "07310",
"streetAddress": "499 Washington Blvd"
},
"founder": "B. C. Forbes",
"email": "mailto:[email protected]",
"sameAs": ["https://plus.google.com/+Forbes", "https://www.facebook.com/forbes/", "https://twitter.com/Forbes", "https://www.instagram.com/forbes/", "https://www.youtube.com/user/forbes", "https://www.linkedin.com/company/forbes-magazine"],
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.forbes.com/search/?q={search_term}",
"query-input": "required name=search_term"
}
} < /script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment