a11y.css
a11y.css copied to clipboard
Show schema.org metadata
For SEO folks, an easy to use selector to highlight itemprops, by Terence Eden (on Mastodon).
Basically:
[itemprop]::after {
content: "itemprop" attr(itemtype);
}
Or something?