This page is still a beta!

Chapter 1. EXT: SEO dynamic tag

Extension Key: seo_dynamic_tag

Copyright 2007Dirk Wildt, <dirk.wildt@think-visually.com>

This document is published under the Open Content Licenseavailable from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3- a GNU/GPL CMS/Framework available from www.typo3.com

1.1. Introduction

What does it do?

You can generate values dynamically with this extension especially

  1. the <title>-tag

  2. the <meta>-tag description and

  3. the <meta>-tag keywords

The <title>-tag can be the title and subtitle of a news in tt_news or the title and category of a product in tt_products for e.g.

The <meta>-tag can be the short-field of a tt_news or the description of a product in tt_products for e.g.

You can use the extension for every table and record, of course for tables and records of third party extensions too.

Requirements

  1. Nothing but a little experience in typoscript and the syntax of SQL queries.