Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #646812

    Hi

    I’m working on improving the SEO on my website but, according to all online SEO tools, seems that the logo on the header doesn’t have an ALT attribute. I checked and replaced many times and I’m definitely sure the alt tag has content but no matter what I do I keep getting the same message:

    Total amount of images:25
    Images without alt attribute: 1
    Images with empty alt attribute: 0
    images without alt:

    I copied the link it the private field

    Could you help with this?

    Many thanks
    David

    #646836

    Hi David!

    Please go to Settings and add a SiteLink title there.
    That will solve any of the issues you are having.

    Please let me know if we can do anything else for you, will be happy to assist.

    Best regards,
    Basilis

    #646846

    Hi Basil,

    thanks for your quick reply. Is it something in ENFOLD’s setting? In the general setting it has been set since day 1.. or it is somewhere else?

    A screenshot attached

    #647181

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #647251

    Hi Rikard

    looking forward for your reply

    Cheers
    David

    #647328

    Hi Rikard
    one more thing..

    I’ve changed the Column and Product Count to 4 at least a hundred times but it gets back to 3 every time.

    It says “The following settings allow you to choose how many columns and items should appear on your default shop overview page and your product archive pages.
    Notice: These options are added by the Enfold Theme and wont appear on other themes”

    is it something you can fix for me?

    Many thanks
    David

    #648694

    hello,

    any news on this one (alt tag)?

    The new ENFOLD update seems to keep the 4 column formatting so far

    Cheers
    David

    #648700

    Hey!

    Logo image does have an alt tag. I attached a screenshot in private content field.
    You can change it by adding following code to functions.php file of your child theme in Appearance > Editor

    add_filter('avf_logo_alt','av_change_logo_link');
    function av_change_logo_link($alt)
    {
        $alt = "your custom text here";
        return $alt;
    }

    Best regards,
    Yigit

    #648715

    I did but all SEO app/plugin, including YOAST, keep saying that the logo ALT tag is missing.. check screenshoots

    #648726

    Hi!

    I edited your image in media library and added alt text to it as well. Can you please check it once again?

    Regards,
    Yigit

    #650918

    hello,

    the shop is showing again the products on 3 columns.. :( I’ve changed to 4 (and saved) hundreds of time but it goes back to 3 no matter what after few days.. Could you please help with this?

    Many thanks
    David

    #650920

    and I’m still having the same issue with the alt tag on the logo (home page) :(

    #651872

    Hi,

    We checked the home page and the logo’s alt attribute is set to “Canvas Printing Logo”. Isn’t that the correct alt attribute?

    We set the Woocommerce > Settings > Products > Display > Column Count to 4. http://www.ya2c.com/products

    Best regards,
    Ismael

    #652179

    Hi Ismael,

    Thank you, I know how to set the column count to 4, I did it a hundred times.. but after a while it gets back to 3 itself.. Hope it wont, but you’re probably going to hear from me again soon.

    All online SEO checker says there isn’t an alt attribute on that image.

    Cheers
    David

    #653113

    Hi,

    if you’ve set alt attribute correctly in your Yoast Plugin, but it does not work for you, then try to reach out Yoast support forum about the issue. Does it work for you when using a default WP theme? Please deactivate all plugins but Yoast’s to check which one could cause this issue.

    Best regards,
    Andy

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.