Problem mit dem title
Verfasst: 24.09.2007 16:10
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.
Da das Problem weiter bestand nervte ich weiter
Wieder half mir Pyramide:
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.
Das habe ich geändert.
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>
Da das Problem weiter bestand nervte ich weiter

Wieder half mir Pyramide:
also habe das auch geaänder auf:http://www.hunny.de/phpBB2/templates/Cl ... header.tpl hier steht jetzt zweimal <title>, das kann natürlich nicht funktionieren.
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>
<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>
<!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>