Indexed Search

1.6. Technical details

1.6.1. HTML content

HTML content is weighted by the indexing engine in this order:

  1. <title>-data

  2. <meta-keywords>

  3. <meta-description>

  4. <body>

In addition you can insert markers as HTML comments which define which part of the body-text to include or exclude in the indexing:

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.

To top


Valid XHTML 1.0!