Skip to content

Commit ca9f71f

Browse files
committed
Improve seo
1 parent 082db4d commit ca9f71f

File tree

1 file changed

+45
-15
lines changed

1 file changed

+45
-15
lines changed

index.html

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,59 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<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 -->
610
<meta charset="utf-8" />
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
811
<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.">
1025
<meta property="og:type" content="website" />
1126
<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" />
1429
<meta property="og:image:type" content="image/png" />
1530
<meta property="og:image:width" content="1200" />
1631
<meta property="og:image:height" content="630" />
1732
<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 -->
2657
<script
2758
id="powersync"
2859
type="text/javascript"
@@ -33,7 +64,6 @@
3364
></script>
3465
</head>
3566
<body>
36-
3767
<nav>
3868
<div class="links">
3969
<a href="#projects">Projects</a>

0 commit comments

Comments
 (0)