Closed portdeveloper closed 1 week ago
Currently, the og tags cannot be crawled by the bots so we cannot get any og images with the MetaHeader component.
Try it yourself: curl -A "Twitterbot" https://hackedwalletrecovery.com | grep -i "meta"
curl -A "Twitterbot" https://hackedwalletrecovery.com | grep -i "meta"
To solve this, I have added og tags to the _document.tsx itself.
_document.tsx
Here is an example deployment: https://hwr-port-test.vercel.app/ test it in: https://metatags.io/
Also I have added the background color we use throughout the app to favicon images. This will hopefully fix: , which happens because the background is transparent in the favicon on the branch main.
@portdeveloper is attempting to deploy a commit to the BuidlGuidl Team on Vercel.
A member of the Team first needs to authorize it.
Currently, the og tags cannot be crawled by the bots so we cannot get any og images with the MetaHeader component.
Try it yourself:
curl -A "Twitterbot" https://hackedwalletrecovery.com | grep -i "meta"
To solve this, I have added og tags to the
_document.tsx
itself.Here is an example deployment: https://hwr-port-test.vercel.app/ test it in: https://metatags.io/
Also I have added the background color we use throughout the app to favicon images. This will hopefully fix: , which happens because the background is transparent in the favicon on the branch main.