Extensions‎ > ‎

seo_basics

Basic SEO Features verbessert die Suchmaschinenfreundlichkeit eines TYPO3-Projektes.

Einstellungen Constant Editor (PLUGIN.SEO):
  • Append the sitetitle to the <title>... [plugin.tx_seo.titleWrapAppendSiteTitle] 
    Add the site title as defined in your sys_template, as another static keyword after the titleWrap. This extension only offers the site title to append instead of to prepend as it is more important to have page-specific data at the beginning of the title tag.
    Einstellung: OFF
  • Wrap around the description meta tag... [plugin.tx_seo.descriptionWrap]
    Used for static additions like a site-wide description. This is a no-trim-wrap string, fill in the static code between the vertical bars.
    Einstellung: |Tradingclub24: ||
  • Wrap around the keyword meta tag [plugin.tx_seo.keywordsWrap]
    Used for static additions like site-wide keywords. This is a no-trim-wrap string, fill in the static code between the vertical bars.
    Einstellung: ||, tradingclub24,...|
  • Wrap around the <title> tag [plugin.tx_seo.titleWrap]
    Used for static additions to the title tag like the sitename. This is a no-trim-wrap string, fill in the static code between the vertical bars.
    Einstellung: |Tradingclub24 .:. ||
TypoScript Constants:

plugin.tx_seo.descriptionWrap = |Tradingclub24: ||
plugin.tx_seo.keywordsWrap = || ,tradingclub24, trading, club, forex|
plugin.tx_seo.titleWrap = |Tradingclub24 .:. ||
plugin.tx_seo.titleWrapAppendSiteTitle = 0