-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething worked yesterday. We swear.Something worked yesterday. We swear.
Description
Bug Report – 4Byte
Severity / Priority
- Low
- Medium
- High
- Critical
Expected Behavior
When navigating between pages, the title and other SEO metadata should update immediately without refreshing the page.
Current Behavior
During SPA navigation, title and meta tags do not update.
They only change after a full page reload.
Possible Solution
Update SeoService or the router integration so SEO metadata is refreshed on every route change.
Detailed Description
Because the app runs as an SPA, SEO data seems to be set only once.
A function should run on each route change to re-apply the correct metadata.
Possible Implementation
- Trigger an SEO update inside router
afterEach - Add a “dynamic update” method to
SeoServiceand call it on navigation
Metadata
Metadata
Assignees
Labels
bugSomething worked yesterday. We swear.Something worked yesterday. We swear.