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
False url created.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: False url created.
This is EXACTLY what the canonical URL stuff is for.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: False url created.
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.
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.