Page 1 of 1

False url created.

Posted: Mon Apr 29, 2013 3:35 am
by suadmin
Hi,

I have a website in cmsms with blog page with calguys blog module.

Now there are various false url created for different pages like follows:

for original page link : http://cheapercarrentals.com.au/late-model-van-manual/

false links created : http://cheapercarrentals.com.au/index.p ... an-manual/

http://cheapercarrentals.com.au/index.p ... an-manual/

How can i stop this false link creations. Canonical setup is also of no help here.

Please help ASAP.

Thanks,
Anisha

Re: False url created.

Posted: Mon Apr 29, 2013 4:27 am
by calguy1000
This is EXACTLY what the canonical URL stuff is for.

Re: False url created.

Posted: Mon Apr 29, 2013 5:34 am
by suadmin
Hi,

I have kept the canonical tag in the blog page template as follows:

<link rel="canonical" href="{if isset($canonical)}{$canonical}{else}{$content_obj->GetURL()}{/if}" />

Now there are links like below created for all pages

http://cheapercarrentals.com.au/index.p ... an-manual/

here i have an actual page with alias late-model-van-manual.

Dont know why these links are created and crawled by google affecting my seo badly.

after keeping the above tag the source shows following for url http://cheapercarrentals.com.au/index.p ... an-manual/

<link rel="canonical" href="http://cheapercarrentals.com.au/index.p ... an-manual/" />

please help me with this problem.

Regards,
Anisha.