Next.js Discord

Discord Forum

SSG vs SSR vs ISR

Unanswered
Turkish Van posted this in #help-forum
Open in Discord
Turkish VanOP
I’m reading the nextjs course about SEO. And I don’t understand what the key differences between those rendering options are. And which one to choose in my case. (I’m new to web dev and SEO)

I’m building a finance web app. First thing I want to implement is the stock data page, where you can view like share price, fundamental KPI, dividends etc. and I have like 10.000 stocks. Currently I have a file called /pages/stocks/[id] and fetching data inside getServerSideProps before rendering.

Is this the right way to render for best SEO results? You have further suggestions for beginner?

Thank you in advance 🙏

0 Replies