You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question than a bug. Right now, we are setting the title and description during onMount which will run after hydration (in client side).
Don't you think it defeats the purpose of SEO? since it won't be available in the server rendered HTML. Correct me if I am wrong.
Screenshots
No response
Reproduction
.
Logs
No response
Have you checked if this issue has already been raised?
I did not find any similar issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
It allows to update, say the title, using a store. When we have more data to fill that component (a page title, description, and card info (title, image)) we should add them as props.
Describe the bug
This is more of a question than a bug. Right now, we are setting the title and description during
onMount
which will run after hydration (in client side).Don't you think it defeats the purpose of SEO? since it won't be available in the server rendered HTML. Correct me if I am wrong.
Screenshots
No response
Reproduction
.
Logs
No response
Have you checked if this issue has already been raised?
Code of Conduct
The text was updated successfully, but these errors were encountered: