Skip to content

Commit 98c2e18

Browse files
committed
Add seo related stuff
1 parent 1840a81 commit 98c2e18

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

public/ld-logo.png

60.6 KB
Loading

public/sitemaps.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>""</loc>
4+
<loc>"https://cascarilla.pages.dev/og-thumbnail.webp"</loc>
55
<lastmod>2025-12-31</lastmod>
66
<changefreq>yearly</changefreq>
77
</url>

src/layouts/Layout.astro

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ import "../styles/global.css";
55
<!doctype html>
66
<html lang="en">
77
<head>
8-
<title>Cascarilla.js</title>
98
<meta charset="UTF-8" />
109
<meta name="viewport" content="width=device-width" />
10+
<title>Cascarilla.js</title>
1111
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96" />
1212
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1313
<link rel="shortcut icon" href="/favicon.ico" />
1414
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
15+
<link rel="canonical" href="https://cascarilla.pages.dev/" />
16+
<meta name="robots" content="index, follow" />
1517
<meta name="generator" content={Astro.generator} />
1618
<meta
1719
property="description"
1820
content="Cascarilla.js | Give Your Website Good Vibes and Aché."
1921
/>
2022
<meta property="og:type" content="website" />
23+
<meta property="og:site_name" content="Cascarilla.js" />
2124
<meta
2225
property="og:title"
2326
content="Cascarilla.js | The Cuban Vibes Library"
@@ -26,14 +29,31 @@ import "../styles/global.css";
2629
property="og:description"
2730
content="✨ Give Your Website Good Vibes and Aché with Cascarilla.js 🤙."
2831
/>
29-
<meta property="og:image" content="" />
32+
<meta
33+
property="og:image"
34+
content="https://cascarilla.pages.dev/og-image.webp"
35+
/>
36+
<meta property="og:url" content="https://cascarilla.pages.dev/" />
37+
<meta name="twitter:card" content="summary_large_image" />
38+
<meta
39+
name="twitter:title"
40+
content="Cascarilla.js | The Cuban Vibes Library"
41+
/>
42+
<meta
43+
name="twitter:description"
44+
content="✨ Give Your Website Good Vibes and Aché with Cascarilla.js 🤙."
45+
/>
46+
<meta
47+
name="twitter:image"
48+
content="https://cascarilla.pages.dev/og-image.webp"
49+
/>
3050
<script type="application/ld+json">
3151
{
3252
"@context": "https://schema.org",
3353
"@type": "Organization",
3454
"name": "Cascarilla.js",
35-
"url": "",
36-
"logo": "",
55+
"url": "https://cascarilla.pages.dev/",
56+
"logo": "https://cascarilla.pages.dev/ld-logo.png",
3757
"description": "✨ Give Your Website Good Vibes and Aché with Cascarilla.js 🤙.",
3858
"sameAs": ["https://github.com/CuCodersCommunity/cascarilla.js"]
3959
}

0 commit comments

Comments
 (0)