Update favicon and logo from SVG to WebP format

Replace puffin-logo.svg with puffinOffset.webp in both the favicon link and JSON-LD structured data to use WebP image format instead of SVG.
This commit is contained in:
Matt 2025-06-03 18:32:07 +02:00
parent fe801c1542
commit eccfe856b1

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/puffin-logo.svg" /> <link rel="icon" type="image/webp" href="/puffinOffset.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags --> <!-- Primary Meta Tags -->
@ -37,7 +37,7 @@
"@type": "Organization", "@type": "Organization",
"name": "Puffin Offset", "name": "Puffin Offset",
"url": "https://puffinoffset.com", "url": "https://puffinoffset.com",
"logo": "https://puffinoffset.com/puffin-logo.svg", "logo": "https://puffinoffset.com/puffinOffset.webp",
"description": "Luxury meets environmental responsibility. Calculate and offset your yacht's carbon footprint with verified projects.", "description": "Luxury meets environmental responsibility. Calculate and offset your yacht's carbon footprint with verified projects.",
"contactPoint": { "contactPoint": {
"@type": "ContactPoint", "@type": "ContactPoint",