Skip to content

Commit fcdcaed

Browse files
authored
Updated website SEO details
1 parent 83ff064 commit fcdcaed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/layouts/Layout.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const resolvedImageWithDomain = new URL(
2121
const { title } = Astro.props;
2222
2323
const makeTitle = title
24-
? title + " | " + "Astroship"
25-
: "Astroship - Starter Template for Astro with Tailwind CSS";
24+
? title + " | " + "OpenCMUQ"
25+
: "Home | OpenCMUQ";
2626
---
2727

2828
<!DOCTYPE html>
@@ -36,7 +36,7 @@ const makeTitle = title
3636
<!-- <link rel="preload" as="image" href={src} alt="Hero" /> -->
3737
<SEO
3838
title={makeTitle}
39-
description="Astroship is a starter website template for Astro built with TailwindCSS."
39+
description="An open source initiative within Carnegie Mellon University - Qatar."
4040
canonical={canonicalURL}
4141
twitter={{
4242
creator: "@surjithctly",
@@ -47,11 +47,11 @@ const makeTitle = title
4747
basic: {
4848
url: canonicalURL,
4949
type: "website",
50-
title: `Astroship - Starter Template for Astro`,
50+
title: `OpenCMUQ`,
5151
image: resolvedImageWithDomain,
5252
},
5353
image: {
54-
alt: "Astroship Homepage Screenshot",
54+
alt: "OpenCMUQ Homepage Screenshot",
5555
},
5656
}}
5757
/>

0 commit comments

Comments
 (0)