Adding meta properties to header through google tag manager

I need to add meta properties for facebook markup to the header of three specific pages, and I want to use google tag manager to do so.

Can you tell me how I get Google Tag Manager to add the code below in the header of 3 specific pages?:

<meta property="og:url" content="https://futurefitness.dk/webinar-1/" />
< meta property="og:type" content="video" />
< meta property="og:title" content="De 5 største fejltagelser der forhindrer dig i at blive fit" />
< meta property="og:description" content="90% træner og spiser forkert, og de ved det ikke! Internettet er fuld af misforståede koncepter og dårlige råd. I tre korte videoer forklarer jeg dig præcis, hvad du skal gøre anderledes for at få en stærk og fit krop." />
< meta property="og:video" content="https://futurefitness.dk/webinar-1/?wvideo=qnl5u8xort" />
< meta property="og:video:width" content="1200" />
< meta property="og:video:height" content="750" />
< meta property="fb:app_id" content="1740229032717685" />

I would really like a reply :slight_smile:

Hey,

You can use the Yoast plugin to accomplish this -> https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.