Created
April 21, 2019 08:11
-
-
Save patrickcoombe/e103825e2f9d3c23b4761ca8a50ab684 to your computer and use it in GitHub Desktop.
Quickbooks Homepage
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
| <!-- Schema Code --> | |
| <script data-remove="true" async data-remove="true" async type='application/ld+json'> | |
| { | |
| "@context": "http://www.schema.org", | |
| "@type": "Organization", | |
| "name": "Quickbooks", | |
| "url": "https://quickbooks.intuit.com", | |
| "sameAs": [ | |
| "https://www.instagram.com/quickbooks/", | |
| "https://en.wikipedia.org/wiki/QuickBooks", | |
| "https://www.linkedin.com/company/1666/", | |
| "https://www.linkedin.com/showcase/3839405/", | |
| "https://twitter.com/QuickBooks", | |
| "https://www.facebook.com/IntuitQuickBooks", | |
| "https://www.pinterest.com/QuickBooks/", | |
| "https://plus.google.com/+quickbooks", | |
| "https://www.youtube.com/user/Quickbooks" | |
| ], | |
| "logo": "https://quickbooks.intuit.com/cas/dam/IMAGE/A8TvQ9Cyd/quickbooks-logo-300px-square.png", | |
| "address": { | |
| "@type": "PostalAddress", | |
| "streetAddress": "2700 Coast Ave.", | |
| "addressLocality": "Mountain View", | |
| "addressRegion": "CA", | |
| "postalCode": "94043", | |
| "addressCountry": "USA" | |
| }, | |
| "contactPoint" : [{ | |
| "@type" : "ContactPoint", | |
| "telephone" : "+1 (877) 683-3280", | |
| "contactType" : "Sales", | |
| "areaServed" : "US", | |
| "contactOption" : "TollFree" | |
| }, | |
| { | |
| "@type" : "ContactPoint", | |
| "telephone" : "+1 (800) 4-INTUIT", | |
| "contactType" : "Customer Support", | |
| "areaServed" : "US", | |
| "contactOption" : "TollFree" | |
| }, | |
| { | |
| "@type" : "ContactPoint", | |
| "telephone" : "+1 (800) 4-INTUIT", | |
| "contactType" : "Technical Support", | |
| "areaServed" : "US", | |
| "contactOption" : "TollFree" | |
| }] | |
| } | |
| </script> | |
| <script data-remove="true" async data-remove="true" async type='application/ld+json'> | |
| { | |
| "@context": "http://www.schema.org", | |
| "@type": "WebSite", | |
| "name": "Quickbooks", | |
| "alternateName": "Quickbooks", | |
| "url": "https://quickbooks.intuit.com", | |
| "thumbnailUrl":"https://quickbooks.intuit.com/cas/dam/IMAGE/A6OWCozsM/qb_thumb.png", | |
| "publisher": [{ | |
| "@type": "Organization", | |
| "name": "Quickbooks" | |
| }, { | |
| "@type": "Corporation", | |
| "name": "Intuit", | |
| "tickerSymbol":"INTU" | |
| }], | |
| "copyrightHolder": [{ | |
| "@type": "Organization", | |
| "name": "Quickbooks" | |
| }, { | |
| "@type": "Corporation", | |
| "name": "Intuit", | |
| "tickerSymbol":"INTU" | |
| }], | |
| "author": [{ | |
| "@type": "Organization", | |
| "name": "Quickbooks" | |
| }, { | |
| "@type": "Corporation", | |
| "name": "Intuit", | |
| "tickerSymbol":"INTU" | |
| }]} | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment