About custom urls and duplicate content
Posted: Mon Nov 08, 2010 9:04 pm
I installed the latest version of CMSMS. The new custom url feature is great.
But that does not generate problem for Google? Ppages have two URLs, so google can consider this like duplicate content?
Is custom url field accessible via smarty? So, we could use the tag :
to avoid this ?
Thanks
But that does not generate problem for Google? Ppages have two URLs, so google can consider this like duplicate content?
Is custom url field accessible via smarty? So, we could use the tag :
Code: Select all
<link rel="canonical" href="http://real-url" />
Thanks