Mobile app version of vmapp.org
Login or Join
Cooney921

: Can I add Microdata on generated content from CSS? If I generate content with CSS can I still apply Microdata to it in the HTML? Will Schema or RDFa accept an alt or title tag as a value?

@Cooney921

Posted in: #Css #Microdata

If I generate content with CSS can I still apply Microdata to it in the HTML?

Will Schema or RDFa accept an alt or title tag as a value?

h1:after,h2:after,h3:after,h4:after,h5:after,h6:after
{content:attr(title);display:block;}
h1:before,h2:before,h3:before,h4:before,h5:before,h6:before
{content:attr(alt);display:block;}

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cooney921

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

Whatever you mean by “schema markup”, the answer is “No.” Generated content is plain text and cannot contain any markup or have any markup associated with it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme