ogtype
og:type is a metadata property of the Open Graph protocol that declares the type of object represented by a webpage. It is specified in HTML in a meta tag, for example: <meta property="og:type" content="article" />. The value of og:type informs social platforms how to interpret and render a link preview. While the simplest pages use a generic type, og:type supports a range of predefined object types, such as website, article, book, profile, and various video and music types (for instance video.movie, video.other, music.song, music.album). The most common choices are website for homepages and article for news articles or blog posts.
Some object types permit additional metadata, like article supports published_time, author, section; video types can include
og:type is typically used alongside other Open Graph properties such as og:title, og:description, og:image, and og:url
Choosing the appropriate og:type helps ensure that content is displayed in a way that matches its nature