<meta name="description" content="WEBSITE description">
<meta name="keywords" content="keywords">
<meta property="og:title" content="WEBSITE Titel">
<meta property="og:description" content="description">
<meta property="og:url" content="Your WEBSITE LINK">
<meta property="og:image" content="preview.jpg">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Your WEBSITE Titel">
<meta name="twitter:description" content="description">
<meta name="twitter:image" content="Your WEBSITE LINKpreview.jpg">
<meta name="twitter:url" content="Your WEBSITE LINK">
<meta name="google-site-verification" content="Your Google ID" />
<link rel="canonical" href="Your WEBSITE LINK">
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" href="logo.png">
<link rel="shortcut icon" href="/favicon.ico"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Your Website Name",
"url": "Your WEBSITE LINK",
"description": "description",
"publisher": {
"@type": "Organization",
"name": "Your Company",
"logo": {
"@type": "ImageObject",
"url": "https://Your WEBSITE LINK.com/logo.png"
}
}
}
</script>