You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/application/views/mobile_first/ch-structured-data-article.php

27 lines
849 B
PHP

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.chinahighlights.com<?php echo $information->ic_url; ?>"
},
"headline": "<?php echo $information->ic_seo_title; ?>",
"image": <?php echo $article_image_urls; ?>,
"datePublished": "<?php echo $article_published_date->format('c'); ?>",
"dateModified": "<?php echo $article_modified_date->format('c'); ?>",
"author": {
"@type": "Person",
"name": "<?php echo $author_name; ?>",
"url": "<?php echo $author_url; ?>"
},
"publisher": {
"@type": "Organization",
"name": "China Highlights",
"logo": {
"@type": "ImageObject",
"url": "https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png"
}
}
}
</script>