
Re: Google Does Not Index The Thumbnails Of The Images
Steffen, if you implement that code, then images won't be indexed at all... he just wants the large images to be indexed instead of the small ones.
menorca, try this code:
OPEN
bbcodes.php
FIND
REPLACE WITH
if ($user->data['is_bot'])
{
$params['src'] = $img_url;
}
$html = '<img';
This should show the full image url to bots... forcing them to index the full image.
Be aware that this will use much more bandwidth when BOTS index your website.