Questions tagged [server-side-rendering]
9 questions
18
votes
1 answer
Do search engines perform JS rendering while crawling?
I have couple of websites recently created (~8 months) and Google is marking them as "Duplicate without user-selected canonical" or "Page with redirect" errors
How I implemented:
Browser requests webserver for webpage
Webserver returns back the…
hasanac
- 283
- 1
- 2
- 5
8
votes
1 answer
SEO/crawlability impact of HTML Streaming
With the rise of HTML Streaming (e.g. React 18 Streaming), I'm wondering how crawlers handle HTML streams.
Most importantly, do crawlers wait until the stream has ended?
How does the Google crawler handle this? Google does mention streaming here but…
brillout
- 199
- 9
2
votes
2 answers
In a client-side-rendered app, some pages are successfully crawled by Googlebot while others fail to fully render. How can I get all pages to render?
The /home and /home/search pages render fine, but /home/product/ID_XYZ pages appear as just a loading icon when doing a "Live Test" in Google Search Console.
There has been some flux recently in the URL of product pages. I thought this may be…
James L.
- 247
- 1
- 8
2
votes
2 answers
Is server side rendering a must have for good SEO for a React website?
Now I use ReactJS for my website and was wondering whether changing to server side rendering(NextJS) would impact my search engine rankings?
I've tried some tools that would give your website a "SEO score". It doesn't seem as if their crawlers are…
Loko
- 129
- 4
1
vote
1 answer
Nextjs Link and SEO
Nextjs Link (next/link) seems to be a client-side redirection (as in SPAs).
Looking at News Website such as CNN, every time a link is clicked, a document is fetched as a Static Html and later the js bundles, and below-the-fold assets are…
Confront
- 111
- 1
1
vote
1 answer
Will Google Searchbot SEO also crawl my content APIs? Or do I really need nextjs SSR?
I am building a social media blog react website (basically like Medium.com) with virtual routing. E.g if user visits my-website.com/user456/post478 react will make an API Call to my cloud function to retrieve post478 of user456 from my BigTable DB.…
Juri
- 13
- 2
1
vote
1 answer
Prerendering vs. loadtime optimization
While loadtime optimization we turn many adjusting screws, which all have different efficiency and need different afforts.
Is it not better to prerender all, or most important, pages and to guarantee, that Google and our visitors get a blazingly…
Evgeniy
- 10,195
- 1
- 18
- 49
1
vote
1 answer
what does dynamic rendering actually mean?
Let me explain the situation.
Google states that we can use dynamic rendering which just means to use Puppeteer, Rendertron or prerender.io. So, for google bots, we return fully rendered html and for clients, we return client-side html's.
What I…
Nika Kurashvili
0
votes
0 answers
How do I improve the client-rendered content for SEO?
I have a website with many links on it. Some of the links are user generated.
For instance:
example.com/?some_information
example.com/?some_other_information
The page will utilize the parameter to render different results by pure JavaScript code.…
AGamePlayer
- 773
- 3
- 16