forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: marcmedia on March 08, 2008, 01:20:58 pm

Title: Metadata
Post by: marcmedia on March 08, 2008, 01:20:58 pm
Hallo every one.
I have some problems finding the place to type my metadata on my site?!
- Anybody knows what the documents name is? An where to type them?
www.marcmedia.dk
Title: Re: Metadata
Post by: marcmedia on March 08, 2008, 02:55:35 pm
I found this in my Template.html file, under theme.
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
But i don't really know where to type the metadata's ?!
Title: Re: Metadata
Post by: Nibbler on March 08, 2008, 03:57:55 pm
What do you mean by metadatas?
Title: Re: Metadata
Post by: marcmedia on March 08, 2008, 04:37:37 pm
By metadata i mean the words google and other search-sites uses... ?!
Title: Re: Metadata
Post by: marcmedia on March 08, 2008, 04:40:04 pm
Check this out - http://en.wikipedia.org/wiki/Metadata
Title: Re: Metadata
Post by: Nibbler on March 08, 2008, 05:06:19 pm
If you mean the description and keywords then just add them there.

Code: [Select]
<meta name="description" content="Your description" />
<meta name="keywords" content="some,keywords,here" />
Title: Re: Metadata
Post by: marcmedia on March 08, 2008, 05:55:04 pm
Yes, that was what i ment. But i can't find the text you wrote, in what file can i find it ? - the only meta text i find, it what i posted earlier...
Title: Re: Metadata
Post by: Nibbler on March 08, 2008, 06:33:46 pm
It's not there - you add it yourself.
Title: Re: Metadata
Post by: marcmedia on March 08, 2008, 07:18:26 pm
Okay? I am a totally newbie, so betweeen what am i supposet to put it ?  :-\
Title: Re: Metadata
Post by: just_some_guy on March 08, 2008, 07:42:22 pm
Anywhere between <head> and </head> in themes/your_theme/template.html.
Title: Re: Metadata
Post by: marcmedia on March 08, 2008, 08:03:57 pm
Thank you guys ! Now it is done, then i will just wait for google and others to pass by my site  ;)
Title: Re: Metadata
Post by: Joachim Müller on March 09, 2008, 02:16:18 pm
Google doesn't take that into account, since it has been abused so much in the past by wannabe-search-engine-optimizers. Nothing beats good content in terms of search engine freindliness. So you better use good titles and descriptions for your pics instead of relying on lame meta tags.