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.
28 lines
791 B
PHP
28 lines
791 B
PHP
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Article",
|
|
"mainEntityOfPage": {
|
|
"@type": "WebPage",
|
|
"@id": "https://www.asiahighlights.com<?php echo $information->ic_url; ?>"
|
|
},
|
|
"headline": "<?php echo $information->ic_seo_title; ?>",
|
|
"image": [
|
|
"https://images.asiahighlights.com<?php echo $information->ic_photo; ?>"
|
|
],
|
|
"datePublished": "<?php echo $information->is_datetime; ?>",
|
|
"dateModified": "<?php echo date('Y-m-d\TH:i:s'); ?>",
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "<?php echo $author; ?>"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "China Highlights",
|
|
"logo": {
|
|
"@type": "ImageObject",
|
|
"url": "https://data.asiahighlights.com/pic/logo-ah.png"
|
|
}
|
|
}
|
|
}
|
|
</script> |