Does using client component wrapper around RootLayout restrict the search engines bot to fetch those pages? #68042
Unanswered
projectashik
asked this question in
App Router
Replies: 1 comment
-
Hi, No. Client Components are also SSR'd (rendered during build or on-request-demand on a server). So their HTML is part of what bots/crawler/SEO would see, without having to run JavaScript. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does using client component wrapper around RootLayout restrict the search engines bot to fetch those pages?
Beta Was this translation helpful? Give feedback.
All reactions