Mobile app version of vmapp.org
Login or Join
Margaret670

: Tackling thin content on an images gallery We run an images gallery as part of our site, however we have over 8,000 images and every image has a separate HTML page of its own to display

@Margaret670

Posted in: #GooglePandaAlgorithm #Images #ImageSearch #Seo

We run an images gallery as part of our site, however we have over 8,000 images and every image has a separate HTML page of its own to display the image caption, related image and comments from users of the site.

This seems to be a problem especially with the Google Panda update because these pages are technically "thin content".

What would be the best way to tackle this? We'd love some feedback and advice regarding this scenario.

We have a few options we thought of already but can't decide:


We could noindex the separate image pages and lose any image search listings we have for the image in favour of removing these thin pages from the index.
We could 301 all of the individual image pages back to the image category listing and anchor each image (e.g. #img2122 ) and include all of the comments and description on the category listing page itself.


If we was to simply list all of the images and content on the category pages themself; what's the best method? We could add all of the content in the anchor tags and use jQuery to display them in a box when a user clicks on the image or we could use Ajax to retrieve the information. However, what's the best Ajax method for SEO?

Any ideas, suggestions, tips or advice is greatly appreciated and thank you in advance for any given.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

2 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

You could block the gallery pages from being crawled by GoogleBot, but allow the Google Image bot to crawl everything using robots.txt:

User-agent: Googlebot
Disallow: /gallerypages/

User-agent: Googlebot-Image
Disallow:

10% popularity Vote Up Vote Down


 

@Holmes151

I would only add a robots noindex to the page if there is no content but the image.

By counting the number of comments programmatically you can decide if the page must be indexed or not. For example you could automatically add robots noindex to all pages with 3 or less comments.

Adding a robots noindex to the page should be no problem regarding the indexing of the images on that page. Google would still index the image(s) on that page. To exclude images on the page you would use noimageindex. Noindex only affects the page itself.. google webmasters

Hope this gets you going?
Bas...

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme