<?php
|
add_filter('ami_OrganizationSchemaDefault', 'ami_organization_schema');
|
|
function ami_organization_schema(array $schema):array
|
{
|
return array_merge($schema, [
|
'id' => '#martian-infotech',
|
'type' => 'JVBase\managers\SEO\render\Thing\Organization\LocalBusiness\LocalBusiness',
|
'name' => 'Martian Infotech',
|
'url' => get_home_url(),
|
'description' => 'Onsite and virtual tech support for residential and small business in Kamloops and throughout BC and Alberta.',
|
'slogan' => 'Out of This World Technology. Down to Earth Support.',
|
'logo' => get_theme_mod('custom_logo'),
|
'foundingDate' => '2020-11-10',
|
|
'founder' => [
|
[
|
'id' => '#myron-lewitski',
|
'type' => 'JVBase\managers\SEO\render\Thing\Person\Person',
|
'name' => 'Myron Lewitski',
|
'url' => 'https://martianit.ca'],
|
],
|
|
'sameAs' => [
|
'https://www.instagram.com/martianinfotech/',
|
'https://www.facebook.com/MartianIT/',
|
'https://www.twitter.com/martianinfotech',
|
'https://ca.linkedin.com/in/mlewitski'
|
],
|
|
// Contact
|
'telephone' => '+1-780-800-8354',
|
'email' => 'myron@martianit.ca',
|
|
// Address - note the key names
|
'address' => [
|
// 'street' => '6551 111 St NW', // was 'street_address'
|
'addressLocality' => 'Kamloops', // was 'locality'
|
'addressRegion' => 'BC', // was 'region'
|
// 'postal_code' => 'T6H 4R5',
|
'addressCountry' => 'CA',
|
],
|
|
// Geo - note the key names
|
'geo' => [
|
'latitude' => '50.6890639',
|
'longitude' => '-120.3528468',
|
],
|
|
// Business details
|
'priceRange' => '$$',
|
'paymentAccepted' => ['Cash', 'Credit Card', 'Debit Card', 'E-Transfer'],
|
'currenciesAccepted' => ['CAD'],
|
'areaServed' => [
|
[
|
'id' => '#kelowna',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Kelowna',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Kelowna'
|
],
|
[
|
'id' => '#barriere',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Barriere',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Barriere,_British_Columbia'
|
],
|
[
|
'id' => '#chase',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Chase',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Chase,_British_Columbia'
|
],
|
[
|
'id' => '#savona',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Savona',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Savona,_British_Columbia'
|
],
|
[
|
'id' => '#cache-creek',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Savona',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Cache_Creek,_British_Columbia'
|
],
|
[
|
'id' => '#ashcroft',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Ashcroft',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Ashcroft,_British_Columbia'
|
],
|
[
|
'id' => '#merritt',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Merritt',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Merritt,_British_Columbia'
|
],
|
[
|
'id' => '#logan-lake',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Logan Lake',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Logan_Lake'
|
],
|
[
|
'id' => '#cherry-creek',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Cherry Creek',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Cherry_Creek_(British_Columbia)'
|
],
|
[
|
'id' => '#pinantan',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Pinantan',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Pinantan_Lake'
|
],
|
[
|
'id' => '#monte-creek',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Monte Creek',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Monte_Creek'
|
],
|
[
|
'id' => '#rayleigh',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Rayleigh',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Rayleigh,_Kamloops'
|
],
|
[
|
'id' => '#clearwater',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Clearwater',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Clearwater,_British_Columbia'
|
],
|
[
|
'id' => '#sicamous',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Sicamous',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Sicamous'
|
],
|
[
|
'id' => '#salmon-arm',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
|
'name' => 'Salmon Arm',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Salmon_Arm'
|
],
|
[
|
'id' => '#british-columbia',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\State',
|
'name' => 'British Columbia',
|
'sameAs' => 'https://en.wikipedia.org/wiki/British_Columbia'
|
],
|
[
|
'id' => '#alberta',
|
'type' => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\State',
|
'name' => 'Alberta',
|
'sameAs' => 'https://en.wikipedia.org/wiki/Alberta'
|
],
|
|
],
|
|
// Hours - note the key names
|
'openingHoursSpecification' => [
|
[
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\StructuredValue\OpeningHoursSpecification',
|
'dayOfWeek' => ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday','Saturday','Sunday'],
|
'opens' => '9:00',
|
'closes' => '15:00'
|
]
|
],
|
|
// Services as offer catalog
|
'hasOfferCatalog' => [
|
'name' => 'Our Products & Services',
|
'items' => [
|
[
|
'id' => '#remote-tech-support',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-remote-tech-support',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Remote Tech Support',
|
'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#onsite-tech-support',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-onsite-tech-support',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Onsite Tech Support',
|
'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#windows-10-upgrades',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-windows-10-upgrades',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Windows 10 Upgrades',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#windows-11-upgrades',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-windows-11-upgrades',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Windows 11 Upgrades',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#mac-os-upgrades',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-mac-os-upgrades',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Mac OS Upgrades',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#virus-removal',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-virus-removal',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Virus Removal',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#malware-removal',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-malware-removal',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Malware Removal',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
],
|
],
|
[
|
'id' => '#data-recovery',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-data-recovery',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Data Recovery',
|
'description' => 'Recover data from your failed hard drive, USB, or memory cards.',
|
],
|
],
|
[
|
'id' => '#internet-network-support',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#service-internet-network-support',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
|
'name' => 'Internet & Network Support',
|
'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
],
|
],
|
[
|
'id' => '#new-refurbished-desktop-pc',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#product-new-refurbished-desktop-pc',
|
'type' => 'JVBase\managers\SEO\render\Thing\Product\Product',
|
'name' => 'New & Off Lease or Refurbished PC Desktop Computers',
|
// 'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
],
|
],
|
[
|
'id' => '#new-refurbished-pc-laptops',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#product-new-refurbished-pc-laptops',
|
'type' => 'JVBase\managers\SEO\render\Thing\Product\Product',
|
'name' => 'New & Off Lease or Refurbished PC Laptops',
|
// 'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
],
|
],
|
[
|
'id' => '#new-refurbished-mac-desktop',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#product-new-refurbished-mac-desktop',
|
'type' => 'JVBase\managers\SEO\render\Thing\Product\Product',
|
'name' => 'New & Off Lease or Refurbished Mac Desktop Computers',
|
// 'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
],
|
],
|
[
|
'id' => '#new-refurbished-mac-laptops',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#product-new-refurbished-mac-laptops',
|
'type' => 'JVBase\managers\SEO\render\Thing\Product\Product',
|
'name' => 'New & Off Lease or Refurbished Mac Laptops',
|
// 'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
],
|
],
|
[
|
'id' => '#network-wifi-equipment',
|
'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
|
// 'price' => '200',
|
'priceCurrency' => 'CAD',
|
// 'priceSpecification' => [
|
// 'type' => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
|
// 'price' => '200',
|
// 'priceCurrency' => 'CAD',
|
// 'unitText' => 'treatment'
|
// ],
|
'itemOffered' => [
|
'id' => '#product-network-wifi-equipment',
|
'type' => 'JVBase\managers\SEO\render\Thing\Product\Product',
|
'name' => 'Network & WiFi Equipment',
|
// 'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
],
|
],
|
|
]
|
],
|
|
// 'aggregateRating' => [
|
// 'ratingValue' => 5,
|
// 'reviewCount' => 109,
|
// 'bestRating' => 5,
|
// 'worstRating' => 1,
|
// ],
|
]);
|
}
|
|
add_filter('ami_WebsiteSchemaDefault', 'ami_website_schema');
|
function ami_website_schema(array $schema):array
|
{
|
return array_merge(
|
$schema,
|
[
|
'type' => 'JVBase\managers\SEO\render\Thing\CreativeWork\WebSite',
|
'name' => 'Martian Infotech',
|
'description' => 'Out of This World Technology. Down to Earth Support.',
|
'inLanguage' => 'en-CA',
|
'potentialAction' => [
|
[
|
'id' => '#contact',
|
'type' => 'JVBase\inc\managers\SEO\render\Thing\Action\CommunicateAction',
|
'name' => 'Contact Us',
|
'target' => '/contact/',
|
'description' => 'Get in touch with our team',
|
],
|
],
|
],
|
);
|
}
|
//
|
//add_filter('jvb_schema', function($schema) {
|
// return array_merge($schema, [
|
// 'organization' => [
|
// 'type' => 'LocalBusiness',
|
// 'name' => 'Martian Infotech',
|
// 'url' => get_home_url(),
|
// 'description' => 'Onsite and virtual tech support for residential and small business in Kamloops and throughout BC and Alberta.',
|
// 'slogan' => 'Out of This World Technology. Down to Earth Support.',
|
// 'logo' => get_theme_mod('custom_logo'),
|
// 'foundingDate' => '2020-11-10',
|
//
|
// 'founders' => [
|
// ['name' => 'Myron Lewitski', 'url' => 'https://martianit.ca'],
|
// ],
|
//
|
// 'sameAs' => [
|
// [ 'url' => 'https://www.facebook.com/MartianIT/'],
|
// [ 'url' => 'https://twitter.com/martianinfotech'],
|
// [ 'url' => 'https://www.linkedin.com/in/mlewitski/'],
|
// [ 'url' => 'https://www.instagram.com/martianinfotech/'],
|
// ],
|
//
|
// // Contact
|
// 'telephone' => '+1-780-800-8354',
|
// 'email' => 'myron@martianit.ca',
|
//
|
// // Address - note the key names
|
// 'address' => [
|
//// 'street' => '6551 111 St NW', // was 'street_address'
|
// 'city' => 'Kamloops', // was 'locality'
|
// 'province' => 'BC', // was 'region'
|
//// 'postal_code' => 'T6H 4R5',
|
// 'country' => 'CA',
|
// ],
|
//
|
// // Geo - note the key names
|
// 'geo' => [
|
// 'lat' => '50.6890639', // was 'latitude'
|
// 'lng' => '-120.3528468', // was 'longitude'
|
// ],
|
//
|
// // Business details
|
// 'priceRange' => '$$',
|
// 'paymentAccepted' => ['Cash', 'Credit Card', 'Debit Card', 'E-Transfer'],
|
// 'currenciesAccepted' => ['CAD'],
|
// 'areaServed' => [
|
// ['name' => 'Kelowna'],
|
// ['name' => 'Barriere'],
|
// ['name' => 'Chase'],
|
// ['name' => 'Savona'],
|
// ['name' => 'Cache Creek'],
|
// ['name' => 'Ashcroft'],
|
// ['name' => 'Merritt'],
|
// ['name' => 'Logan Lake'],
|
// ['name' => 'Cherry Creek'],
|
// ['name' => 'Paul Lake'],
|
// ['name' => 'Pinantan'],
|
// ['name' => 'Monte Creek'],
|
// ['name' => 'Rayleigh'],
|
// ['name' => 'Clearwater'],
|
// ['name' => 'Sicamous'],
|
// ['name' => 'Salmon Arm'],
|
// ['name' => 'British Columbia'],
|
// ['name' => 'Alberta'],
|
// ],
|
//
|
// // Hours - note the key names
|
// 'openingHours' => [
|
// 'monday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// 'tuesday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// 'wednesday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// 'thursday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// 'friday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// 'saturday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// 'sunday' => ['opens' => '9:00', 'closes' => '17:00'],
|
// ],
|
//
|
// // Services as offer catalog
|
// 'hasOfferCatalog' => [
|
// 'source' => 'manual',
|
// 'manual_items' => [
|
// [
|
// 'type' => 'Product',
|
// 'name' => 'New & Off Lease or Refurbished PC Desktop Computers',
|
//// 'description' => '',
|
// ],
|
// [
|
// 'type' => 'Product',
|
// 'name' => 'New & Off Lease or Refurbished Mac Desktop Computers',
|
//// 'description' => '',
|
// ],
|
// [
|
// 'type' => 'Product',
|
// 'name' => 'New & Off Lease or Refurbished Mac Laptops',
|
//// 'description' => '',
|
// ],
|
// [
|
// 'type' => 'Product',
|
// 'name' => 'New & Off Lease or Refurbished PC Laptops',
|
//// 'description' => '',
|
// ],
|
// [
|
// 'type' => 'Product',
|
// 'name' => 'Network & WiFi Equipment',
|
//// 'description' => '',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Remote Tech Support',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Onsite Tech Support',
|
// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Windows 10 Upgrades',
|
//// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Windows 11 Upgrades',
|
//// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Mac OS Upgrades',
|
//// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Virus Removal',
|
//// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Malware Removal',
|
//// 'description' => 'Hardware or Software Diagnostics & Repairs',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Internet & Network Support',
|
// 'description' => 'Repair issues with your internet, network, or WiFi connections of all service providers.',
|
// ],
|
// [
|
// 'type' => 'Service',
|
// 'name' => 'Data Recovery',
|
// 'description' => 'Recover data from your failed hard drive, USB, or memory cards.',
|
// ],
|
// ]
|
// ],
|
//
|
// // Rating - note the structure
|
//// 'aggregateRating' => [
|
//// 'value' => 5,
|
//// 'count' => 103,
|
//// 'best' => 5,
|
//// 'worst' => 1,
|
//// ],
|
// ],
|
//
|
// // Website settings (optional overrides)
|
// 'website' => [
|
// 'name' => 'JakeVan',
|
// 'description' => 'Out of this world technology. Down to earth support.',
|
// 'inLanguage' => 'en-CA',
|
// 'potentialAction' => [
|
// [
|
// 'name' => 'Search',
|
// 'type' => 'searchAction',
|
// 'target' => '/?s={query}',
|
// ],
|
// [
|
// 'type' => 'communicateAction',
|
// 'name' => 'Contact Us',
|
// 'target' => '/contact/',
|
// 'description' => 'Get in touch with our team',
|
// ],
|
// ],
|
// ],
|
// ]);
|
//});
|