This repository was archived by the owner on Dec 5, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 365
Showing last NFT mint from user profile in OG:image #306
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added og:title, og:image, og:video, twitter:title, twitter:card metadata properties in order to add image of the last mint from a user and their username on open graph display cards. Also added @edgeware/node-types due to having issues with yarn serve complaining about the package not existing.
Added og:title, og:image, og:video, twitter:title, twitter:card metadata properties in order to add image of the last mint from a user and their username on open graph display cards. Also added @edgeware/node-types due to having issues with yarn serve complaining about the package not existing.
This reverts commit 35e793c.
Added og:title, og:image, og:video, twitter:title, twitter:card metadata properties in order to add image of the last mint from a user and their username on open graph display cards.
c61e2b1: Image loading using og:image was not functioning correctly as some profiles may have videos as their lastest mint. To resolve this, the latest NFT is used for og:image.
Image was not displaying with profiles in which had a video or interactive NFT as their latest mint. Only sets og:image to an image type.
Image was not displaying with profiles in which had a video or interactive NFT as their latest mint. Only sets og:image to an image type.
artist as it looks quite ugly.
as it looked quite ugly.
Member
Contributor
Author
|
@yangwao I will take a look at these other issues. I left some comments on them in order to get some clarification. Whenever you get the chance may you please take a look. |
Member
|
Yes, @miguel-quezada63 just replied #287 (comment) :) |
Member
Member
|
Hey, @miguel-quezada63 let me merge this as it's feasible to work. Feel free to continue on there are bounties too! |
Contributor
Author
|
@yangwao definitely will continue to work on other issues related to SEO. For the bounty, my KSM address is: |
Member
|
Sent! https://kusama.subscan.io/account/JFPBQxThSDUwMYAerdBssm7u7KJBf966u5MMysnC5pB2rgo Perfect, looking forward for #243 :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

From issue #287. og:image was missing from link cards shown on social media platforms. Added og:image meta property in which displays the user's latest NFT that is an image.