Add structured data describing the pages
This commit is contained in:
@ -22,6 +22,7 @@ global $language, $dir, $locale;
|
||||
<meta property="og:url" content="https://danwin1210.de/privacy.php">
|
||||
<meta property="og:locale" content="<?php echo $locale; ?>">
|
||||
<meta property="og:site_name" content="<?php echo _('Daniel'); ?>">
|
||||
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"<?php echo _('Daniel - Privacy policy'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
||||
</head><body>
|
||||
<?php menu(_('Privacy policy')); ?>
|
||||
<h2><?php echo _('1. Name and Address of the controller'); ?></h2>
|
||||
|
Reference in New Issue
Block a user