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 September 12, 2009Maarten
When you want to use an exotic font you’ll always end up with SEO problems. Ofcourse there is SIFR but this requires flash and there are still a lot of big companies who won’t allow flash on their computers. And even though you can set alt and titles attributes for graphical headers using TypoScript, a [...]
Read the rest of this entry »
Posted on March 15, 2009Maarten
RSS-feeds of tt_news are really simple. To make it even more easy just copy-paste this to your TypoScript setup: plugin.tt_news { # SYS-Folder with newsitems pid_list = # Page with single view singlePid = displayXML { xmlTitle = Your RSS title xmlLink = Your website url xmlDesc = Your RSS description subheader_stdWrap.crop = 250 | [...]
Read the rest of this entry »
Posted on March 8, 2009Maarten
With this line of User TSConfig you can enable non-be-admin’s to clear all cache the way an admin would. options.clearCache.all = 1
Read the rest of this entry »
Posted on March 2, 2009Maarten
Sometimes you walk into things you should have known by now… This week I was setting up a tt_news configuration, which I have done like a million times, and found this code: plugin.tt_news { usePiBasePagebrowser = 0 } Now, just out of curiosity I set it to 1, just to see what happened… What do [...]
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 »