Icy Phoenix
Old Support Topics - Google Does Not Index The Thumbnails Of The Images
menorca [ Fri 16 Aug, 2013 22:41 ]
Post subject: Google Does Not Index The Thumbnails Of The Images
Is there any way to tell the search engines of google that i don't index the thumbnails of the images, only the largest
Mighty Gorgon [ Sun 18 Aug, 2013 09:19 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
For this feature you should alter BBCodes... forcing full image for bots, there is no other simple way.
Can you tell me why you would like to implement this?
menorca [ Sun 18 Aug, 2013 21:46 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
Google indexes my pictures too small, if I search for on the web on behalf of a mia image is very small to the side of the other images that are larger and more visible, what I don't know how to change that code, I need a little help.
Mighty Gorgon [ Wed 21 Aug, 2013 12:41 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
In the meantime increase the size of your thumbnails in ACP, you can raise up to 720px width with a compression level of 75/80. This will produce very small files in terms of KB, but large enough as width.
When I have some extra time I will try to suggest an edit on bbcode.php to allow bots to get the full image in posts... even if it is something I wouldn't normally activate on a website.
menorca [ Wed 21 Aug, 2013 12:53 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
Ok thank you very much
TheSteffen [ Wed 21 Aug, 2013 13:27 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
there is no other simple way.
Maybe robots.txt
User-agent: Googlebot-Image
Disallow: /*at*.jpg$
Disallow: /*apm*.jpg$
I am not sure this is working.
But I also can not found small images with googlesearch on menorca´s site
https://www.google.com/search?q=fot...e=lnms&tbm=isch
Mighty Gorgon [ Wed 21 Aug, 2013 18:35 ]
Post subject: 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.
menorca [ Fri 23 Aug, 2013 20:59 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
I get 3 times and that this is not in what I need to insert And I put it that way
$params['src'] = $server_url . 'album_thumbnail.' . PHP_EXT . '?pic_id=' . $params['src'];
}
if ($user->data['is_bot'])
{
$params['src'] = $img_url;
}
$html = '<img';
Traductor Babylon
Mighty Gorgon [ Sun 25 Aug, 2013 19:19 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
It's in the section dedicated to tag IMG.
// IMG
if($tag === 'img')
{
if($this->is_sig && !$config['allow_all_bbcode'])
{
return $error;
}
menorca [ Sun 25 Aug, 2013 20:45 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
This code is different from that which I have said before, I apologize for my ignorance but this code that I need to modif
Mighty Gorgon [ Wed 28 Aug, 2013 10:52 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
Are you using Icy Phoenix 2.0?
menorca [ Thu 29 Aug, 2013 22:03 ]
Post subject: Re: Google Does Not Index The Thumbnails Of The Images
If you used icy Phoenix 2.0