You got itβboth inputs are identical, so the integrated result (with nothing removed) is exactly this:
```json
{
"@context": "https://schema.org",
"@type": ["EducationalOrganization", "LocalBusiness"],
"name": "IB Tutors Canada",
"alternateName": "Hack Your Course",
"description": "Canada's premier IB tutoring service providing expert International Baccalaureate tutoring for DP and MYP students across all provinces and territories",
"url": "https://ibtutorscanada.ca",
"sameAs": [
"https://www.hackyourcourse.com",
"https://www.hackyourcourse.com/google-reviews-hyc-tutoring/"
],
"foundingDate": "2015-09-01",
"founder": {
"@type": "Person",
"name": "Masoud Namini",
"jobTitle": "Founder & Lead Educational Consultant",
"description": "Master of Applied Science in Chemical Engineering, Master of Applied Science in Environmental Engineering, Bachelor of Education"
},
"telephone": ["+1-888-717-2533", "+1-888-770-2533"],
"email": "info@hackyourcourse.com",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1-888-717-2533",
"contactType": "customer service",
"areaServed": "CA",
"availableLanguage": ["English", "French"]
},
{
"@type": "ContactPoint",
"telephone": "+1-888-770-2533",
"contactType": "customer service",
"areaServed": "CA",
"availableLanguage": ["English", "French"]
},
{
"@type": "ContactPoint",
"email": "info@hackyourcourse.com",
"contactType": "customer service",
"areaServed": "CA"
}
],
"address": [
{
"@type": "PostalAddress",
"streetAddress": "2030 Marine Dr #110",
"addressLocality": "North Vancouver",
"addressRegion": "BC",
"postalCode": "V7P 1V7",
"addressCountry": "CA"
},
{
"@type": "PostalAddress",
"streetAddress": "99 Yorkville Ave Unit 200",
"addressLocality": "Toronto",
"addressRegion": "ON",
"postalCode": "M5R 1C1",
"addressCountry": "CA"
},
{
"@type": "PostalAddress",
"streetAddress": "5608 17th Ave NW Suite 1578",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98107",
"addressCountry": "US"
}
],
"areaServed": [
{ "@type": "Country", "name": "Canada" },
{ "@type": "City", "name": "Toronto", "addressRegion": "Ontario", "addressCountry": "CA" },
{ "@type": "City", "name": "Vancouver", "addressRegion": "British Columbia", "addressCountry": "CA" },
{ "@type": "Province", "name": "Ontario", "addressCountry": "CA" },
{ "@type": "Province", "name": "British Columbia", "addressCountry": "CA" },
{ "@type": "Province", "name": "Alberta", "addressCountry": "CA" },
{ "@type": "Province", "name": "Quebec", "addressCountry": "CA" },
{ "@type": "Province", "name": "Manitoba", "addressCountry": "CA" },
{ "@type": "Province", "name": "Saskatchewan", "addressCountry": "CA" },
{ "@type": "Province", "name": "Nova Scotia", "addressCountry": "CA" },
{ "@type": "Province", "name": "New Brunswick", "addressCountry": "CA" },
{ "@type": "Province", "name": "Newfoundland and Labrador", "addressCountry": "CA" },
{ "@type": "Province", "name": "Prince Edward Island", "addressCountry": "CA" },
{ "@type": "Territory", "name": "Northwest Territories", "addressCountry": "CA" },
{ "@type": "Territory", "name": "Nunavut", "addressCountry": "CA" },
{ "@type": "Territory", "name": "Yukon", "addressCountry": "CA" }
],
"priceRange": "$85 CAD/hour",
"currenciesAccepted": "CAD",
"paymentAccepted": ["Cash", "Credit Card", "Debit Card", "Electronic Payment"],
"serviceType": "Educational Services",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "IB Tutoring Services",
"itemListElement": [
{
"@type": "Course",
"name": "IB Mathematics Analysis and Approaches (AA)",
"description": "Expert tutoring for IB Math AA Higher and Standard Level",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Mathematics Applications and Interpretation (AI)",
"description": "Comprehensive IB Math AI tutoring for all levels",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Sciences (Physics, Chemistry, Biology)",
"description": "Expert IB Science tutoring with certified teachers",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Languages (English, French, Spanish)",
"description": "Language A and B support for all IB language courses",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Humanities (History, Geography, Economics)",
"description": "Comprehensive IB Humanities tutoring and essay support",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Extended Essay",
"description": "Expert guidance for IB Extended Essay research and writing",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Theory of Knowledge (TOK)",
"description": "TOK essay and presentation support with experienced tutors",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
},
{
"@type": "Course",
"name": "IB Middle Years Programme (MYP)",
"description": "Complete MYP support across all subject areas",
"provider": { "@type": "EducationalOrganization", "name": "IB Tutors Canada" }
}
]
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "180",
"bestRating": "5",
"worstRating": "1"
},
"review": {
"@type": "Review",
"author": { "@type": "Person", "name": "Sarah Chen" },
"datePublished": "2024-08-15",
"reviewBody": "Exceptional IB tutoring service! My daughter went from struggling in IB Math AA to achieving a 7. The tutor was patient, knowledgeable, and really understood the IB curriculum. Worth every penny for Canadian families serious about IB success.",
"reviewRating": { "@type": "Rating", "ratingValue": "5", "bestRating": "5" }
},
"openingHours": "Mo-Su 08:00-22:00",
"slogan": "Transform Your IB Success - IB Tutors Canada, Powered by Hack Your Course"
}
```