minter icon indicating copy to clipboard operation
minter copied to clipboard

No social media/share metadata

Open alon-eth opened this issue 3 years ago • 4 comments

Would be great to include metadata on pages. First thing a person does after minting is share their work and the links look bad without any metadata. For example, here is what facebook sees when they look at an openminter link: https://developers.facebook.com/tools/debug/?q=http%3A%2F%2Fnftz.fun%2Fcollection%2FKT1JBThDEqyqrEHimhxoUBCSnsKAqFcuHMkP%2Ftoken%2F0

Could very easily create metadata including the title of the NFT and the image from the NFT...

alon-eth avatar Mar 11 '21 23:03 alon-eth

It seems that is not that simple after all, I've spent some time now looking into it and as far as my researches showed me this will require a great deal of refactor. React doesn't support SEO so we would have to implement some sort of Server Side Rendering to be able to serve the correct meta tags.

w4ll3 avatar Mar 19 '21 22:03 w4ll3

Maybe Next.js would be a good solution for bridging SSR. https://nextjs.org/docs/basic-features/pages

wyc avatar Mar 19 '21 23:03 wyc

Next is probably the best solution, but that would cause a huge refactor, this change would require further considerations, but I think that it is the only way to go actually.

w4ll3 avatar Mar 29 '21 17:03 w4ll3

Hi, here you could find minter on next.js. It isn't finished yet, but most of the work has been done. https://github.com/VadimSvirdoff/nft-marketplace

VadimSvirdoff avatar Aug 30 '21 16:08 VadimSvirdoff