Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve site SEO #29

Open
Undermaken opened this issue Nov 21, 2023 · 2 comments
Open

Improve site SEO #29

Undermaken opened this issue Nov 21, 2023 · 2 comments

Comments

@Undermaken
Copy link
Contributor

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

@salvatorericcardi
Copy link
Contributor

salvatorericcardi commented Apr 17, 2024

@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.

@coluzziandrea
Copy link
Member

Great @salvatorericcardi !

salvatorericcardi added a commit to salvatorericcardi/latina-in-tech.github.io that referenced this issue May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants