Indexed Search
1.6. Technical details
1.6.1. HTML content
HTML content is weighted by the indexing engine in this order:
-
<title>-data
-
<meta-keywords>
-
<meta-description>
-
<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:
-
If there is no marker at all, everything is included.
-
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.
-
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.