This page is still a beta!

Chapter 1. SEO dynamic tag

You can generate values dynamically with this extension especially the <title>-tag, the <meta>-tag description and 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.

Version: 1.0.0, 2010-02-20

Extension Key: seo_dynamic_tag

Language: en

Keywords: forAdmins, forDevelopers, forBeginners, forIntermediates, forAdvanced, SEO, search engine optimisation, tags, meta tags, meta, dynamic

Copyright 2007 - 2010, Dirk Wildt, Die Netzmacher, <wildt.at.die-netzmacher.de>

This document is published under the Open Content License

available 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.org

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.