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 preceding 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 preceding content until next “end” marker is included.
  4. If there are multiple marker pairs in HTML, content from in between all pairs is included.