From 8c4279f9bbe7ec4681412865b999f2f4457d80ac Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:26:34 +0000
Subject: [PATCH] =legacy latest
---
seo.php | 39 +++++++++++++++++++++++++++++----------
1 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/seo.php b/seo.php
index aeab50b..abccb44 100644
--- a/seo.php
+++ b/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',
--
Gitblit v1.10.0