---
title: Apache Solr for TYPO3 – The Use of Frontend Page Indexing
url: "https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/frontend-page-indexing-content/"
description: "Frontend Page Indexing for TYPO3 Solr: index pages on render via hook, capturing content, metadata and access rights; supports custom indexers and EXT:crawler."
date: 2021-09-03
modified: 2025-11-05
lastUpdated: 2025-11-05
---

# Apache Solr for TYPO3 – The Use of Frontend Page Indexing

1. [Home](https://www.typo3-solr.com/)
2. [Solr for TYPO3](https://www.typo3-solr.com/solr-for-typo3/)
3. [Development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/)
4. [Indexing](https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/)
5. Frontend Page Indexing

  Frontend Page Indexing
======================

 Indexing TYPO3 pages using the same infrastructure like Indexed Search:

When TYPO3 finishes rendering a page a hook is called to invoke the Solr indexer. The indexer gets the page's content, meta data, and frontend group access restrictions, then transforms the gathered information into a Solr document.

Before adding the Solr document to the index additional transformations can be made, the document can be replaced by a custom indexer and additional documents can be added for indexing.

Can be used with EXT:crawler.

  ![Graphic of a loading bar at 100%](https://www.typo3-solr.com/fileadmin/_processed_/b/a/csm_100prozent_01_b08a8527d1.png) **Status of Implementation**

- [Back to all components of Indexing](https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/)
- [Back to all components of the development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/#c2297)