[TYPO3] indexed_search and metatags

Bas van der Togt b.vandertogt at profinit.com
Fri Feb 16 18:45:23 CET 2007


Yes i tried this already without any results.
But i found the solution by myself:

Comment out the next few lines in 'indexed_seach/class.indexer.php'

if(stristr($meta[$i]['name'],'keywords')) 
$contentArr['keywords'].=','.$meta[$i]['content'];
if(stristr($meta[$i]['name'],'description')) 
$contentArr['description'].=','.$meta[$i]['content'];

cheers,
Bas

Tomas Mrozek schreef:
>> i tried to set the <!--TYPO3SEARCH_begin--> marker into the
>> design-template, but with no result..
> 
> Have you tried to...
> A) ...set the mentioned marker and search OR...
> B) ...set the marker, delete the search index, reindex the page and THEN
> search.
> 
> I think that only B would give you the right results.
> 
> Tomas Mrozek


More information about the TYPO3-english mailing list