Add schema.org markup
This commit is contained in:
23
index.html
23
index.html
@@ -14,36 +14,37 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body itemtype="https://schema.org/ProfilePage" itemscope>
|
||||||
|
<meta itemprop="dateModified" content="2025-07-22T17:00:00-05:00" />
|
||||||
|
|
||||||
<div class="container">
|
<div class="container" itemprop="mainEntity" itemtype="https://schema.org/Person" itemscope>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<img class="avatar avatar--rounded" src="images/avatar.jpeg" alt="Mike Rockwell">
|
<img class="avatar avatar--rounded" src="images/avatar.jpeg" alt="Mike Rockwell" itemprop="image" >
|
||||||
<h1>
|
<h1>
|
||||||
<div>Mike Rockwell</div>
|
<div itemprop="name" id="real-name">Mike Rockwell</div>
|
||||||
</h1>
|
</h1>
|
||||||
<p>Writer of <a href="https://initialcharge.net/" rel="me">Initial Charge</a>, Product Liaison for <a href="https://pocketcasts.com/">Pocket Casts</a>, and Happiness Engineer at <a href="https://automattic.com/">Automattic</a>.</p>
|
<p itemprop="description">Writer of <a href="https://initialcharge.net/" rel="me">Initial Charge</a>, Product Liaison for <a href="https://pocketcasts.com/">Pocket Casts</a>, and Happiness Engineer at <a href="https://automattic.com/">Automattic</a>.</p>
|
||||||
|
|
||||||
<!-- All your buttons go here -->
|
<!-- All your buttons go here -->
|
||||||
<div class="button-stack" role="navigation">
|
<div class="button-stack" role="navigation">
|
||||||
|
|
||||||
<!-- Mastodon -->
|
<!-- Mastodon -->
|
||||||
<a class="button button-mastodon" href="https://libertynode.net/@mike" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
<a class="button button-mastodon" href="https://libertynode.net/@mike" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
||||||
|
|
||||||
<!-- Beeper -->
|
<!-- Beeper -->
|
||||||
<a class="button button-beeper" href="https://matrix.to/#/@mdrockwell:beeper.com" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/beeper.svg" alt="">Beeper / Matrix</a>
|
<a class="button button-beeper" href="https://matrix.to/#/@mdrockwell:beeper.com" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/beeper.svg" alt="">Beeper / Matrix</a>
|
||||||
|
|
||||||
<!-- Pixelfed -->
|
<!-- Pixelfed -->
|
||||||
<a class="button button-pixelfed" href="https://libertynode.cam/mike" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/pixelfed.svg" alt="">Pixelfed</a>
|
<a class="button button-pixelfed" href="https://libertynode.cam/mike" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/pixelfed.svg" alt="">Pixelfed</a>
|
||||||
|
|
||||||
<!-- Generic Email -->
|
<!-- Generic Email -->
|
||||||
<a class="button button-default" href="mailto:mike@rockwell.mx" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a>
|
<a class="button button-default" href="mailto:mike@rockwell.mx" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a>
|
||||||
|
|
||||||
<!-- Last.fm -->
|
<!-- Last.fm -->
|
||||||
<a class="button button-last-fm" href="https://last.fm/user/mdrockwell/" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/last-fm.svg" alt="">Last.fm</a>
|
<a class="button button-last-fm" href="https://last.fm/user/mdrockwell/" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/last-fm.svg" alt="">Last.fm</a>
|
||||||
|
|
||||||
<!-- MetaGamerScore -->
|
<!-- MetaGamerScore -->
|
||||||
<a class="button button-metagamerscore" href="https://metagamerscore.com/profile/25193" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-game-controller.svg" alt="">MetaGamerScore</a>
|
<a class="button button-metagamerscore" href="https://metagamerscore.com/profile/25193" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/generic-game-controller.svg" alt="">MetaGamerScore</a>
|
||||||
|
|
||||||
<details class="value-block">
|
<details class="value-block">
|
||||||
<summary>
|
<summary>
|
||||||
|
Reference in New Issue
Block a user