Skip to content

Commit 431bdba

Browse files
committed
Add Open Graph meta tags to improve SEO
1 parent 3713145 commit 431bdba

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<title>404 Page Not Found | Code By Jose</title>
66
<link rel="icon" href="Index-Uploads/Icons/hello-kitty.svg" />
77
<meta charset="UTF-8" />
8+
<meta property="og:title" content="404 Page Not Found | Code By Jose" />
9+
<meta property="og:type" content="website" />
10+
<meta property="og:url" content="https://codebyjose.com/404.html" />
11+
<meta
12+
property="og:description"
13+
content="Oops! The page you're looking for isn't here. You might want to check the URL or head back to the Homepage."
14+
/>
815
<meta
916
property="og:image"
1017
content="https://codebyjose.com/Index-Uploads/Images/Blue-Portfolio.png"

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@
55
<title>Portfolio | Code By Jose</title>
66
<link rel="icon" href="Index-Uploads/Icons/hello-kitty.svg" />
77
<meta charset="UTF-8" />
8+
<meta property="og:title" content="Portfolio | Code By Jose" />
9+
<meta property="og:type" content="website" />
10+
<meta property="og:url" content="https://codebyjose.com/" />
811
<meta
912
property="og:image"
1013
content="https://codebyjose.com/Index-Uploads/Images/Blue-Portfolio.png"
1114
/>
15+
<meta
16+
property="og:description"
17+
content="Software Developer Portfolio | Code By Jose"
18+
/>
19+
<meta property="og:site_name" content="Code By Jose" />
1220
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1321
<!-- CSS and JS -->
1422
<link rel="stylesheet" type="text/css" href="portfolio.css" />

0 commit comments

Comments
 (0)