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

feat: add SEO w/ next-seo #31

Closed
mattxwang opened this issue Nov 16, 2021 · 3 comments · Fixed by #76
Closed

feat: add SEO w/ next-seo #31

mattxwang opened this issue Nov 16, 2021 · 3 comments · Fixed by #76
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers reserved

Comments

@mattxwang
Copy link
Member

Currently, when you send someone a link to this website, there's not much metadata, or page-specific information. Here's an example on Discord:

Screen Shot 2021-11-15 at 9 26 45 PM

I want to add some SEO-related metadata to our site so that it renders properly on link share, like this:

Screen Shot 2021-11-15 at 9 27 29 PM

To do that, I think we should install next-seo, and then do some of the base configuration. For now, using the ACM logo as the image (with the right dimensions) should suffice; the body copy for each page can be a simple one-liner (feel free to use what's on the home page right now).

This can be a bit tricky; if you're curious, you can look at:

@mattxwang mattxwang added enhancement New feature or request good first issue Good for newcomers labels Nov 16, 2021
@mattxwang
Copy link
Member Author

@reginawang3495

@ArushRam
Copy link
Contributor

Currently, when you send someone a link to this website, there's not much metadata, or page-specific information. Here's an example on Discord:

Screen Shot 2021-11-15 at 9 26 45 PM

I want to add some SEO-related metadata to our site so that it renders properly on link share, like this:

Screen Shot 2021-11-15 at 9 27 29 PM

To do that, I think we should install next-seo, and then do some of the base configuration. For now, using the ACM logo as the image (with the right dimensions) should suffice; the body copy for each page can be a simple one-liner (feel free to use what's on the home page right now).

This can be a bit tricky; if you're curious, you can look at:

Repository owner moved this from Todo to Done in Open Starter Issues Jan 11, 2022
@mattxwang mattxwang reopened this Jan 11, 2022
@mattxwang
Copy link
Member Author

Closed by #76.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers reserved
Projects
Development

Successfully merging a pull request may close this issue.

3 participants