[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
REDAXO Forum • Suchmaschienenfreundlich Redaxo 3.0
Seite 1 von 1

Suchmaschienenfreundlich Redaxo 3.0

Verfasst: 28. Okt 2005, 11:51
von Gast
Hallo
Frage in R-2.74 konnte man noch

<meta name="title" content="<?php echo $this->getValue("name"); ?>" />
<meta name="description" content="<?php echo $this->getValue("beschreibung"); ?>" />
<meta name="keywords" content="<?php echo $this->getValue("suchbegriffe"); ?>" />

Das kommt dabei raus...


<meta name="title" content="Test" />
<meta name="description" content="" />
<meta name="keywords" content="" />

Also funktioniert nur noch Title ?

Woran liegts kann mir jemand helfen ?
Schade das fast alle Referenzen ohne diese Funktion veröffentlicht werden..
Grüssle

Verfasst: 28. Okt 2005, 12:08
von Jan.Kristinus
hi,

das geht .. nur anders ;) ..

wir haben die feldbezeichungen geaendert und somit (fast) nur englische bezeichnung eingefuehrt..

d.h. fuer versionen 3.0 ..

<meta name="title" content="<?php echo $this->getValue("name"); ?>" />
<meta name="description" content="<?php echo $this->getValue("description"); ?>" />
<meta name="keywords" content="<?php echo $this->getValue("keywords"); ?>" />

viel spass

gruss

jan

Metas für Google und Co

Verfasst: 28. Okt 2005, 13:10
von Gast
Vielen DANK !