Skip to content

[BUG] SEO Metadata Not Updating on SPA Navigation #43

@omerfdmrl

Description

@omerfdmrl

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 SeoService and call it on navigation

Metadata

Metadata

Assignees

Labels

bugSomething worked yesterday. We swear.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions