ITS SEO Helper
Copyright © by Christoph Hofmann <typo3@its-hofmann.eu>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: ITS Seo Helper
- 1.1. Read online
- 1.2. Introduction
- 1.3. Administration
- Description
- This plugin optimizes all what you for a good search engine rank.
- You only need one plugin for all this stuff
- The meta description is generated automatic recursive. To prevent duplicate meta descriptions in your page the site title is added at the end of the description.
- The keywords are automatic limited to 10 keywords, which is the best value.
- Insert the ITS googlesitemap in one page of your site and communicate this sitemap to google,yahoo,bing and so on.
- This sitemap also works with multi language sites and includes all languages in one sitemap.
- Insert the ITS robots.txt plugin on one page of your site and edit your .htaccess.
- If the name of the page is index.php?id=42 the following is need in your .htaccess
- RewriteEngine On
- RewriteRule ^robots.txt$ target="_top"/index.php?id=42 [R=301,L]
- Read online
- You can edit the defaults of your robots.txt with typoscript
- plugin.tx_itsseohelper_pi2.robotstxtdefault (
- disallow:/fileadmin
- disallow:/index.php
- disallow:/?id=
- disallow:/typo3temp
- disallow:/typo3conf
- )
- Sitetitle
- Read online
- TS Setup
- includeLibs.pagetitle = typo3conf/ext/its_seohelper/class.tx_itseohelper_base.php
- plugin.its_seohelper.title = Exhibition Reporting with iPad | {page:title}
- #for other language
- [globalVar = GP:L = 1]
- plugin.its_seohelper.title = Messe iPad Besuchsberichte | {page:title}
- [global]
- 1.4. Known problems
- 1.5. To-Do list
- 1.6. ChangeLog
This document is related to version 0.1.4 of the extension its_seo_helper.