I’m aware of this problem, but can give you currently a solution. On some blog google didn’t index the images on whatever reason. I’m testing various outputs to find the best solution…
The same problem here. Did you guyz noticed any possible solution to this?
I have the same problem, I’ve tried a few things and it doesn’t seem related to NGG, but I have not been able to track it down. I wonder if it could be in the rss feed setting some where?
my site is:
http://louisdallaraphotoblog.com
I’ve also had the same problem. Google indexes my site fine but doesn’t seem to find any image galleries.
My site too: http://hicars.org
No images from Nextgen Indexed on Google 🙁
contact matt cutts and see if he will look at it
same like me http://www.juliandika.com
already 3 months not indexed yet
The main problem here isn’t so much NextGen Gallery as the Google image bot. It’s a slow bot and doesn’t index images quite as much as a lot of site owners would like.
That said, NGGallery could be improved slightly. The alt tag uses the image’s title where it should really use the description. I’ve reworked my sites to the title is the title and the description is the alt tag.
From image.php
$this->href .= '<img alt="'.$this->alttext.'" src="'.$this->imageURL.'"/>'."\n".'</a>'."\n";
becomes
$this->href .= '<img title="'.$this->alttext.'" src="'.$this->imageURL.'" alt="'.htmlspecialchars( stripslashes($this->description) ).'" />'."\n".'</a>'."\n";
The alt tag and image filename are the key elements for the Google image bot, so many could optimise their images and use the title and descriptions in NGGallery better.
Then, unfortunately, it’s a question of waiting and a little hoping.
And doing all the usual website promotion.