How to Add SEO-Friendly Animations while Using Next.js?
Unanswered
American Shorthair posted this in #help-forum
American ShorthairOP
In SSR, we can't use a structure like Framer Motion, so our website will either be without animations or be based on CSR. Then, we lose the SEO advantage that Next.js provides. Is there a different approach?
1 Reply
@American Shorthair In SSR, we can't use a structure like Framer Motion, so our website will either be without animations or be based on CSR. Then, we lose the SEO advantage that Next.js provides. Is there a different approach?
Client components are still prerendered on the server, so still SEO friendly. So feel free to use framer motion, nothing wrong with it