Replies: 2 comments 1 reply
-
|
Your components should have nothing to do with SEO as you'll be configuring your metadata inside your layout and page files. Read this for more info: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Depends, some SEO signals for google are checking site performance and stuff, when it comes to for example INP metric I wrote a topic on this one. - HERE Not sure how important that signal is when google ranks the page, but might turn out that you won't be the first one because of this metric. |
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.
-
Hello there!
I am going to use NextUI for an e-commerce website with Next.js version 14 (app router), and according to these lines from the docs:
"Next.js 13 introduces a new app/ directory structure. By default it uses Server Components. As NextUI components use React hooks, we added the use client; at build time, so you can import them directly in your React Server Components (RSC)."
so if "use client" is set for every component by default, are NextUI components SEO friendly?
I will be glad if you could explain more on this topic!
thanks
Beta Was this translation helpful? Give feedback.
All reactions