[TYPO3-UG Dutch] RealUrl en tagcloud
HocomAdvies [ Wiechert Hooghwinkel ]
info at hocom-advies.nl
Fri Mar 25 11:28:04 CET 2011
Ik heb extensie vge_tagcloud draaien op een test omgeving. Nu wil ik ook de url wat mooier hebben dus in de config dit opgenomen uit de manual:
/**
* Real Url config for vge_tagcloud
*
*
*/
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
'_DEFAULT' => array(
'postVarSets' => array(
'_DEFAULT' => array(
'tagcloud' => array(
array('GETvar' => 'tx_vgetagcloud_pi2[keyword]'),
array('GETvar' => 'tx_vgetagcloud_pi2[pages]'),
)
)
)
)
)
Dat werkt dan krijg je een url als:
http://www.vini4all.nl/tagcloud/tagcloud/banana/11_18/?cHash=f6bc832c6b370ec46c80b89d0cf73b2d
nu is alleen de ?cHash=f6bc832c6b370ec46c80b89d0cf73b2d iets wat nu niet echt SEO friendly is. Hoe kan dat nog anders? ik heb helaas weinig kunnen vinden in combinatie met tagcloud settings.
Met vriendelijke groeten,
HocomAdvies
Wiechert Hooghwinkel
More information about the TYPO3-UG-Dutch
mailing list