Vercel Deployment not having SEO related tags
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
I'm currently deploying an angular build bundle in Vercel, and it seems like the domain given by vercel works perfectly fine as when I paste the link here:
50 Replies
So it shows metadata
But when I try using a domain name
well...
the metadata is there
Barbary LionOP
wait
on other platform it does not show
like this
that would have been akward
So I read something from Vercel
Barbary LionOP
hmm
telegram probably cached the metadata for a while before re-crawl your website
but right now your website is working fine at least about this part
Barbary LionOP
hmm
I see
I tried other channels and it also seems to work fine
yup, because it is working fine, just telegram caching stuff
Barbary LionOP
At first I had to add a vercel.json file
no, you shouldn't need to do that, just need to code your website correctly (which you already do)
Barbary LionOP
ok got it
was wondering something went wrong
i guess it's completely fine
Barbary LionOP
Thanks! I would have been stuck for days/weeks without your help!

next time to check, just go to your website and right click -> view source. if the title tag and the meta tags are there you're good to go
Barbary LionOP
Yeah I did that first
and was really confused at that point
Barbary LionOP
ok now there is a problem
@joulev
I added a meta tag for images
and it does not show
Barbary LionOP
oh what
hm
discord works
mess/telegram doesn't
that's just weired
it's probably just caching again; although i do think you should add (many) more meta tags for that
like so
<!-- HTML Meta Tags -->
<title>
DaVinci Resolve 18 – Studio | Blackmagic
Design
</title>
<meta name="description" content="Professional video editing, color correction, visual effects and audio post production all in a single application. Free and paid versions for Mac, Windows and Linux.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.davincipremium.com">
<meta property="og:type" content="website">
<meta property="og:title" content="
DaVinci Resolve 18 – Studio | Blackmagic
Design
">
<meta property="og:description" content="Professional video editing, color correction, visual effects and audio post production all in a single application. Free and paid versions for Mac, Windows and Linux.">
<meta property="og:image" content="https://images.blackmagicdesign.com/images/products/davinciresolve/studio/hero/hero-xl.jpg?format=1500w">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="davincipremium.com">
<meta property="twitter:url" content="https://www.davincipremium.com">
<meta name="twitter:title" content="
DaVinci Resolve 18 – Studio | Blackmagic
Design
">
<meta name="twitter:description" content="Professional video editing, color correction, visual effects and audio post production all in a single application. Free and paid versions for Mac, Windows and Linux.">
<meta name="twitter:image" content="https://images.blackmagicdesign.com/images/products/davinciresolve/studio/hero/hero-xl.jpg?format=1500w">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->