Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Google Does Not Index The Thumbnails Of The Images 
 
Ok thank you very much
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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;
            }

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Google Does Not Index The Thumbnails Of The Images 
 
Are you using Icy Phoenix 2.0?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Google Does Not Index The Thumbnails Of The Images 
 
If you used icy Phoenix 2.0
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron