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

Implement proper SEO #414

Open
1 of 5 tasks
tomtomcrypto opened this issue May 12, 2023 · 1 comment
Open
1 of 5 tasks

Implement proper SEO #414

tomtomcrypto opened this issue May 12, 2023 · 1 comment
Labels
✨ Enhancement Improvements on existing features

Comments

@tomtomcrypto
Copy link
Collaborator

tomtomcrypto commented May 12, 2023

Description

Currently we do not leverage any SEO practices such as using meta description, title and microdata.
We should look into how we can implement this easily in Vue3.

We do not want to make the huge change of moving to SSR right now. We should do our best to improve SEO with the current client side rendering.

add/update static metatags and link previews to all main public apps:

Additional notes:

@tomtomcrypto tomtomcrypto added ✨ Enhancement Improvements on existing features 🔬 Needs Refinement Further information is required labels May 12, 2023
@karynemayer karynemayer removed the 🔬 Needs Refinement Further information is required label May 17, 2023
@Viterbo
Copy link
Collaborator

Viterbo commented May 17, 2023

Note: for social sharing, I can provide the following useful code examples:

<head>
   <!-- metadata for the site description -->
   <meta name="description" content="This is the description">

   <!-- metadata for the preview image -->
   <meta property="og:image" content="image_url">

   <!-- metadata for the canonical URL to show -->
   <link rel="canonical" href="https://wallet.telos.net/">
</head>

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

No branches or pull requests

3 participants