Add Metadata
This commit is contained in:
@@ -5,8 +5,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Terms of Service · PearDock Legal</title>
|
||||
<meta name="description" content="Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock Terms of Service, HoneyPeer" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardock.boats/legal/terms" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/terms" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/terms" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/legal/terms" />
|
||||
<meta property="og:title" content="Terms of Service · PearDock Legal" />
|
||||
<meta property="og:description" content="Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Terms of Service · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Legal" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Terms of Service \u00b7 PearDock Legal",
|
||||
"description": "Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/terms",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user