|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> |
7 | | - <title>Laurier Computing Society</title> |
| 7 | + <title>Laurier Computing Society | WLU Tech & CS Community</title> |
8 | 8 |
|
9 | 9 | <!-- SEO Meta Tags --> |
10 | 10 | <meta name="description" |
11 | | - content="Join Laurier Computing Society, a vibrant community for computer science and tech enthusiasts at Wilfrid Laurier University. Attend events, network, and grow your tech skills." /> |
| 11 | + content="Laurier Computing Society (LCS) is Wilfrid Laurier University's student Computer Science club — powering hackathons, workshops, networking, and career growth for CS students in Waterloo." /> |
12 | 12 | <meta name="keywords" |
13 | | - content="Laurier Computing Society, LCS, computer science, student tech club, Wilfrid Laurier University, programming, tech community, events" /> |
| 13 | + content="Laurier Computing Society, LCS, computer science, student tech club, Wilfrid Laurier University, WLU, hackathon, programming, tech community, Waterloo, CS events" /> |
14 | 14 | <meta name="author" content="Laurier Computing Society" /> |
15 | 15 |
|
16 | 16 | <!-- Open Graph Tags --> |
17 | | - <meta property="og:title" content="Laurier Computing Society" /> |
| 17 | + <meta property="og:site_name" content="Laurier Computing Society" /> |
| 18 | + <meta property="og:locale" content="en_CA" /> |
| 19 | + <meta property="og:title" content="Laurier Computing Society | WLU Tech & CS Community" /> |
18 | 20 | <meta property="og:description" |
19 | | - content="Join our vibrant tech community at Wilfrid Laurier University. Attend events, connect with peers, and advance your computing skills." /> |
| 21 | + content="LCS is Wilfrid Laurier University's student Computer Science club — hackathons, workshops, networking, and career growth for CS students in Waterloo." /> |
20 | 22 | <meta property="og:type" content="website" /> |
21 | | - <meta property="og:url" content="https://lauriercs.ca" /> |
22 | | - <meta property="og:image" content="https://lauriercs.ca/favicon/web-app-manifest-512x512.png" /> |
23 | | - <meta property="og:image:width" content="512" /> |
24 | | - <meta property="og:image:height" content="512" /> |
| 23 | + <meta property="og:url" content="https://lauriercs.org" /> |
| 24 | + <meta property="og:image" content="https://lauriercs.org/assets/og-image.png" /> |
| 25 | + <meta property="og:image:width" content="1200" /> |
| 26 | + <meta property="og:image:height" content="630" /> |
25 | 27 | <meta property="og:image:type" content="image/png" /> |
| 28 | + <meta property="og:image:alt" content="Laurier Computing Society logo" /> |
26 | 29 |
|
27 | 30 | <!-- Twitter Card Tags --> |
28 | 31 | <meta name="twitter:card" content="summary_large_image" /> |
29 | | - <meta name="twitter:title" content="Laurier Computing Society" /> |
| 32 | + <meta name="twitter:title" content="Laurier Computing Society | WLU Tech & CS Community" /> |
30 | 33 | <meta name="twitter:description" |
31 | | - content="A vibrant tech community and student organization at Wilfrid Laurier University." /> |
32 | | - <meta name="twitter:image" content="https://lauriercs.ca/favicon/web-app-manifest-512x512.png" /> |
| 34 | + content="LCS is Wilfrid Laurier University's student Computer Science club — hackathons, workshops, networking, and career growth for CS students in Waterloo." /> |
| 35 | + <meta name="twitter:image" content="https://lauriercs.org/assets/og-image.png" /> |
33 | 36 | <meta name="twitter:image:alt" content="Laurier Computing Society logo" /> |
34 | 37 |
|
35 | 38 | <!-- Canonical URL --> |
36 | | - <link rel="canonical" href="https://lauriercs.ca" /> |
| 39 | + <link rel="canonical" href="https://lauriercs.org" /> |
37 | 40 |
|
38 | 41 | <!-- Web App Manifest --> |
39 | 42 | <link rel="manifest" href="/favicon/site.webmanifest" /> |
|
88 | 91 | "@context": "https://schema.org", |
89 | 92 | "@type": "Organization", |
90 | 93 | "name": "Laurier Computing Society", |
91 | | - "url": "https://lauriercs.ca", |
92 | | - "description": "A vibrant tech community and student organization at Wilfrid Laurier University dedicated to computer science and technology enthusiasts.", |
93 | | - "logo": "https://lauriercs.ca/favicon/web-app-manifest-512x512.png", |
94 | | - "image": "https://lauriercs.ca/favicon/web-app-manifest-512x512.png", |
| 94 | + "alternateName": "LCS", |
| 95 | + "url": "https://lauriercs.org", |
| 96 | + "description": "Wilfrid Laurier University's student Computer Science club dedicated to computer science and technology enthusiasts — powering hackathons, workshops, networking, and career growth.", |
| 97 | + "logo": "https://lauriercs.org/assets/og-image.png", |
| 98 | + "image": "https://lauriercs.org/assets/og-image.png", |
95 | 99 | "sameAs": [ |
96 | | - "https://linkedin.com", |
97 | | - "https://twitter.com", |
98 | | - "https://discord.com" |
| 100 | + "https://www.instagram.com/laurier.cs/", |
| 101 | + "https://discord.com/invite/lauriercs", |
| 102 | + "https://www.linkedin.com/company/lauriercs/", |
| 103 | + "https://www.youtube.com/channel/UCx5kLv_MO-yhjIIqcCLEMFA" |
99 | 104 | ], |
100 | 105 | "contactPoint": { |
101 | 106 | "@type": "ContactPoint", |
102 | 107 | "contactType": "Student Organization", |
103 | | - "url": "https://lauriercs.ca" |
| 108 | + "url": "https://lauriercs.org" |
104 | 109 | }, |
105 | 110 | "address": { |
106 | 111 | "@type": "PostalAddress", |
|
0 commit comments