a11y.css icon indicating copy to clipboard operation
a11y.css copied to clipboard

Show schema.org metadata

Open ffoodd opened this issue 1 year ago • 0 comments

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?

ffoodd avatar Nov 26 '24 09:11 ffoodd