Chapter 10: Working with SEO and Managing Performance
SEO (short for Search Engine Optimization) and performances are two topics that go hand in hand during the development process as a whole.
Even though there have been multiple enhancements on the Next.js side to improve performances and facilitate SEO best practices, we still need to know where our application could potentially create any problems that would result in poor search engine indexing and a lousy user experience.
In this chapter, we will cover the following topics in detail:
- Choosing the proper rendering method for your application (SSR, SSG, CSR).
- When an application will typically fail on the performance aspect
- How to use the Vercel Analytics module
- Tools that help us to write SEO-friendly web applications
By the end of this chapter, you'll be able to optimize your web application for SEO and performance by learning some of the best practices and tools for dealing with such complex...