Hi @gaurav984 and thank you for your much appreciated reply.
Basically I have a WP Post that embeds a video from Odysee. I want the page to set og:type video and other meta-data. My pages are set to og:type article.
I’m using ColorMag template with JetPack. I set the post type as “video”.
I’ve tried to investigate exactly what the issue is as there several factors (which I recently found out, and some may be wrong).
- WordPress does not allow out-of-the box embed of Odysee (like YouTube). First I used html/iframe embed which of course could be a problem. I then installed oEmbed and allowed my WP til embed Odysee video like YouTube, which now works.
- Reviewing the JetPack code it looks like it detects only YouTube and Vimeo embeds in the post and then sets og:type video and other properties.
So basically I just want to set the correct og-meta data so my videos (on Odysee) can be detected and indexed as videos in Google Search Console.
Hope this explains my issue and any help would be much appreciated 🙂
Kind regards,