Skip to content

Commit 5ca7566

Browse files
feat: add Open Graph meta tags and og-image for improved social sharing
1 parent 5c20800 commit 5ca7566

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
<meta name="description" content="Official Website of Cisco Networking Academy, VIIT." />
1010
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
1111
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
12+
13+
<!-- Open Graph Meta Tags (Facebook) -->
14+
<meta property="og:type" content="website" />
15+
<meta property="og:url" content="https://ciscoviit.github.io/" />
16+
<meta property="og:title" content="Cisco Networking Academy VIIT" />
17+
<meta property="og:description" content="Official Website of Cisco Networking Academy, VIIT." />
18+
<meta property="og:image" content="%PUBLIC_URL%/og-image.png" />
19+
<meta property="og:site_name" content="Cisco NetAcad VIIT" />
20+
21+
<!-- External Resources -->
1222
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
1323

1424
<!-- bootstap -->

public/og-image.png

2.79 MB
Loading

0 commit comments

Comments
 (0)