Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Default SEO vs Route SEO - SolidJS
S
SolidJS
โข
17mo 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
default.tsx
where I import on
app.tsx
app.tsx
;
- the
page.tsx
page.tsx
where I import on each route
.
But
, when I see the meta tags
, they are from the
default.tsx
default.tsx
instead of the
page.tsx
page.tsx
.
Any way to keep the default and override it on the routes
?
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
SEO
S
SolidJS / support
2y ago
Is solids SEO friendly ?
S
SolidJS / support
3y ago
SEO not working when sharing
S
SolidJS / support
16mo ago
export route = {}
S
SolidJS / support
17mo ago