Page 1 of 1

[HELP] Improve indexing photos

Posted: 28 Nov 2014, 18:25
by framarfre
Hi,
I use Phoca Gallery 1.7.5 on Joomla 1.5.22 from 4-5 years. Thank you for your great application :twisted:
Now I see that on Google are indexing some photos of the gallery (click here to see https://www.google.it/search?q=floricol ... 8weP24GADA), but if I click on a link like: "Floricoltura Tomei - 0007" or others, opens a blank page with a photo, without seeing the site menu even the theme. Is it possible to delete this link from Google or just fix this problem? :idea:
Image

Re: [HELP] Improve indexing photos

Posted: 28 Nov 2014, 21:11
by Jan
Hi, I think, this should be a question on Google developers.

See similar posts - the link to popups can be indexed by search engines but they don't create links to popups like the site as they do not have similar behaviour. So e.g. customizing the code should do the trick - to add rel="nofollow" for the links to popups, etc :idea:

Jan

Re: [HELP] Improve indexing photos

Posted: 28 Nov 2014, 23:13
by framarfre
Jan wrote:Hi, I think, this should be a question on Google developers.

See similar posts - the link to popups can be indexed by search engines but they don't create links to popups like the site as they do not have similar behaviour. So e.g. customizing the code should do the trick - to add rel="nofollow" for the links to popups, etc :idea:

Jan
Adding "no follow" I'll resolve this issue? Where must I add this code? Please help me :(

Re: [HELP] Improve indexing photos

Posted: 01 Dec 2014, 23:21
by Jan
Hi, in default.php of the view, e.g. in category view:

components/com_phocagallery/views/category/tmpl/default.php (default_imges.php)

Jan