“https://schema.org”,
“@type” => “NewsArticle”,
“headline” => get_the_title(),
“image” => [get_the_post_thumbnail_url($post->ID, ‘full’)],
“datePublished” => get_the_date(‘c’),
“author” => [[“@type” => “Person”, “name” => get_the_author()]]
];
echo ‘‘;
}
});