81 lines
3.8 KiB
HTML
81 lines
3.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/webp" href="/puffinOffset.webp" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- PWA Manifest -->
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<meta name="theme-color" content="#3b82f6" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<meta name="apple-mobile-web-app-title" content="Puffin Calculator" />
|
|
<link rel="apple-touch-icon" href="/puffinOffset.webp" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>Puffin Offset - Carbon Offsetting for Superyachts</title>
|
|
<meta name="title" content="Puffin Offset - Carbon Offsetting for Superyachts">
|
|
<meta name="description" content="Luxury meets environmental responsibility. Calculate and offset your yacht's carbon footprint with verified projects. Join the sustainable yachting movement today.">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://puffinoffset.com/">
|
|
<meta property="og:title" content="Puffin Offset - Carbon Offsetting for Superyachts">
|
|
<meta property="og:description" content="Luxury meets environmental responsibility. Calculate and offset your yacht's carbon footprint with verified projects. Join the sustainable yachting movement today.">
|
|
<meta property="og:image" content="https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?auto=format&fit=crop&q=80">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="https://puffinoffset.com/">
|
|
<meta property="twitter:title" content="Puffin Offset - Carbon Offsetting for Superyachts">
|
|
<meta property="twitter:description" content="Luxury meets environmental responsibility. Calculate and offset your yacht's carbon footprint with verified projects. Join the sustainable yachting movement today.">
|
|
<meta property="twitter:image" content="https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?auto=format&fit=crop&q=80">
|
|
|
|
<!-- Additional SEO Meta Tags -->
|
|
<meta name="keywords" content="yacht carbon offset, superyacht sustainability, maritime carbon calculator, eco-friendly yachting, carbon neutral yacht, sustainable luxury, yacht emissions">
|
|
<meta name="author" content="Puffin Offset">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="canonical" href="https://puffinoffset.com/">
|
|
|
|
<!-- Structured Data -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "Puffin Offset",
|
|
"url": "https://puffinoffset.com",
|
|
"logo": "https://puffinoffset.com/puffinOffset.webp",
|
|
"description": "Luxury meets environmental responsibility. Calculate and offset your yacht's carbon footprint with verified projects.",
|
|
"contactPoint": {
|
|
"@type": "ContactPoint",
|
|
"telephone": "+33-6-71-18-72-53",
|
|
"contactType": "customer service",
|
|
"email": "info@puffinoffset.com"
|
|
},
|
|
"sameAs": [
|
|
"https://twitter.com/puffinoffset",
|
|
"https://linkedin.com/company/puffinoffset"
|
|
]
|
|
}
|
|
</script>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": "Puffin Offset",
|
|
"url": "https://puffinoffset.com",
|
|
"potentialAction": {
|
|
"@type": "SearchAction",
|
|
"target": "https://puffinoffset.com/calculator?q={search_term_string}",
|
|
"query-input": "required name=search_term_string"
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|