webdevops / TYPO3-metaseo

TYPO3 MetaSEO Extension
https://typo3.org/extensions/repository/view/metaseo
GNU General Public License v3.0
38 stars 24 forks source link

Avoid indexing of disabled Extbase records / pages #539

Open MrMooky opened 4 years ago

MrMooky commented 4 years ago

MetaSEO version: 2.1.0 TYPO3 version: 7.6.39 PHP version: 7.1.22

Is there any way to avoid the indexing of Extbase records / pages that are disabled in the backend? The problem is, the pages are accessible, but return a 404. Which is fine.

But they should not be indexed when they are disabled. How can I accomplish this?