This commit is contained in:
Roman Pyrih
2025-06-17 16:04:45 +02:00
parent d769033d66
commit e594e5bc1b
2 changed files with 49 additions and 1 deletions

View File

@@ -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>