[TYPO3] SEO friendly menu

Ries van Twisk typo3 at rvt.dds.nl
Thu Mar 2 13:16:10 CET 2006


Michael Ittner wrote:

>Hello,
>
>which Menu is the best for SEO practice - so that Google&Co. can read the
>Links in the Menu?
>Also I m looking for a menu which is good performing, like quick in building
>up on a site.
>
>If anybody knows which menu-extention I should take plz let me know!
>  
>
a unorderedlist (<ul> / <li> ) based menu is the best way to go.
They are extreemly simpel to make in typoscript aswell.

example:
lib.leftmenu= COA
lib.leftmenu.10 = HMENU
lib.leftmenu.10.1 = TMENU
lib.leftmenu.10.1 {
    wrap = <ul>|</ul>
    NO.allWrap =<li>|</li>

    ACT  = 1
    ACT.allWrap = <li class="act">|</li>
}

-- 
-------------------------------------------------
Ries van Twisk
Freelance Typo3 Developer
=== Private:
email: ries at vantwisk.nl
web:   http://www.rvantwisk.nl/
=== Work:
email: ries at livetravelguides.com
web:   http://www.livetravelguides.com




More information about the TYPO3-english mailing list