og:typeを分岐

<?php if(is_home()): //ホームなら?>

<meta property="og:type" content="website">

<?php else: ?>
<meta property="og:type" content="article">
<?php endif; ?>