diff --git a/index.js b/index.js new file mode 100644 index 0000000..4743dfa --- /dev/null +++ b/index.js @@ -0,0 +1,51 @@ +alert ("please follow me and comment") + +{ "@context": "http://schema.org", + "@id": "https://www.apple.com/#organization", + "@type": "Organization", + "name": "Apple", + "url": "https://www.apple.com/", + "logo": "https://www.apple.com/ac/structured-data/images/knowledge_graph_logo.png?201809210816", + "subOrganization": { + "@type": "Organization", + "name": "Apple Support", + "url": "https://support.apple.com", + "@id": "https://support.apple.com/#organization" + }, + "contactPoint": [ + { + "@type": "ContactPoint", + "telephone": "+1-800-692-7753", + "contactType": "sales", + "areaServed": "US" + }, + { + "@type": "ContactPoint", + "telephone": "+1-800-275-2273", + "contactType": "technical support", + "areaServed": "US", + "availableLanguage": ["EN", "ES"] + }, + { + "@type": "ContactPoint", + "telephone": "+1-800-275-2273", + "contactType": "customer support", + "areaServed": "US", + "availableLanguage": ["EN", "ES"] + } + ], + "sameAs": [ + "http://www.wikidata.org/entity/Q312", + "https://www.youtube.com/user/Apple", + "https://www.linkedin.com/company/apple", + "https://www.facebook.com/Apple", + "https://www.twitter.com/Apple" + ] + } +{ + "@context": "http://schema.org", + "@id": "https://www.apple.com/#webpage", + "@type": "WebPage", + "url": "https://www.apple.com/", + "name": "Apple" + }