add keyword advanced in coppermine gallery add keyword advanced in coppermine gallery
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

add keyword advanced in coppermine gallery

Started by profusion, November 27, 2006, 09:42:27 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

profusion

Hello
why coppermine can't generate advanced keyword, or i don't know  ???

* i can do it with Gallery2(gallery.menalto.com)
for example this site
if you go to gallery (adriana sklenarikova) in this url: http://www.rumela.com/gallery/adriana_sklenarikova , you can see in source code, about (adriana sklenarikova)
<meta name="description" content="Adriana Sklenarikova Picture Gallery
<meta name="keywords" content="Adriana Sklenarikova, Non Nude Adriana Sklenarikova Pictures,


or if you go to this url you can see, keyword about ( alexa vega )
http://www.rumela.com/gallery/alexa_vega

but i don't know how can i add keyword in coppermine gallery as gallery2
* are you have plugin, mod , or ... for this work ?
sorry for my english
thank you

Nibbler

Edit your theme's template.html and add them in.

profusion

hi
no , i want as this site gallery http://www.rumela.com/gallery
if i add keyword in template, in all albums have one keyword & description
but this gallery http://www.rumela.com/gallery if you go to every album you can see
new keyword & description
in fact every album, have one keyword & description
i can do it with system gallery2, but i like coppermine


Joachim Müller

Not sure what you mean: the keywords actually populate the corresponding meta tag as well out of the box. Maybe you're running an outdated version on your page (I don't have access to it atm due to restrictions imposed by my employer) - make sure that you're using cpg1.4.10.

If a pics has the keywords "foo bar whatever", the HTML output contains the line <meta name="keywords" content="foo bar whatever"/>
I wouldn't worry too much about the meta tag though: modern search engines don't take it into account, as it has been abused so much in the past.

Aeronautic

Quote from: GauGau on November 27, 2006, 05:19:06 PM
Not sure what you mean: the keywords actually populate the corresponding meta tag as well out of the box. Maybe you're running an outdated version on your page (I don't have access to it atm due to restrictions imposed by my employer) - make sure that you're using cpg1.4.10.

If a pics has the keywords "foo bar whatever", the HTML output contains the line <meta name="keywords" content="foo bar whatever"/>
I wouldn't worry too much about the meta tag though: modern search engines don't take it into account, as it has been abused so much in the past.

It does indeed generate the keyword tag but does it generate the description tag? I've looked around and can't find that, although I've got the function added to my theme to generate the header with custom page titles.

GauGau you are right, of course, about the SEO aspects due to abuse. But I think there is a role here, small though it may be, to help identify the page as unique content by having unique page titles (done!), meta description (help?) and meta keywords.

Out of the box the urls, page titles and lotsa link ops through the various on-page menus create a huge issue for duplicate content and supplemental results in the SERPs.

I was going to mess with the function code and toss it up here (not this thread - or should it be this thread?) for the experts to tear apart before trying it back in my theme.

To be clear, I've got the contextual and on-the-fly page titles and keywords - just not the meta descriptions.

THX!

gav240z

Quote from: Aeronautic on January 09, 2007, 03:17:52 AM
It does indeed generate the keyword tag but does it generate the description tag? I've looked around and can't find that, although I've got the function added to my theme to generate the header with custom page titles.

GauGau you are right, of course, about the SEO aspects due to abuse. But I think there is a role here, small though it may be, to help identify the page as unique content by having unique page titles (done!), meta description (help?) and meta keywords.

Out of the box the urls, page titles and lotsa link ops through the various on-page menus create a huge issue for duplicate content and supplemental results in the SERPs.

I was going to mess with the function code and toss it up here (not this thread - or should it be this thread?) for the experts to tear apart before trying it back in my theme.

To be clear, I've got the contextual and on-the-fly page titles and keywords - just not the meta descriptions.

THX!

Hi Aeronautic,
Could you please tell me how you gave your gallery unique page titles? Currently mine has sitename - unique title however google see's this as duplicate pages. I want unique pages titles and if possible unique descriptions, unique keywords are a waste of time imo.

Any help would be appreciated, I tried searching the forum but only really found this thread.

Cheers
Gavin.

nickfzx

it does do unique page titles, if you are in a picture the title in the browser will be:

name_of_gallery -> name_of_album -> title_of_picture

you may have put your own title in the <head> section of template.html and disabled this ability.  it should be like:

<title>{TITLE}</title>

Aeronautic

Quote from: gav240z on February 18, 2007, 05:07:38 AM
Hi Aeronautic,
Could you please tell me how you gave your gallery unique page titles? Currently mine has sitename - unique title however google see's this as duplicate pages. I want unique pages titles and if possible unique descriptions, unique keywords are a waste of time imo.

Any help would be appreciated, I tried searching the forum but only really found this thread.

Cheers
Gavin.

Sorry for the late reply Gavin, but for you and others wanting this solution, please see this thread.

CPG does already produce unique page titles if you add the right data to the right fileds with most themes, but the thread above addresses the order and fields which produce page title tags.