Feature #17361
closedclass.indexer: Indexing of meta description and keywords
0%
Description
Indexing of meta description and keywords should be configurable.
I had the problem that every time the page was reindexed the meta keywords and description has been prepended to the indexed content.
so my results in the frontend looked like this:
<meta keywords>, <meta description>, <indexed content>.
(issue imported from #M5748)
Files
Updated by Andreas Otto † over 17 years ago
Thanks for the patch which made it a bit easier. However we also had to make this backwards compatible so the default value for index_metatags is 1.
Updated by Andreas Otto † over 17 years ago
Fixed in SVN trunk, will be shipped with TYPO3 4.2.
Introduced a new TS option that makes indexing of metatags configurable. Adapted code to make use of the new TS option.
Changes needed for doc_core_tsref are documented at http://wiki.typo3.org/index.php/Pending_Documentation#doc_core_tsref.