Pages Tagged “OpenGraph”
Blog Posts
- Venting on Metadata Schemes
For human-readable HTML, I can write: <a href=”https://example.com”>Lois Lane</a> For machine-readable HTML: <a rel=”author” href=”https://example.com”>Lois Lane</a> For IndieWeb microformats: <a class=”p-author h-card” href=”https://example.com”>Lois Lane</a> But for inline Schema.org I have to write: <span property=”author” typeof=”person”><a property=”url” href=”https://example.com”><span property=”name”>Lois Lane</span></a> I’ve been grumbling about all the redundancy in putting multiple sets of metadata on a page: […]