Created
April 21, 2019 07:15
-
-
Save patrickcoombe/7b17e6f6f90821c1a1d822d9ce03e9d0 to your computer and use it in GitHub Desktop.
Basecamp Homepage JSON-LD
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": "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", | |
| "https://www.youtube.com/user/37signals", | |
| "https://instagram.com/basecamp/", | |
| "https://www.facebook.com/37signals", | |
| "https://plus.google.com/+basecamp" | |
| ], | |
| "contactPoint": [{ | |
| "@type": "ContactPoint", | |
| "email": "[email protected]", | |
| "contactType": "customer support", | |
| "url": "https://basecamp.com/support" | |
| }] | |
| } | |
| </script> | |
| <script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "WebSite", | |
| "url": "https://basecamp.com", | |
| "name": "Basecamp", | |
| "potentialAction": { | |
| "@type": "SearchAction", | |
| "target": "https://basecamp.com/help/3/search?q={search_term_string}", | |
| "query-input": "required name=search_term_string" | |
| } | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment