Seite 1 von 1

Problem mit dem title

Verfasst: 24.09.2007 16:10
von hunny
Hallo,
hatte das schon unten im Smaltalk bereich geschrieben, da das aber ein größeres Problem zu sein scheint Frage ich nun hier noch mal nach.
Das Problem ist das bei meinem Forum sich die Überschrift im Browser nicht verändert wenn man in den Unterforen reingeht. Das hat zur Folge das mein Forum bei Google immer mit dem selben title gelistet wird. Der Admin Pyramide hat mir gesagt was ich ändern sollte.

Bei dir steht in der overall_header.tpl vom Template "Classic" nurCode:
<title>Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos </title>


Stattdessen sollte es so aussehen wie in der overall_header.tpl vom subSilver:Code:
<title>{SITENAME} :: {PAGE_TITLE}</title>
Das habe ich geändert.

Da das Problem weiter bestand nervte ich weiter :wink:

Wieder half mir Pyramide:
http://www.hunny.de/phpBB2/templates/Cl ... header.tpl hier steht jetzt zweimal <title>, das kann natürlich nicht funktionieren.
also habe das auch geaänder auf:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta NAME="DESCRIPTION" CONTENT="Auto Forum für VW Golf,Passat,Touran,BMW,Mercedes,Autoforum,PKW-Forum,KFZ Forum für alle Automarken">
<meta NAME="KEYWORDS" CONTENT="Autoforum, Auto Forum,BMW,auto,KFZ Forum,PKW Forum">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta HTTP-EQUIV="EXPIRES" CONTENT="0">
<meta NAME="Content-Language" CONTENT="de">
<meta name="Author" content="Auto Forum " />
<meta NAME="COPYRIGHT" CONTENT="Copyright (c) 1999,2001,2002,2003,2004,2005,2006,2007 hunny.de">
<meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<meta NAME="REVISIT-AFTER" CONTENT="3 DAYS">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos<title>
Nur dann geht das Forum gar nicht mehr auf! Wo könnte das Problem liegen? Wenn es in der overall_header so steht geht es:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<title>Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos </title>
<meta NAME="DESCRIPTION" CONTENT="Auto Forum für VW Golf,Passat,Touran,BMW,Mercedes,Autoforum,PKW-Forum,KFZ Forum für alle Automarken">
<meta NAME="KEYWORDS" CONTENT="Autoforum, Auto Forum,BMW,auto,KFZ Forum,PKW Forum">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta HTTP-EQUIV="EXPIRES" CONTENT="0">
<meta NAME="Content-Language" CONTENT="de">
<meta name="Author" content="Auto Forum " />
<meta NAME="COPYRIGHT" CONTENT="Copyright (c) 1999,2001,2002,2003,2004,2005,2006,2007 hunny.de">
<meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<meta NAME="REVISIT-AFTER" CONTENT="3 DAYS">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>

Verfasst: 24.09.2007 16:38
von frein
Möglicherweise weil hier
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos<title>

hinten bei
Autos<title>
ein Zeichen fehlt.

probiers mal so
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos</title>

Verfasst: 24.09.2007 17:50
von hunny
frein hat geschrieben:Möglicherweise weil hier
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos<title>

hinten bei
Autos<title>
ein Zeichen fehlt.

probiers mal so
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos</title>
Oh mann vielen Dank - Das war es!!! Nun funzt es!! Ich danke Dir [ externes Bild ]