Now I fixed this Issue by myself... Now I am getting all details..
Please check all is correct or not.<script type="application/ld+json">
{
"@context": "
https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "<?php echo osc_esc_html($url); ?>" },
"headline": "<?php echo blg_get_title($blog); ?>",
"description": "<?php echo osc_esc_html(osc_highlight(osc_structured_data_description(), 200)); ?>",
"image": "<?php echo blg_img_link($blog['s_image']); ?>",
"datePublished": "<?php echo date('j M Y', strtotime($blog['dt_pub_date'])); ?>",
"author": [{
"@type": "Person",
"name": "<?php echo $author['s_name']; ?>",
"url": "<?php echo osc_route_url('blg-author', array('authorSlug' => osc_sanitizeString(blg_slug($author['s_name'])), 'authorId' => $author['pk_i_id'])); ?>"
}]
}
</script>