How to … add metatags to TYPO3 website

How to

Today i write about metatags with TYPO3.

I searched for a solution to implement keywords and a description “semi-dynamic”.

Now i can determine some standard content – but manually added content (keyowords / description) overrides the standards.

Nice? -  I think so :-)

Look at the TSsetup:

page.meta {
 robots = index,follow
 language = ru
 revisit-after = some days
 copyright = Copyright by ...
 author = me & you
 email = mail@me

 description = TEXT
 description.field = description
 description.ifEmpty = insert standard description here

 keywords = TEXT
 keywords.field = keywords
 keywords.ifEmpty = insert standard keywords here
}

now, have fun with TYPO3

Related posts:

  1. How to … update TYPO3 4.2
  2. How to … change the RTE linktext in TYPO3
  3. mixed TypoScript Snippets Vol. 2
  4. How to … change the title-element in TYPO3
  5. TYPO3 Version 4.4.0 released
  6. How to … convert HTML-Content to PDF File in TYPO3
  7. How to … set permission chmod for TYPO3

2 Responses to “How to … add metatags to TYPO3 website”


  1. 1 Michael Cannon

    Thank you for sharing this simple metatags setup. Have you tried extensions like seo_basics, tq_seo or metaext?

    Feel free to call upon us for TYPO3 website assistance.

  2. 2 Lesenka

    Thanks for the tip. Really likes Typo3, it’s very robust CMS

Leave a Reply