Default SEO vs Route SEO
Hi everyone
I'm facing an issue where my DEFAULT SEO overrides the ROUTE SEO.
I created two components (on the thread):
- the
- the
But, when I see the meta tags, they are from the
Any way to keep the default and override it on the routes?
I'm facing an issue where my DEFAULT SEO overrides the ROUTE SEO.
I created two components (on the thread):
- the
default.tsx where I import on app.tsx;- the
page.tsx where I import on each route.But, when I see the meta tags, they are from the
default.tsx instead of the page.tsx.Any way to keep the default and override it on the routes?
