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:
- mixed TypoScript Snippets Vol. 2
- How to … update TYPO3 4.2
- How to … change the title-element in TYPO3
- How to – redirect restricted TYPO3 pages to loginform and back
- How to … convert HTML-Content to PDF File in TYPO3
- TYPO3 Version 4.4.0 released
- How to … change the RTE linktext in TYPO3
- TYPO3 4.5 – sendmail on Host Europe Server
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.
Thanks for the tip. Really likes Typo3, it’s very robust CMS