Die Metatags für alle Seiten können unter Template > TypoScript Templates definiert werden. Standardmässig sind die Tags bereits definiert und müssen nur noch befüllt werden:
plugin.meta {
# cat=plugin.meta; type=string; label= Description: Write a short abstract for your website.
description =
# cat=plugin.meta; type=string; label= Keywords: Enter a comma separated list of keywords.
keywords =
# cat=plugin.meta; type=string; label= Robots: Use for instance these codes: Index all pages: “all”. Index no pages: “none”. Only this page: “index,nofollow”. Only subpages: “noindex,follow”
robots = index,follow
# cat=plugin.meta; type=string; label= Copyright info: Enter copyright information, eg. “Me Myself and I, 2001. All rights reserved.”
copyright =
# cat=plugin.meta; type=string; label= Reply-to email
email =
# cat=plugin.meta; type=string; label= Author: Enter name of author.
author =
# cat=plugin.meta; type=int+; label= Revisit after: Number of days between search engine visits.
revisit = 7
# The meta tags below are not used on this website, if you want to use these, you can configure that in TypoScript template page.meta
# cat=plugin.meta; type=boolean; label=Always include global.
includeGlobal =
# cat=plugin.meta; type=options[,Arabic=ar,Chinese=zh,Danish=dk,Dutch=nl,English=en,Finnish=fi,French=fr,German=de,Greek=el,Hebrew=he,Icelandic=is,Italian=it,Japanese=ja,Norwegian=no,Polish=pl,Portuguese=pt,Russian=ru,Spanish=es,Swedish=sv,Turkish=tr,Multi language=mul]; label= Language: Select language of the content.
language = de
# cat=plugin.meta; type=string; label= Distribution
distribution = GLOBAL
# cat=plugin.meta; type=options[,General,Mature,14 years,Restricted]; label= Rating
rating = General
}
Hinweis: Unbedingt unter Seite > “Startseite” > Seite bearbeiten die Metatags entfernen. Da diese im Introduction Package standardmässig definiert sind, werden diese verwendet.
Falls pro Seite andere Metatags definiert werden sollen, müssen im Typo3 GUI unter Seite > “Seite anwählen” direkt unter Metadaten die entsprechenden Metatags definiert werden.
Hinweis: Im Introduction Package ist unter robots=noindex,follow drin, dadurch wird die Seite durch Suchmaschinen wie Google nicht indiziert. Diese ist unter:
Template > page_configuration > page.Headerdata drin und kann einfach gelöscht oder korrekt (robots=index,follow) gesetzt werden.
Hoffe, auch Ihr werdet bald gefunden
www.diemacher.ch