SEO Tweaks

This commit is contained in:
2026-05-12 00:45:02 +12:00
parent 955a563d14
commit ac6179e776
96 changed files with 1623 additions and 273 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ describe('seo helpers', () => {
expect(seo.title).toBe('Dog Walkers in Mt Eden | Goodwalk Auckland');
expect(seo.canonicalPath).toBe('/locations/mt-eden');
expect(seo.image).toBe('/images/auckland-pack-walk-small-dogs-group.png');
expect(seo.image).toBe('/images/auckland-pack-walk-small-dogs-group.jpg');
expect(seo.imageAlt).toBe('Goodwalk dog walkers in Mt Eden, Auckland');
expect(seo.structuredData).toHaveLength(2);
});