Skip to content

Commit

Permalink
Add SEO & Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SahooBishwajeet committed Jun 29, 2024
1 parent 3425ba9 commit ca5e55f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" href="assets/favicon.png" />

<meta
property="og:title"
content="Bishwajeet Sahoo - A Programmer, Developer & Researcher"
/>
<meta property="og:site_name" content="Bishwajeet Sahoo" />
<meta property="og:url" content="https://sahoobishwajeet.xyz" />
<meta
property="og:description"
content="Bishwajeet Sahoo's Terminal Themed Portfolio Website"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/opengraph.png" />

<script
src="https://kit.fontawesome.com/d5effce557.js"
crossorigin="anonymous"
></script>
<title>Portfolio</title>
<title>Bishwajeet Sahoo</title>
</head>

<body>
Expand Down

0 comments on commit ca5e55f

Please sign in to comment.