Questions tagged [server-side-rendering]
The server-side-rendering tag has no summary.
10 questions
1
vote
0
answers
26
views
Lazy loading in scroll-navigated SPA for better SEO
In my case, the landing page is SPA with scroll-based navigation, and my intention is to improve the performance and SEO by lazy-loading sections that don't match current url.
For /section3, the ...
18
votes
1
answer
13k
views
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:
...
1
vote
1
answer
305
views
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 ...
0
votes
0
answers
32
views
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 ...
2
votes
2
answers
213
views
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 ...
8
votes
1
answer
1k
views
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 ...
1
vote
1
answer
492
views
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 ...
1
vote
1
answer
50
views
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, ...
1
vote
1
answer
67
views
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 ...
2
votes
2
answers
2k
views
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 "...