The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
One page, many URLs - duplicate content - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: One page, many URLs - duplicate content (/showthread.php?tid=2719) |
One page, many URLs - duplicate content - jasiek7 - 2012-02-07 Hi, I have a strange problem with GetSimple. I have website eg. domain.com and i make a page, so now I have domain.com/page. And the same page is available on many urls eg.: domain.com/a/page domain.com/xxx/page domain.com/a/b/c/page I hope you know what i have on my mind. I think that it is quite big problem for SEO, because it coud be duplicate content for Google. Or maby I am wrong? If someone give a link to domain.com/xxx/page and we have domain.com/page in Google index we have a problem How deal with problem? Mabey exist any plugin, or meby deal with it by .htaccess? Any other ideas? I suggest to improve it in the next version GetSiple GetSimple is very good CMS but this problem is a little annoying. One page, many URLs - duplicate content - Carlos - 2012-02-07 GetSimple's default rewriterule allows anything between the base url and the slug. This 'feature' is not a problem for search engines, as the correct canonical url (defined by your custom/fancy permalink settings) is in the header: Code: <link rel="canonical" href=... If you want to enforce the url structure (fancy or custom) you have defined in your GS settings, you can edit your gsconfig.php and enable canonical redirection: Code: # Enable Canonical Redirects? However this does not work properly with pages that use url parameters (news managers, galleries, etc.). (I am developing a small plugin that enables permalink redirection, but letting you exclude certain slugs.) One page, many URLs - duplicate content - jasiek7 - 2012-02-07 Thanks much. I think about it, but i did'nt know how to do it. |