Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org/",
- "@graph": [
- {
- "@type": ["MedicalBusiness", "Organization"],
- "@id": "https://www.example.com/#organization",
- "name": "ABC Medical Center",
- "url": "https://www.example.com",
- "sameAs": [
- "https://www.facebook.com/abcmed",
- "https://twitter.com/abcmed",
- "https://www.linkedin.com/company/abcmed",
- "https://www.instagram.com/abcmed/"
- ],
- "email": "info@example.com",
- "address": {
- "@type": "PostalAddress",
- "streetAddress": "123 Main St",
- "addressLocality": "Anytown",
- "addressRegion": "CA",
- "postalCode": "12345",
- "addressCountry": "USA"
- },
- "logo": {
- "@type": "ImageObject",
- "@id": "https://www.example.com/#logo",
- "url": "https://www.example.com/logo.png",
- "caption": "ABC Medical Center",
- "inLanguage": "en-US",
- "width": "500",
- "height": "200"
- },
- "priceRange": "$$",
- "openingHours": ["Mo-Fr 08:00-17:00", "Sa 09:00-12:00"],
- "location": {
- "@id": "https://www.example.com/#place"
- },
- "image": {
- "@id": "https://www.example.com/#logo"
- },
- "telephone": "123-456-7890"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement