So today I’m going to be speaking about reply-contexts! If you’re replying to someone else’s site on your own site, you’ll want to make your intent clear! We can do that using our lovely microformats! This allows others to interpret our replies correctly. Here’s the markup for it:
<div class="h-entry">
<div class="u-in-reply-to h-cite">
<p class="p-author h-card">You</p>
<p class="p-content">I love the web!</p>
<a class="u-url" href="permalink"><time class="dt-published">2020-02-08</time></a>
</div>
<p class="p-author h-card">Me</p>
<p class="e-content">I do too!</p>
</div>
Do you have a reply you want to share? You can send me the URL here: