Page 1 of 1

Google search

Posted: Fri Jun 27, 2008 7:49 am
by Philibert
Hello,
Hope the sun is shining for all of you, with CMSMS of course ;)

I just have a question about my new CMSMS installation and Google.
My site is http://www.philibert.ch

If I do a "site:www.philibert.ch" in Google, all the pages referenced by Google are shown.
But all the descriptions are like
"Current page is 1: Home. 2: Curriculum Vitae · 3: Expositions · 4: Concours · 5: Articles de presse · 6: Pastels · 7: Acryliques · 8: Galeries ..."

How could I change that to have a better description of each pages?

Many thanks to all of you and have a nice week-end :)
Philippe Roth

Re: Google search

Posted: Fri Jun 27, 2008 8:58 am
by cyberman
Yes, you should use a more "speaking" description for every page in meta tag.

I have it done like this (in template)

Code: Select all

{content block="pagetitle" oneline="true" wysiwyg="false" assign="pagetitle"}
<title>{$pagetitle}</title>
<meta name="description" content="{$pagetitle}" />
PS: Your site is not xhtml valid - you should check it

http://validator.w3.org/check?verbose=1 ... 2Fcmsms%2F