Save
This commit is contained in:
@@ -339,4 +339,37 @@ $text = \front\factory\Articles::generateHeadersIds( $text );
|
||||
});
|
||||
<? endif;?>
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BlogPosting",
|
||||
"headline": "<?php echo $this -> article['language']['title']; ?>",
|
||||
"description": "<?php echo $this -> article['language']['entry']; ?>",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "<?php echo $author['author'];?>",
|
||||
"jobTitle": "<?php echo $author['author_position'];?>",
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Zaufane.pl",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://zaufane.pl/cache/upload/filemanager/images/logo.png.webp"
|
||||
}
|
||||
},
|
||||
"datePublished": "<?php echo $this -> article[ 'date_add' ]; ?>",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"url": "https://zaufane.pl/certyfikat-zaufanepl-klucz-do-zaufania-klientow-w-twojej-firmie"
|
||||
},
|
||||
"articleSection": [
|
||||
"Zaufanie klientów",
|
||||
"Marketing opinii",
|
||||
"Opinie w sklepie internetowym"
|
||||
],
|
||||
"image": "https://zaufane.pl/<?php echo $this -> article['language']['main_image']; ?>",
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user