next js SEO related questions
Unanswered
Treeing Cur posted this in #help-forum
Treeing CurOP
Using Nextjs, we will assume that there is an SSR component.
If a request is made to /about, the AboutPage component will be rendered and provided as a response. If there is an asynchronous operation in the component, a loading reserved word file will be created and a fallback UI will be output. So what are search engine bots waiting for? How does SEO work in these cases?
If a request is made to /about, the AboutPage component will be rendered and provided as a response. If there is an asynchronous operation in the component, a loading reserved word file will be created and a fallback UI will be output. So what are search engine bots waiting for? How does SEO work in these cases?