Jake Vanderwerf
2026-05-11 aa974bf5954d0cca2506003a3cd9ec4eb89ed0bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<?php
 
add_filter('altr_OrganizationSchemaDefault', 'altr_organization_schema');
function altr_organization_schema(array $schema):array {
    return array_merge($schema, [
        'id'    => '#legacy-tattoo-removal',
        'type' => 'JVBase\managers\SEO\render\Thing\Organization\LocalBusiness\HealthAndBeautyBusiness',
        'name' => 'Legacy Tattoo Removal',
        'url' => get_home_url(),
        'description' => 'The laser techs who love tattoos: Edmonton\'s removal experts working with tattoo artists.',
        'slogan' => 'See the Difference.',
        'logo' => get_theme_mod('custom_logo'),
        'foundingDate' => '2023-10-03',
 
        'founder' => [
            [
                'id'    => 'madi-rawson',
                'type' => 'JVBase\managers\SEO\render\Thing\Person\Person',
                'name' => 'Madi Rawson',
                'url' => 'https://madimori.ca'],
            [
                'id'=> 'heidi-freschauf',
                'type' => 'JVBase\managers\SEO\render\Thing\Person\Person',
                'name' => 'Heidi Freschauf'],
            [
                'id'=> 'jake-vanderwerf',
                'type' => 'JVBase\managers\SEO\render\Thing\Person\Person','name' => 'Jake Vanderwerf', 'url' => 'https://jakevan.ca'],
        ],
 
        'sameAs' => [
             'https://www.instagram.com/LegacyTattooRemoval',
            'https://www.facebook.com/LegacyTattooRemoval',
            'https://www.tiktok.com/@legacytattooremoval',
            'https://bsky.app/profile/legacytattooremoval.ca'
        ],
 
        // Contact
        'telephone' => '+1-825-925-7398',
        'email' => 'info@legacytattooremoval.ca',
 
        // Address - note the key names
        'address' => [
            'streetAddress' => '6551 111 St NW',
            'addressLocality' => 'Edmonton',
            'addressRegion' => 'AB',
            'postalCode' => 'T6H 4R5',
            'addressCountry' => 'CA',
        ],
 
        // Geo - note the key names
        'geo' => [
            'latitude' => '53.5035125',
            'longitude' => '-113.5188023',
        ],
 
        // Business details
        'priceRange' => '$$',
        'paymentAccepted' => ['Cash', 'Credit Card', 'Debit Card', 'E-Transfer'],
        'currenciesAccepted' => ['CAD'],
        'areaServed' => [
            [
                'id'    => '#edmonton',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Edmonton',
                'sameAs'    => 'https://en.wikipedia.org/wiki/Edmonton'
            ],
            [
                'id'    => '#stalbert',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'St. Albert',
                'sameAs' => 'https://en.wikipedia.org/wiki/St._Albert,_Alberta'   ],
            [
                'id'    => '#sherwoodpark',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Sherwood Park',
                'sameAs' => 'https://en.wikipedia.org/wiki/Sherwood_Park'   ],
            [
                'id'    => '#leduc',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Leduc',
                'sameAs' => 'https://en.wikipedia.org/wiki/Leduc,_Alberta'   ],
            [
                'id'    => '#sprucegrove',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Spruce Grove',
                'sameAs' => 'https://en.wikipedia.org/wiki/Spruce_Grove'    ],
            [
                'id'    => '#calgary',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Calgary',
                'sameAs' => 'https://en.wikipedia.org/wiki/Calgary'    ],
            [
                'id'    => '#reddeer',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Red Deer',
                'sameAs' => 'https://en.wikipedia.org/wiki/Red_Deer,_Alberta'   ],
            [
                'id'    => '#strathconacounty',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Strathcona County',
                'sameAs' => 'https://en.wikipedia.org/wiki/Strathcona_County'    ],
            [
                'id'    => '#grandprairie',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Grande Prairie',
                'sameAs' => 'https://en.wikipedia.org/wiki/Grande_Prairie'   ],
            [
                'id'    => '#lloydminster',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Lloydminster',
                'sameAs' => 'https://en.wikipedia.org/wiki/Lloydminster'    ],
            [
                'id'    => '#fortsaskatchewan',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Fort Saskatchewan',
                'sameAs' => 'https://en.wikipedia.org/wiki/Fort_Saskatchewan'    ],
            [
                'id'    => '#camrose',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Camrose',
                'sameAs' => 'https://en.wikipedia.org/wiki/Camrose,_Alberta'    ],
            [
                'id'    => '#stonyplain',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Stony Plain',
                'sameAs' => 'https://en.wikipedia.org/wiki/Stony_Plain,_Alberta'    ],
            [
                'id'    => '#coldlake',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Cold Lake',
                'sameAs' => 'https://en.wikipedia.org/wiki/Cold_Lake,_Alberta'    ],
            [
                'id'    => '#draytonvalley',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Drayton Valley',
                'sameAs' => 'https://en.wikipedia.org/wiki/Drayton_Valley'    ],
            [
                'id'    => '#ponoka',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Ponoka',
                'sameAs' => 'https://en.wikipedia.org/wiki/Ponoka,_Alberta'    ],
            [
                'id'    => '#vegreville',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Vegreville',
                'sameAs' => 'https://en.wikipedia.org/wiki/Vegreville'   ],
            [
                'id'    => '#fortmcmurray',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Fort McMurray',
                'sameAs' => 'https://en.wikipedia.org/wiki/Fort_McMurray'],
            [
                'id'    => '#lethbridge',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Lethbridge',
                'sameAs'=> 'https://en.wikipedia.org/wiki/Lethbridge'    ],
            [
                'id'    => '#airdrie',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Airdrie',
                'sameAs' =>    'https://en.wikipedia.org/wiki/Airdrie,_Alberta'],
            [
                'id'    => '#medicinehat',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Medicine Hat',
                'sameAs' =>'https://en.wikipedia.org/wiki/Medicine_Hat'],
            [
                'id'    => '#cochrane',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Cochrane',
                'sameAs' => 'https://en.wikipedia.org/wiki/Cochrane,_Alberta'    ],
            [
                'id'    => '#okotoks',
                'type'  => 'JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\City',
                'name' => 'Okotoks',
                'sameAs' => 'https://en.wikipedia.org/wiki/Okotoks'],
        ],
 
        // Hours - note the key names
        'openingHoursSpecification' => [
            [
                'type'  => 'JVBase\managers\SEO\render\Thing\Intangible\StructuredValue\OpeningHoursSpecification',
                'dayOfWeek' => ['Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],
                'opens' => '10:00',
                'closes' => '18:00'
            ]
 
        ],
 
        // Services as offer catalog
        'hasOfferCatalog' => [
            'name'  => 'Our Services',
            'items' => [
                [
                    'type'  => 'JVBase\managers\SEO\render\Thing\Intangible\AggregateOffer',
                    'id'    => '#fading-for-cover-up-tattoo',
                    'lowPrice'  => '150',
                    'highPrice' => '400',
                    'priceCurrency' => 'CAD',
                    'priceSpecification'    => [
                        'type'  => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
                        'minPrice'  => '150',
                        'maxPrice'  => '400',
                        'priceCurrency' => 'CAD',
                        'unitText' => 'treatment'
                    ],
                    'itemOffered' => [
                        'id'    => 'service-fading-for-cover-up-tattoo',
                        'type'  => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
                        'name' => 'Tattoo Fading for Cover Up Tattoos',
                        'description' => 'Precise laser fading to prepare your skin for a new tattoo. We work directly with your tattoo artist to target exactly what\'s in the way.',
                    ]
                ],
                [
                    'id'    => '#complete-tattoo-removal',
                    'type'  => 'JVBase\managers\SEO\render\Thing\Intangible\AggregateOffer',
                    'lowPrice'  => '150',
                    'highPrice' => '400',
                    'priceCurrency' => 'CAD',
                    'priceSpecification'    => [
                        'type'  => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
                        'minPrice'  => '150',
                        'maxPrice'  => '400',
                        'priceCurrency' => 'CAD',
                        'unitText' => 'treatment'
                    ],
                    'itemOffered' => [
                        'id'    => 'service-complete-tattoo-removal',
                        'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
                        'name' => 'Complete Tattoo Removal',
                        'description' => 'Full removal of unwanted tattoos using PicoWay laser technology. Safe for all skin types with minimal scarring.',
                    ],
                ],
                [
                    'id'    => 'permanent-makeup-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-permanent-makeup-removal',
                        'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
                        'name' => 'Permanent Makeup Removal',
                        'description' => 'Specialized removal of cosmetic ink including microbladed brows, freckles, and scalp micropigmentation (SMP).',
                    ],
                ],
                [
                    'id'    => 'scalp-smp-removal',
                    'type'  => 'JVBase\managers\SEO\render\Thing\Intangible\AggregateOffer',
                    'lowPrice'  => '200',
                    'highPrice' => '400',
                    'priceCurrency' => 'CAD',
                    'priceSpecification'    => [
                        'type'  => 'JVBase\inc\managers\SEO\render\Thing\Intangible\StructuredValue\UnitPriceSpecification',
                        'minPrice'  => '200',
                        'maxPrice'  => '400',
                        'priceCurrency' => 'CAD',
                        'unitText' => 'treatment'
                    ],
                    'itemOffered' => [
                        'id'    => 'service-scalp-smp-removal',
                        'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
                        'name' => 'Scalp Micro Pigmentation Removal',
                        'description' => 'Specialized removal of scalp micro pigmentation (SMP).',
                    ],
                ],
                [
                    'id'    => 'pro-bono-laser-tattoo-removal',
                    'type'  => 'JVBase\managers\SEO\render\Thing\Intangible\Offer',
                    'price'  => 'free',
                    'itemOffered' => [
                        'id'    => 'service-pro-bono-laser-tattoo-removal',
                        'type' => 'JVBase\managers\SEO\render\Thing\Intangible\Service',
                        'name' => 'Pro Bono Removal Services',
                        'description' => 'Free and sliding-scale tattoo removal for gang-related, hate symbols, domestic violence, and human trafficking tattoos.',
                    ],
                ],
            ]
        ],
 
        'aggregateRating' => [
            'ratingValue' => 5,
            'reviewCount' => 109,
            'bestRating' => 5,
            'worstRating' => 1,
        ],
    ]);
}
 
add_filter('altr_WebsiteSchemaDefault', 'altr_website_schema');
function altr_website_schema(array $schema):array
{
    return array_merge(
        $schema,
        [
            'type'  => 'JVBase\managers\SEO\render\Thing\CreativeWork\WebSite',
            'name' => 'Legacy Tattoo Removal',
            'description' => 'The laser techs who love tattoos: Edmonton\'s removal experts working with tattoo artists.',
            'inLanguage' => 'en-CA',
            'potentialAction' => [
                [
                    'type' => 'JVBase\inc\managers\SEO\render\Thing\Action\ScheduleAction',
                    'id'    => 'free-consult',
                    'name' => 'Book a Free Consultation',
                    'target' => '/free-consult/',
                    'description' => 'Schedule your free consultation today',
                ],
                [
                    'id'    => 'get-an-estimate',
                    'type' => 'JVBase\inc\managers\SEO\render\Thing\Action\CommunicateAction',
                    'name' => 'Get an Estimate',
                    'target' => '/get-an-estimate/',
                    'description' => 'Get a rough estimate before you book.',
                ],
                [
                    'id'    => 'contact',
                    'type' => 'JVBase\inc\managers\SEO\render\Thing\Action\CommunicateAction',
                    'name' => 'Contact Us',
                    'target' => '/contact/',
                    'description' => 'Get in touch with our team',
                ],
            ],
        ],
    );
}