DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TYPO3 "robots" extension

This is an extension to the TYPO3 CMS. It adds options to the page that generate a <meta name="robots"/> tag.

This allows editors to easily exclude pages from indexing by Google, Bing and other search engines.

Introduction

What does it do?

Currently this extension only adds two checkboxes to the page properties. These checkboxes allow to specify whether search engines should index and follow the page or not. If indexing or following is disabled, extension will create a corresponding tag on the page.

The same thing can be easily done by TypoScript but it will require either extension templates or conditions in the main template of the site. This extension makes robots flags a part of the page.

Screenshots

Here is how the checkboxes look like in page properties:

Screenshot of page settings

The first checkbox will put noindex and the second will put nofollow into the <meta name="robots"/> tag inside <head> tag. These checkboxes are TYPO3 exclude fields, so administrator can limit TYPO3 user access to this field if necessary.

Users Manual

The checkboxes are available on the "Options" tab in the page properties. Checking any of them will put corresponding values in the robots tag on the page.

Note

The extension will detect if the robots tag already exists and will not replace an existing tag.

This way you can still have tags added by TypoScript.

Administrator Manual

Install extension using extension manager as usual. After that extension is ready to work. There is no need to clear cache because processing happens on the cached content.

License

Just like TYPO3 CMS, this extension is licensed under GPL v2.

Contact

E-Mail: weiske+t3x-robots@mogic.com

Originally written by Dmitry Dulepov.