2025-05-13 18:50:30 +02:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
2025-06-03 18:32:07 +02:00
< link rel = "icon" type = "image/webp" href = "/puffinOffset.webp" / >
2025-05-13 18:50:30 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2025-11-04 15:32:50 +01:00
<!-- Cache Control - Prevent stale cached versions -->
< meta http-equiv = "Cache-Control" content = "no-cache, no-store, must-revalidate" / >
< meta http-equiv = "Pragma" content = "no-cache" / >
< meta http-equiv = "Expires" content = "0" / >
2025-05-13 18:50:30 +02:00
2025-06-05 01:08:00 +02:00
<!-- 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" / >
2025-05-13 18:50:30 +02:00
<!-- 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",
2025-06-03 18:32:07 +02:00
"logo": "https://puffinoffset.com/puffinOffset.webp",
2025-05-13 18:50:30 +02:00
"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 >
2025-10-30 12:30:29 +01:00
<!-- Load runtime environment configuration before app -->
< script src = "/env-config.js" > < / script >
2025-05-13 18:50:30 +02:00
< script type = "module" src = "/src/main.tsx" > < / script >
< / body >
2025-06-03 18:32:07 +02:00
< / html >