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

[SPIKE] Explore the OpenGraph tags we could use on the Explorer #753

Open
alainncls opened this issue Oct 15, 2024 · 0 comments
Open

[SPIKE] Explore the OpenGraph tags we could use on the Explorer #753

alainncls opened this issue Oct 15, 2024 · 0 comments

Comments

@alainncls
Copy link
Collaborator

alainncls commented Oct 15, 2024

Here’s a list of OpenGraph tags, based on the dynamic information we'd want to display for each Attestation:

  1. og:title: The title of the page. Example: Attestation on Verax Explorer
  2. og:description: A concise description of the attestation or the current page. Example: Attestation of attendance at an event verified via Verax on Linea.
  3. og:type: The type of content. For an attestation, this could be article, but it depends on the nature of the page. Example: article, website
  4. og:url: The canonical URL of the page. Example: https://explorer.ver.ax/linea/attestation/12345
  5. og:image: An image representing the attestation or the Verax project. Example: https://explorer.ver.ax/assets/attestation-image.png
  6. og:locale: The locale of the page, e.g., en_US for English or fr_FR for French.
  7. og:site_name: The name of the site. Example: Verax Explorer
  8. og:image:alt: An alternative description of the image. Example: Verax Explorer Attestation
  9. og:image:width and og:image:height: The dimensions of the image, so that social networks can display the preview correctly. Example: 1200 (width), 630 (height)

Complete OpenGraph tags documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for development
Development

No branches or pull requests

1 participant