| | |
| | | |
| | | // Address - note the key names |
| | | 'address' => [ |
| | | 'street' => '10612 124 Street NW', // was 'street_address' |
| | | 'street' => '6551 111 St NW', // was 'street_address' |
| | | 'city' => 'Edmonton', // was 'locality' |
| | | 'province' => 'AB', // was 'region' |
| | | 'postal_code' => 'T5N 1S2', |
| | | 'postal_code' => 'T6H 4R5', |
| | | 'country' => 'CA', |
| | | ], |
| | | |
| | | // Geo - note the key names |
| | | 'geo' => [ |
| | | 'lat' => '53.5461', // was 'latitude' |
| | | 'lng' => '-113.5218', // was 'longitude' |
| | | 'lat' => '53.5035125', // was 'latitude' |
| | | 'lng' => '-113.5188023', // was 'longitude' |
| | | ], |
| | | |
| | | // Business details |
| | |
| | | ['name' => 'Sherwood Park'], |
| | | ['name' => 'Leduc'], |
| | | ['name' => 'Spruce Grove'], |
| | | ['name' => 'Calgary'], |
| | | ['name' => 'Red Deer'], |
| | | ['name' => 'Strathcona County'], |
| | | ['name' => 'Grande Prairie'], |
| | | ['name' => 'Lloydminster'], |
| | | ['name' => 'Fort Saskatchewan'], |
| | | ['name' => 'Camrose'], |
| | | ['name' => 'Stoney Plain'], |
| | | ['name' => 'Cold Lake'], |
| | | ['name' => 'Drayton Valley'], |
| | | ['name' => 'Ponoka'], |
| | | ['name' => 'Vegreville'], |
| | | ['name' => 'Fort McMurry'], |
| | | ['name' => 'Lethbridge'], |
| | | ['name' => 'Airdrie'], |
| | | ['name' => 'Medicine Hat'], |
| | | ['name' => 'Cochrane'], |
| | | ['name' => 'Okotoks'], |
| | | ], |
| | | |
| | | // Hours - note the key names |
| | |
| | | // Website settings (optional overrides) |
| | | 'website' => [ |
| | | 'name' => 'Legacy Tattoo Removal', |
| | | 'description' => 'Edmonton\'s premier laser tattoo removal clinic', |
| | | 'description' => 'The laser techs who love tattoos: Edmonton\'s removal experts working with tattoo artists.', |
| | | 'inLanguage' => 'en-CA', |
| | | 'potentialAction' => [ |
| | | [ |
| | | 'name' => 'Search', |
| | | 'type' => 'searchAction', |
| | | 'target' => '/?s={query}', |
| | | ], |
| | | [ |
| | | 'type' => 'scheduleAction', |
| | | 'name' => 'Book a Free Consultation', |
| | | 'target' => '/book-consult/', |
| | |
| | | ], |
| | | [ |
| | | 'type' => 'communicateAction', |
| | | 'name' => 'Get an Estimate', |
| | | 'target' => '/get-an-estimate/', |
| | | 'description' => 'Get a rough estimate before you book.', |
| | | ], |
| | | [ |
| | | 'type' => 'communicateAction', |
| | | 'name' => 'Contact Us', |
| | | 'target' => '/contact/', |
| | | 'description' => 'Get in touch with our team', |