I don't think this will help in SEO and OG as these meta tags are getting generated client side. If I'm not wrong, we've to use SSR solutions for this like Next JS.
Can i update the meta images using the code in video, actually i have website with num of urls my requirment, while sharing the url through social media Apps like whatsapp facebook, i want particular preview meta image and description for the paeticular url.
@@CodeRadiance Of course i know i need to use nextjs. I mean, your metatags are still invisible to search engines. And I don't believe that they will have any help for SEO like it is promised. 😥
I don't think this will help in SEO and OG as these meta tags are getting generated client side. If I'm not wrong, we've to use SSR solutions for this like Next JS.
Can i update the meta images using the code in video, actually i have website with num of urls my requirment, while sharing the url through social media Apps like whatsapp facebook, i want particular preview meta image and description for the paeticular url.
will it work on social media?
this is helpful, but if I have a react blog website, how can we set different titles and meta tags for every blog post automatically.
By integrating it with a headless cms and dynamic routing.
What about React Helmet? Is it good?
Yeah its better than this code.
React helmet is not working for preview images. I did lot's of try@@CodeRadiance
These metatags are still being rendered on client side.
I don't think we can see them in the actual page source.
With client side react that's the only option you have. For server rendering use nextjs.
@@CodeRadiance Of course i know i need to use nextjs. I mean, your metatags are still invisible to search engines. And I don't believe that they will have any help for SEO like it is promised. 😥
Yeah it's probably more suited for analytics. I will probably add a video for nextjs.
@@CodeRadiance but if i don't want to use nextjs and i have website in reactjs so how can do the same in server side from reactjs
Have you found a way to do it?
This has nothing to do with Open Graph, don't mislead people. SSR is required!
There’s nothing genius about creating a meta tag using the DOM(