Skip to content

Commit

Permalink
update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Aug 27, 2023
1 parent a7ad765 commit 4599243
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<link rel="shortcut icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Orka Arnest Cruze's Portfolio" />
<title>Orka Arnest Cruze's Portfolio</title>
<meta name="description" content="Passionate software developer from France" />
<meta
name="keywords"
content="orka arnest cruze, portfolio, software, developer, développeur, logiciel, france, ingénieur, engineer, javascript, php, react, python, java"
/>

<meta property="og:title" content="Orka Arnest Cruze - Portfolio" />
<meta property="og:description" content="Passionate software developer from France" />
<meta property="og:image" content="https://portfolio.arnestcruze.com/static/images/TSleSD1.png" />
<meta property="og:url" content="https://portfolio.arnestcruze.com" />
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow" />

<title>Orka Arnest Cruze - Portfolio</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 4599243

Please sign in to comment.