Added social media meta tags for better link previews on index.html and links.html

This commit is contained in:
2026-02-12 17:52:07 -05:00
parent b8d07a77c5
commit 0cbffbea46
4 changed files with 21 additions and 2 deletions

View File

@@ -6,6 +6,17 @@
<title>404 · pvrz</title> <title>404 · pvrz</title>
<meta name="description" content="Page not found." /> <meta name="description" content="Page not found." />
<meta name="robots" content="noindex, follow" /> <meta name="robots" content="noindex, follow" />
<meta property="og:title" content="404 · pvrz" />
<meta property="og:description" content="Page not found." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pvrz.lol/404.html" />
<meta property="og:image" content="https://pvrz.lol/media/thumbnail_site.png" />
<meta property="og:image:alt" content="pvrz 404 page" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 · pvrz" />
<meta name="twitter:description" content="Page not found." />
<meta name="twitter:image" content="https://pvrz.lol/media/thumbnail_site.png" />
<meta name="twitter:image:alt" content="pvrz 404 page" />
<meta name="theme-color" content="#C96442" /> <meta name="theme-color" content="#C96442" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

View File

@@ -11,9 +11,13 @@
<meta property="og:description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." /> <meta property="og:description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://pvrz.lol/" /> <meta property="og:url" content="https://pvrz.lol/" />
<meta name="twitter:card" content="summary" /> <meta property="og:image" content="https://pvrz.lol/media/thumbnail_site.png" />
<meta property="og:image:alt" content="pvrz - personal website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="pvrz" /> <meta name="twitter:title" content="pvrz" />
<meta name="twitter:description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." /> <meta name="twitter:description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." />
<meta name="twitter:image" content="https://pvrz.lol/media/thumbnail_site.png" />
<meta name="twitter:image:alt" content="pvrz - personal website" />
<meta name="theme-color" content="#C96442" /> <meta name="theme-color" content="#C96442" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

View File

@@ -11,9 +11,13 @@
<meta property="og:description" content="Official links for pvrz, including socials, projects, and music." /> <meta property="og:description" content="Official links for pvrz, including socials, projects, and music." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://pvrz.lol/links.html" /> <meta property="og:url" content="https://pvrz.lol/links.html" />
<meta name="twitter:card" content="summary" /> <meta property="og:image" content="https://pvrz.lol/media/thumbnail_site.png" />
<meta property="og:image:alt" content="pvrz links" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="pvrz · Links" /> <meta name="twitter:title" content="pvrz · Links" />
<meta name="twitter:description" content="Official links for pvrz, including socials, projects, and music." /> <meta name="twitter:description" content="Official links for pvrz, including socials, projects, and music." />
<meta name="twitter:image" content="https://pvrz.lol/media/thumbnail_site.png" />
<meta name="twitter:image:alt" content="pvrz links" />
<meta name="theme-color" content="#C96442" /> <meta name="theme-color" content="#C96442" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

BIN
media/thumbnail_site.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB