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/jh-structured-data-article.php

27 lines
884 B
PHP

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.japanhighlights.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": "Japan Highlights",
"logo": {
"@type": "ImageObject",
"url": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg"
}
}
}
</script>