Skip to content

Commit

Permalink
SEO and Open Graph improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Tiscareño committed Aug 6, 2024
1 parent fe03cdb commit 974ef2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,27 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Mario Tiscareño's Personal Website" />
<meta name="description" content="Mario Tiscareño" />
<title>Mario Tiscareño</title>
<meta
name="keywords"
content="Mario, Tiscareño, Developer, Engineer, Software, Backend, Frontend, C#, .NET, Azure, AI, JavaScript, TypeScript, Svelte, SvelteKit"
/>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://mario.tiscareno.dev" />
<meta name="author" content="Mario Tiscareño" />
<meta property="og:title" content="Mario Tiscareño" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Mario Tiscareño's Personal Website" />
<meta property="og:url" content="https://mario.tiscareno.dev" />
<meta property="og:image" content="https://mario.tiscareno.dev/images/screenshot.webp" />
<meta property="og:image:url" content="https://mario.tiscareno.dev/images/screenshot.webp" />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="497" />
<meta property="og:image:alt" content="Screenshot of Mario Tiscareño's website" />
<meta property="og:site_name" content="Mario Tiscareño" />
<meta property="og:locale" content="en_US" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
Expand Down
Binary file added static/images/screenshot.webp
Binary file not shown.

0 comments on commit 974ef2d

Please sign in to comment.