ALT tag for main image missing ALT tag for main image missing
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

ALT tag for main image missing

Started by steve507, April 21, 2011, 10:17:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

steve507

I have installed 1.5.12 and though it looks good, it needs to be improved for google image seo: You need to have an alt tag for the main image.
I don't care about alt tags in all other images eg the filmstrip.
See the criteria for an optimised image here ww.toprankblog.com/2010/06/6-tips-image-seo/
Any help much appreciated!

ΑndrĂ©

Copy function theme_html_picture from themes/sample/theme.php to your theme's theme.php file, if it doesn't exist.

Then, find
alt=\"\"
and replace with
alt=\"{$CURRENT_PIC_DATA['filename']}\"
(twice).