Jake Vanderwerf
2026-02-10 8c4279f9bbe7ec4681412865b999f2f4457d80ac
seo.php
@@ -29,17 +29,17 @@
            // 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
@@ -52,6 +52,24 @@
                ['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
@@ -111,15 +129,10 @@
        // 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/',
@@ -127,6 +140,12 @@
                ],
                [
                    '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',