Posted on October 11, 2009Maarten
In this post I’m going to show you some basics of SEO in TYPO3, I will explain how you can easily handle SEO stuff within TYPO3. This is not a “best practise” nor is it a tutorial on how SEO works. But if you’re new to TYPO3, or SEO in TYPO3 you’ll find some useful things here.
Read the rest of this entry »
Posted on February 17, 2009Maarten
TYPO3 produces a lot of comments, prefixes, metatags etcetra… You might want to clean your HTML source code when your website is complete. In order to do this you need TypoScript!
Read the rest of this entry »
Posted on September 6, 2008Maarten
A lot of web developers place their (company)name in top of the source code. Just to let people know who made the website or add contact information. You can do this to with TYPO3. Just use the following Typoscript Setup:
### Headercomment ###
config.headerComment (
This website was made by me!
)
Read the rest of this entry »