News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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