Open Graph Type

Open Graph Type tags are useful to indicate what type of content you are sharing. Social networks may display content differently based on the type of media. Additionally, each type of content may have additional fields that are available to use to describe your content.

  • Social Networks Supported: Facebook Google+ LinkedIn
  • Importance: Useful, but not required
  • Can use multiple times on same page: No
  • Tag Placement: Head section
  • Example: <meta property="og:type" content="website" />

Here are some different commonly supported types:

  • article
  • book
  • profile
  • website
  • music.song
  • music.album
  • music.playlist
  • music.radio_station
  • video.movie
  • video.episode
  • video.tv_show
  • video.other

User-defined custom types are also supported via Open Graph. These consist of a namespace and a property.

<meta property="app_namespace:property_name" content="Value of property"/>
bg Image
Back to top