You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Undermaken in our case, metadata needs to be inserted in next/head component under _app.tsx or page by page by following the starting point you mentioned. We can start to insert a general title tag, description meta tag and open graph meta tags to render data for social media like linkedin, mainly.
Then we could enhance seo by creating a dynamic sitemap with next-sitemap dependency. I tested this dependency in my own website and it only need to be adapted to lit website.
I think this could be a good starting point. I'll leave these notes in case of someone wants to play with code.
We should be displayed as the first result on the query "Latina in Tech" in Google search :D
This could be a good starting point
https://nextjs.org/learn-pages-router/seo/rendering-and-ranking/metadata
The text was updated successfully, but these errors were encountered: