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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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).