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?
cmsms - duplicate pages
Re: cmsms - duplicate pages
Use the canonical tag in page head.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: cmsms - duplicate pages
Thank You so muchRolf wrote:Use the canonical tag in page head.

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}
Re: cmsms - duplicate pages
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.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Re: cmsms - duplicate pages
@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...