I have a problem that i need help with. It seems that google doesnt use the image ALT tags that i have on my blog. The setup i have is like this:
Images are named after the page title, so the images ALT tag will look like this:
So if a image is named "hello.jpg", the title will be Hello and the ALT will automatically be "hello bla bla bla"<?php the_title(); ?> bla bla bla
But when google image indexes my images, the it seems to skip the "bla bla bla" and only index the image as "hello". Anyone knows why this is happening? I did not have any problem with this before the theme change that i did a few months back. I have also tried a few "SEO image plugins" and they doesnt seem to be working with my theme (probably something thats missing on the theme)
Code im using:
Blog URL: Funny Pictures Blog - MEME, Funny Pictures, LOL and Jokes<img src="<?php echo $feature_img; ?>" alt="<?php the_title(); ?> bla bla bla" title="<?php the_title(); ?> - Funny Pictures, LOL, Jokes and MEME updated hourly by Funny Pictures Blog" style="max-width: 600px;"/>






Comments on this post