SolidJSS
SolidJSโ€ข15mo agoโ€ข
13 replies
TutoDS

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 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?
Was this page helpful?