Google Does Not Index The Thumbnails Of The Images


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

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?

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.

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.

Subject: Re: Google Does Not Index The Thumbnails Of The Images
Ok thank you very much

Subject: Re: Google Does Not Index The Thumbnails Of The Images
Mighty Gorgon wrote: [View Post]
there is no other simple way.

Maybe robots.txt

Code: [Download] [Hide] [Select]
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

Profile PM  
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
Code: [Download] [Hide] [Select]
$html = '<img';

REPLACE WITH
Code: [Download] [Hide] [Select]
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.

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

Subject: Re: Google Does Not Index The Thumbnails Of The Images
It's in the section dedicated to tag IMG.

Code: [Download] [Hide] [Select]
// IMG
if($tag === 'img')
{
if($this->is_sig && !$config['allow_all_bbcode'])
{
return $error;
}

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

Subject: Re: Google Does Not Index The Thumbnails Of The Images
Are you using Icy Phoenix 2.0?

Subject: Re: Google Does Not Index The Thumbnails Of The Images
If you used icy Phoenix 2.0


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.5805s (PHP: 4% SQL: 96%)
SQL queries: 13 - Debug Off - GZIP Enabled