[TYPO3-german] Indizierungsprobleme :(

Ralf Hettinger ng at ralfhettinger.de
Wed Nov 1 14:31:32 CET 2006


Hallo Fabian,

Fabian König schrieb:
> Wieso wird auf der Seite die Meta-Navigaion (oben rechts, die
> horizontale Navi) mit indiziert?
> 
> Sie liegt ausserhalb von
> <!--TYPO3SEARCH_begin-->..<!--TYPO3SEARCH_end-->
> und sollte also NICHT indiziert werden.

Doch, das sollte sie, denn Du hast die Indizierung nicht explizit untersagt.

Siehe auch
http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/current/view/1/6/

"The marker is <!--TYPO3SEARCH_begin--> or <!--TYPO3SEARCH_end-->
Rules:
   1. If there is no marker at all, everything is included.
   2. If the first found marker is an “end” marker, the previous content until
that point is included and the preceeding code until next “begin” marker is
excluded.
   3. If the first found marker is a “begin” marker, the previous content until
that point is excluded and preceeding content until next “end” marker is included."


> Gibt man als Suchbegriff allerdings (z.B.) "impressum" ein, wird die
> Seite AUCH aufgelistet und 'impressum' gehighlightet.

Lösung: in deinem Template die Metanavigation schachteln:
<!--TYPO3SEARCH_end--> <!-- HTML für Metanavigation --> <!--TYPO3SEARCH_begin-->


> Es sollen NUR die Bereiche indiziert werden, die zwischen
> <!--TYPO3SEARCH_begin-->..<!--TYPO3SEARCH_end-->
> liegen und die anderen NICHT.. :(

Analog zu oben in ein <!--TYPO3SEARCH_end--> ... <!--TYPO3SEARCH_begin-->
einschachteln


> Ich drehe noch durch...
> Hiiilfeee...

Ruhig Blut ;)

Grüße Ralf



More information about the TYPO3-german mailing list