Update Breadcrumb Structure

Objective: Modify breadcrumb labels for improved navigation and SEO consistency site-wide and on specific pages.

General Changes

  • Replace “Home” with “Saclàb” across all breadcrumbs site-wide.

  • Replace “Shop Authentic Pre-owned Designer Handbags” with “Shop Designer Handbags” across all breadcrumbs site-wide.

Page-Specific Changes on /brands/ Pages

  1. Structure: Saclàb > Shop Designer Handbags > Brand Name

  2. Example: On a /brands/chanel page, the breadcrumb should read:
    Saclàb > Shop Designer Handbags > Chanel

Notes

  • Ensure uniformity across all instances of breadcrumbs.

  • Test each breadcrumb variation to confirm correct navigation paths and label accuracy.

1

Scenario 1: Update site-wide breadcrumb labels

Given: I am on any page of the website

When: I view the breadcrumb

Then "Home" should be replaced with "Saclàb"

And "Shop Authentic Pre-owned Designer Handbags" should be replaced with "Shop Designer Handbags"

And the breadcrumb should include BreadcrumbList structured data

2

Scenario 2: Verify structured data implementation for BreadcrumbList

Given I am on any page with a breadcrumb

When I inspect the page source

Then the breadcrumb should contain structured data in JSON-LD format for BreadcrumbList

And each item should include "@type": "ListItem" with "position" and "name" attributes

And "item" should contain the URL of each breadcrumb link

3

Scenario 3: Update breadcrumb structure on /brands/ pages

Given I am on a /brands/ page

When I view the breadcrumb

Then the breadcrumb should follow the structure "Saclàb > Shop Designer Handbags > Brand Name"

Example: On the /brands/chanel page, the breadcrumb should read "Saclàb > Shop Designer Handbags > Chanel"

Comments

Leave a Reply