[TYPO3] TS: shortcut to rootpage caused problems for subpages

Elijah elijah.alcantara at gmail.com
Wed Aug 27 14:11:11 CEST 2008


Hi, 

Thanks for the links, I think the tweakMenu should work but I have one
problem. I'm already using the procfunc for that particular menu, is it
possible to use both? 

IProcFunc = user_cronaccessiblemenus->makeAccessible
+
IProcFunc = user_tweakMenu->replace


Regards, 
Elijah 



On Sun, 2008-08-24 at 22:44 +0300, Fearless Goblin wrote:
> Hello Elijah,
> 
> > But I can't do that. Search engines do not like duplicate content:
> 
> > www.domain.com/ 
> > www.domain.com/home/ 
> 
> 
> > The same page content can be accessed using two links, it should be just
> > one. That's the reason for the shortcut to root. 
> 
> 
> There are several ways for avoiding that:
> 
> 1) Use this solution: http://diaryproducts.net/about/cms/typo3/canonical_home_page_split_site_root
> 
> 2) Use the solution, provided in comments of above link.
> 
> 3) If you have 'defaultToHTMLsuffixOnPrev' => true in your RealURL
> configuration, you may do such thing: set 'segTitleFieldList' =>
> 'alias,subtitle,tx_realurl_pathsegment,title' (the main idea, that
> non-used field - e.g. alias - should be used as first source of url)
> at 'pagePath' section of RealURL configuration. After that you have to
> print into alias of your 'Home' page: "index". So, you still will have
> two pages with same content but now they'll be: www.yoursite.com/ and
> www.yoursite.com/index.html And, as was said at article that I
> provided above: "The Google spider is now clever enough to see that /
> and /index.html are two synonymous URL paths for the same page".
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list