Google search

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Philibert
New Member
New Member
Posts: 4
Joined: Mon Mar 24, 2008 2:11 pm

Google search

Post 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
cyberman

Re: Google search

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”