How to handle SEO for client components in Next.js 13?
I'm confused on how to manage SEO for client components in Next.js 13. Let's say I want to create a contact us page at /contact In the new framework, I should create a folder named contact inside the app directory.…