• Resolved ktrg2024

    (@ktrg2024)


    How to add alt text in images? I tried to add it using JS but it only shows in inspect tool but not in view source.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ktrg2024

    (@ktrg2024)

    Hi, I haven’t got a reply from this ticket. Is it possible or not? I can’t find any in the documentation if the plugin has a hook that I can use. Thank you!

    Plugin Author richplugins

    (@widgetpack)

    Hi @ktrg2024,

    Sorry for the long reply.

    The main goal of alt attribute is showing something if the image is not loading. However, near the author image there’s his name which duplicates the same text like in the alt attribute and if the image is not showing, you will see two same names one after another. This creates a new problem and will not pass the WAVE (Web Accessibility Evaluation) tests. Due this we removed alt content (left this attribute empty) in case the name is visible. If you disabled name, the alt will be filled.

    From an SEO point of view there’re no issues, because empty alt is present. However you need to index names it will be indexed correctly in both cases, if name is present and if not.

    Please let us know if you have any questions.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ALT Text in Image’ is closed to new replies.