Provides an alternative text description of a video, enhancing accessibility and giving context to the video content shared on social platforms.
<meta property="og:video:alt" content="A scenic drone footage over the Alps showing the breathtaking views of the mountains." /><meta property="og:video:alt" content="An instructional video on how to bake a chocolate cake, step by step." /><meta property="og:video:alt" content="Video" /><meta property="og:video:alt" content="" />Defines the description of your content as you want it to appear when shared on social platforms like Facebook, LinkedIn, and others that adhere to the Open Graph protocol.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="Discover the top 10 SEO strategies to boost your website's traffic in 2023. Click to learn more!">
</html>Defines the MIME type of the audio content referenced in the og:audio tag, ensuring platforms like Facebook understand how to process the linked audio file.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:audio:type" content="audio/mpeg">
</html>A secure URL to an audio file to accompany your object within the Graph. Used when the standard og:audio tag URL does not support SSL.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:audio:secure_url" content="https://example.com/music/song.mp3">
</html>Specifies the URL of the audio content to be used as a rich object in a social graph. It is meant for integrating audio content that represents the page or is closely related to the content of the page, enhancing its representation on social media platforms.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:audio:url" content="https://example.com/audio.mp3">
</html>Defines the audio content that will accompany your page when it is shared on social media platforms that support Open Graph.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:audio" content="http://example.com/birdsong.mp3">
</html>