Skip to content

Commit b63de14

Browse files
fix: add Twitter Card tags and correct og:image path #302
1 parent 990033f commit b63de14

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

index.html

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,30 @@
2929
</title>
3030

3131
<!-- Open Graph Meta Tags for Social Sharing -->
32-
<meta
33-
property="og:title"
34-
content="College Daddy – Student Success Simplified"
35-
/>
36-
<meta
37-
property="og:description"
38-
content="Your ultimate college companion—track grades, stay organized, and achieve more."
39-
/>
40-
<meta property="og:type" content="website" />
41-
<meta property="og:url" content="https://collegedaddy.vercel.app" />
42-
<meta property="og:image" content="images/college-daddy-logo.png" />
32+
<!-- Open Graph Meta Tags for Social Sharing -->
33+
<meta
34+
property="og:title"
35+
content="College Daddy – Student Success Simplified"
36+
/>
37+
<meta
38+
property="og:description"
39+
content="Your ultimate college companion—track grades, stay organized, and achieve more."
40+
/>
41+
<meta property="og:type" content="website" />
42+
<meta property="og:url" content="https://collegedaddy.vercel.app" />
43+
<meta property="og:image" content="assets/img/college-daddy-logo.png" />
44+
<meta property="og:image:width" content="1200" />
45+
<meta property="og:image:height" content="630" />
46+
47+
<!-- Twitter Card Meta Tags -->
48+
<meta name="twitter:card" content="summary_large_image" />
49+
<meta name="twitter:title" content="College Daddy – Student Success Simplified" />
50+
<meta
51+
name="twitter:description"
52+
content="Your ultimate college companion—track grades, stay organized, and achieve more."
53+
/>
54+
<meta name="twitter:image" content="assets/img/college-daddy-logo.png" />
55+
4356

4457
<!-- Structured Data (Schema.org) -->
4558
<script type="application/ld+json">

0 commit comments

Comments
 (0)