cmsms - duplicate pages

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jumpspace
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 17, 2013 10:41 am

cmsms - duplicate pages

Post by jumpspace »

All pages in the site, also appear in the root domain as duplicate pages.
for example:
http://www.cmsmadesimple.org/documentat ... als/pages/
and
http://www.cmsmadesimple.org/pages/
Display the same content, even on this website.

As You know, in terms of SEO is a disaster, some search engines don't like duplicate pages.
In may case, the search engine already had a couple of those pages that as a result of significantly sat positions of these pages.

how to remove duplicate pages?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: cmsms - duplicate pages

Post by Rolf »

Use the canonical tag in page head.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
jumpspace
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 17, 2013 10:41 am

Re: cmsms - duplicate pages

Post by jumpspace »

Rolf wrote:Use the canonical tag in page head.
Thank You so much ::)
I used this line,
pulled from official sources of ready-made templates:

Code: Select all

{* canonical url *}
{if isset($canonical)}<link rel="canonical" href="{$canonical}" />{elseif isset($content_obj)}<link rel="canonical" href="{$content_obj->GetURL()}" />{/if}
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm

Re: cmsms - duplicate pages

Post by JohnnyB »

Also use the Site Map Made Simple module and it will use the correct url for each page. Be sure search engines can find it and it will help make sure your pages are indexed correctly.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo

--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: cmsms - duplicate pages

Post by Dr.CSS »

@jumpspace those URLs are ones you made up, well the second one, not an actual link anywhere in the innerwebs, bots don't 'guess' URLs they just follow what is on the page/site, so no real duplicate content...
Post Reply

Return to “CMSMS Core”