Alt tags for thumbnails

Posted in: Newspaper
Post count: 42

Hello,
When I check the theme on SEO analysis tool, I see there aren’t alt tags for images on homepage, blog page and category pages.

Please, consider adding necessary codes of alt tags to these images just as you added title in the next update of the theme. If you solve this problem in next update, let me know how to solve this myself for my own website, please.

Thanks in advance…

Post count: 6600

Hi,

Please check the td_module_blog.php file here: http://screencast.com/t/aVt8xkPTOr and notice if that the alt tag it’s present, as you can see the image function it’s already inserting an alt tag.
I have also checked this on category pages: http://screencast.com/t/No1jQTd5qnR and http://screencast.com/t/fdJ4OWCLN
Please send an URL with an example of this from your site so I can check this.

Thanks

Post count: 42

The demo blog page images do not have alt tags. Screenshot: https://s3.amazonaws.com/fvd-data/notes/175774/1409565612-d4Wu4R/screen.png

I have checked the td_module_blog.php and it is OK. But, my homepage ( http://goo.gl/03ArrE ) images still do not have alt tags. Actually there are alt tags like alt=””. I think these are empty alt tags because I did not entered alt tag info manually. Howevery I do not want to enter alt tag info for each image manually. I want it to be automatic just as the title tag. So, in order to do this, do I have to change code below?

Find this:
alt="' . $featured_image_info['alt'] . '"

Replace with this:
alt="' . $featured_image_info['title‘] . ‘”

Post count: 6600

Hi,

If you don’t want to add an alt tag manually you could replace this: http://screencast.com/t/1d2Rrq3T an get the title instead each time, like this: http://screencast.com/t/cYH3c6WixCc6
Hope this helps!

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.