SEO Tweaks
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user