Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #249023

    Marco
    Participant

    Hi, I’m using Yoast SEO plugin and have problems with images. Yoast doesn’t see the images. However there are a lot images.
    I’m using the latest version of X-theme, VC and Yoast.

    See screenshot
    Website: https://www.infoueberoefenundkamine.de

    Thx in advanced! Grtz Marco

    #249024

    Marco
    Participant
    #249026

    Marco
    Participant
    #249089

    Christopher
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #249108

    Marco
    Participant
    This reply has been marked as private.
    #249363

    Zeshan
    Member

    Hi Marco,

    Thanks for writing in!

    The is a limitation of Yoast. It detects images that are added in the page editor (using media button and not using [image] shortcode) instead of what’s outputted on the browser. The good thing is this is only an admin side issue. Search engines only read the html on the browser so the image analysis in the admin is rendered useless when using shortcodes.

    If you add images via the regular image tag (e.g., <img src=" image12.png" alt="image">) and add proper alt tags the analysis will change. Unfortunately there isn’t much we can do about getting the shortcode to be read by yoast as it uses the attachment ID to pull in the link of the image.

    The image tag will not appear until it is processed by the server and served up as HTML to the browser.

    Thanks!