|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <title>Exploding Labs: Indie SaaS Studio</title> |
5 | | - <meta name="description" content="Product studio building profitable web apps." /> |
| 4 | + <title>Exploding Labs – Independant SaaS Product Studio</title> |
| 5 | + <meta name="description" content="Exploding Labs is an independent software studio building open-source tools and SaaS products." /> |
| 6 | + <link rel="canonical" href="https://explodinglabs.com/" /> |
| 7 | + <link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" /> |
| 8 | + |
| 9 | + <!-- Styles and fonts --> |
6 | 10 | <meta charset="utf-8" /> |
7 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
8 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
9 | | - <meta property="og:title" content="Exploding Labs: Indie SaaS Studio" /> |
| 12 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 13 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 14 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 15 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> |
| 16 | + <link rel="stylesheet" href="/index.css" type="text/css" /> |
| 17 | + <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> |
| 18 | + |
| 19 | + <!-- Favicons --> |
| 20 | + <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32.png" sizes="32x32"> |
| 21 | + |
| 22 | + <!-- Open Graph --> |
| 23 | + <meta property="og:title" content="Exploding Labs – Independant SaaS Product Studio" /> |
| 24 | + <meta property="og:description" content="Exploding Labs is an independent software studio building open-source tools and SaaS products."> |
10 | 25 | <meta property="og:type" content="website" /> |
11 | 26 | <meta property="og:url" content="https://explodinglabs.com/" /> |
12 | | - <meta property="og:image" content="/assets/opengraph.png" /> |
13 | | - <meta property="og:image:secure_url" content="/assets/opengraph.png" /> |
| 27 | + <meta property="og:image" content="https://explodinglabs.com/assets/opengraph.png" /> |
| 28 | + <meta property="og:image:secure_url" content="https://explodinglabs.com/assets/opengraph.png" /> |
14 | 29 | <meta property="og:image:type" content="image/png" /> |
15 | 30 | <meta property="og:image:width" content="1200" /> |
16 | 31 | <meta property="og:image:height" content="630" /> |
17 | 32 | <meta property="og:image:alt" content="Image" /> |
18 | | - <link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" /> |
19 | | - <link rel="stylesheet" href="/index.css" type="text/css" /> |
20 | | - <link rel="canonical" href="https://autoreceipts.app/" /> |
21 | | - <link rel="preconnect" href="https://fonts.googleapis.com"> |
22 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
23 | | - <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> |
24 | | - <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32.png"> |
25 | | - <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> |
| 33 | + |
| 34 | + <!-- Twitter Card --> |
| 35 | + <meta name="twitter:card" content="summary_large_image"> |
| 36 | + <meta name="twitter:title" content="Exploding Labs – Independant SaaS Product Studio"> |
| 37 | + <meta name="twitter:description" content="Exploding Labs is an independent software studio building open-source tools and SaaS products."> |
| 38 | + <meta name="twitter:image" content="https://explodinglabs.com/assets/opengraph.png"> |
| 39 | + |
| 40 | + <!-- Structured data --> |
| 41 | + <script type="application/ld+json"> |
| 42 | + { |
| 43 | + "@context": "https://schema.org", |
| 44 | + "@type": "Organization", |
| 45 | + "name": "Exploding Labs", |
| 46 | + "url": "https://explodinglabs.com/", |
| 47 | + "logo": "https://explodinglabs.com/assets/logo.png", |
| 48 | + "description": "Exploding Labs is an independent software studio building open-source tools and SaaS products.", |
| 49 | + "sameAs": [ |
| 50 | + "https://github.com/explodinglabs", |
| 51 | + "https://www.linkedin.com/company/explodinglabs" |
| 52 | + ] |
| 53 | + } |
| 54 | + </script> |
| 55 | + |
| 56 | + <!-- Powersync --> |
26 | 57 | <script |
27 | 58 | id="powersync" |
28 | 59 | type="text/javascript" |
|
33 | 64 | ></script> |
34 | 65 | </head> |
35 | 66 | <body> |
36 | | - |
37 | 67 | <nav> |
38 | 68 | <div class="links"> |
39 | 69 | <a href="#projects">Projects</a> |
|
0 commit comments