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 meta tags in head component #139

Open
ShivamJoker opened this issue Jun 13, 2023 · 2 comments
Open

Feat: Add meta tags in head component #139

ShivamJoker opened this issue Jun 13, 2023 · 2 comments
Assignees

Comments

@ShivamJoker
Copy link
Collaborator

ShivamJoker commented Jun 13, 2023

@onamkrverma take the head component from LearnAWS website repo.
It has all the necessary meta tags we need.

Then test it with https://metatags.io

Pages with meta

  • Home: Keep the title same as page title and description in content file, OG image -> public/images/home-og.webp
  • Product list: Same as home, OG image -> public/images/products-og.webp
  • Product page: Product title -> Page title, Product description -> description, thumbnail with OG image
  • Blog list: Same as home, OG image -> public/images/blog-og.webp
  • Blog: Take title and description from blog data, another field will be fore OG image

Everything should be rendered on server side.

@ShivamJoker
Copy link
Collaborator Author

@onamkrverma is this done?

@onamkrverma
Copy link
Collaborator

NO, Product meta description length is not fixed yet (issue #245)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants