You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://indiewebify.me can run some IndieWeb validation tests on your site. Here are some things to fix:
Mark up the content with microformats2
h-card ✅
Add a note/bio: <p class="p-note">…</p>
h-entry ✅
Marking up post's author as a string: <a class="p-author h-card" href="example.com>Author Name</a> or add a link to the author's homepage with rel=author
Add URLs of POSSE'd copies: <a rel="syndication" class="u-syndication" href="…">…</a>
Add some categories: <a class="p-category" href="…">…</a>
Then, there's that whole issue of webmentions.
The text was updated successfully, but these errors were encountered:
We've got enough microformats added for blogging purposes; I think it's okay to state that adding webmentions support is beyond the scope of the initial public release of this theme.
https://indiewebify.me can run some IndieWeb validation tests on your site. Here are some things to fix:
Mark up the content with microformats2
h-card ✅
<p class="p-note">…</p>
h-entry ✅
<a class="p-author h-card" href="example.com>Author Name</a>
or add a link to the author's homepage withrel=author
<a rel="syndication" class="u-syndication" href="…">…</a>
<a class="p-category" href="…">…</a>
Then, there's that whole issue of webmentions.
The text was updated successfully, but these errors were encountered: