|
1 | | -{ |
2 | | - "@context": "http://schema.org", |
3 | | - "@type": "AboutPage", |
4 | | - "name": "Active Bridge", |
5 | | - "description": "Active Bridge is a contract development company that specializes in providing on-demand full-stack engineers to help our clients and augment their in-house teams.", |
6 | | - "image": "https://imgur.com/SUEWchJ", |
7 | | - "provider": "Active Bridge", |
8 | | - "about": { |
9 | | - "@type": "LocalBusiness", |
10 | | - "name": "Active Bridge", |
11 | | - "logo": "https://imgur.com/SUEWchJ", |
12 | | - "address": { |
13 | | - "@type": "PostalAddress", |
14 | | - "addressLocality": "Phoenix", |
15 | | - "addressRegion": "AZ", |
16 | | - "postalCode": "85016", |
17 | | - "addressCountry": "US" |
| 1 | +[ |
| 2 | + { |
| 3 | + "@context": "https://schema.org", |
| 4 | + "@type": "Organization", |
| 5 | + "name": "Active Bridge", |
| 6 | + "url": "https://activebridge.org", |
| 7 | + "logo": "https://imgur.com/SUEWchJ", |
| 8 | + "description": "Learn more about Active Bridge, your trusted partner for Ruby on Rails development, IT staff augmentation, and custom web solutions. Since 2013, we’ve been committed to crafting scalable, high-quality applications that drive business success.", |
| 9 | + "foundingDate": "2013-10-11", |
| 10 | + "founder": { |
| 11 | + "@type": "Person", |
| 12 | + "name": "Alex Galushka", |
| 13 | + "jobTitle": "Founder/CEO", |
| 14 | + "image": "https://activebridge.org/assets/images/about/CREW_Galushka.webp", |
| 15 | + "sameAs": [ |
| 16 | + "https://twitter.com/galulex", |
| 17 | + "https://www.linkedin.com/in/galulex/" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "address": [ |
| 21 | + { |
| 22 | + "@type": "PostalAddress", |
| 23 | + "addressCountry": "US", |
| 24 | + "addressRegion": "AZ", |
| 25 | + "addressLocality": "Phoenix", |
| 26 | + "postalCode": "85016", |
| 27 | + "streetAddress": "3506 North 24th Street" |
| 28 | + }, |
| 29 | + { |
| 30 | + "@type": "PostalAddress", |
| 31 | + "addressCountry": "UA", |
| 32 | + "addressRegion": "Cherkaska", |
| 33 | + "addressLocality": "Cherkasy", |
| 34 | + "postalCode": "18000", |
| 35 | + "streetAddress": "Evgena Kukhartsa 8" |
18 | 36 | } |
| 37 | + ], |
| 38 | + "sameAs": [ |
| 39 | + "https://www.linkedin.com/company/active-bridge/", |
| 40 | + "https://github.com/activebridge", |
| 41 | + "https://www.facebook.com/ActiveBridgeTeam", |
| 42 | + "https://twitter.com/activebridge" |
| 43 | + ], |
| 44 | + "contactPoint": { |
| 45 | + "@type": "ContactPoint", |
| 46 | + "contactType": "customer service", |
| 47 | + "telephone": "+18888053503", |
| 48 | + "email": "contact@activebridge.org", |
| 49 | + "url": "https://activebridge.org/contact" |
| 50 | + } |
19 | 51 | }, |
20 | | - "url": "activebridge.org/about" |
21 | | -} |
| 52 | + { |
| 53 | + "@context": "https://schema.org", |
| 54 | + "@type": "BreadcrumbList", |
| 55 | + "itemListElement": [ |
| 56 | + { |
| 57 | + "@type": "ListItem", |
| 58 | + "position": 1, |
| 59 | + "name": "Home", |
| 60 | + "item": "https://activebridge.org/" |
| 61 | + }, |
| 62 | + { |
| 63 | + "@type": "ListItem", |
| 64 | + "position": 2, |
| 65 | + "name": "About", |
| 66 | + "item": "https://activebridge.org/about" |
| 67 | + } |
| 68 | + ] |
| 69 | + } |
| 70 | +] |
0 commit comments