wordpress-indieweb
wordpress-indieweb copied to clipboard
provide representative h-card
Since this gets asked all the time, the plugin should probably provide this by default. See http://microformats.org/wiki/representative-h-card-parsing for the rules, the top two seems relatively straight-forward:
a) allow to set one u-url as u-uid too, by default the site URL.
b) allow/by default provide the site url as a rel=me
considerations: some might want to provide an external site as their canonical home, for this the second option works better (needs to allow the rel=me to be freely set).
Multiuser sites obviously work differently, but there I guess the h-cards and rel=me widget are also not placed on the front page?
related https://github.com/indieweb/wordpress-indieweb/issues/30#issuecomment-407378402
https://github.com/indieweb/wordpress-indieweb/commit/b24aba778f5264e4f010dc51d74e3df2e84a43e1
I attempted to resolve this
https://github.com/indieweb/indiewebify-me/issues/75 not testing a) properly
(Originally published at: https://crw.moe/t/1b3)