You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luigi suggested via email to have support for license. It would feature semantically correct tags and potentially a link to the license homepage. The copyright info could be pulled automatically from the alt text string or, better yet, would be pulled from a data-copyright field.
Here's what the resulting markup could look like:
<figure><imgsrc="img/content/preview.jpg" alt="Alttext für das Bild" /><figcaption>Caption goes here</figcaption><footer><small><!-- copyright noice --></small></footer></figure>
Edit: If the <small> tag contains a link to the license, consider using rel="license". Also, include copyright info in the schema markup.
The text was updated successfully, but these errors were encountered:
Luigi suggested via email to have support for license. It would feature semantically correct tags and potentially a link to the license homepage. The copyright info could be pulled automatically from the alt text string or, better yet, would be pulled from a
data-copyright
field.Here's what the resulting markup could look like:
Edit: If the
<small>
tag contains a link to the license, consider usingrel="license"
. Also, include copyright info in the schema markup.The text was updated successfully, but these errors were encountered: