Meta Tags

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
gabriel
Berichten: 14
Lid geworden op: 07 mar 2005, 16:23

Meta Tags

Bericht door gabriel » 20 apr 2005, 17:57

Geachte lezer

Kun je de Meta Tags gewoon door een Meta tags generator laten maken en dan plaatsen in ?????

zijn dus 2 vragen!!

of moet het anders?

Veel dank voor de moeite,
Gabriel

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20315
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 20 apr 2005, 18:16

ja in overall_header.tpl.

gabriel
Berichten: 14
Lid geworden op: 07 mar 2005, 16:23

Waar precies plaatsen in de tekst

Bericht door gabriel » 21 apr 2005, 11:05

In antwoord op het bovenstaande waar plaats ik nu de meta tag ofwel de uitkomst van de generator. a.u.b. een duidelijk verwijzing door men ziekte is een deel van men talen uitgeschakeld.

Ik heb helemaal onderaan neergezet wat ik erin wil hebben, want als ik dat weet hoef ik niet weer te vragen.
In ieder geval veel dank voor de hulp en dat meen ik.

mijn prive mailadres is: ~~SPAMPREVENTIE~~



(kopie uit kladblok en dus een gedeelte van overall_header.tpl)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subRed/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
The subRed Theme for phpBB version 2+
Created by Karl Tauber
http://www.ktauber.com

Based on the original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com

NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: {T_TR_COLOR1}; }
td.row2 { background-color: {T_TR_COLOR2}; }
td.row3 { background-color: {T_TR_COLOR3}; }

/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: {T_TD_COLOR2};
background-image: url(templates/subRed/images/{T_TH_CLASS3});
background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: {T_BODY_LINK}; height: 25px;
background-image: url(templates/subRed/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/subRed/images/{T_TH_CLASS1});
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
text-decoration: none;




dit is dan de kopie van de meta-tag generator
<TITLE>Lease Aandelen Hypotheek Lening Financiele problemen</TITLE>
<META NAME="DESCRIPTION" CONTENT="Een Forum voor om juist te proberen mensen te helpen zonder eerst weer een lidmaatschap.">
<META NAME="KEYWORDS" CONTENT="Aandelen, Leaseportefeulle, Aandelenlease, Dexia, Payback, Leaseverdriet, Failliet, Deurwaarder, Currator, Fortis, Lenen, Hypotheek, Lenen, Aandelenlening, Hypotheek,
Banken, Rabo, SNS, Albank, IDM, Aandelenverdriet, Aandelenfiasco, Advocaten, Financiele problemen, ">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META HTTP-EQUIV="Content-Language" CONTENT="nl">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

ZIE EN ALS U DIT ERGENS KUNT PLAATSEN DAN KAN IK HET ZIEN EN WEET IK HOE HET MOET.

NOGMAAL VEEL DANK,
Gabriel Seggelinck

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20315
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 21 apr 2005, 11:32

in overall_header.tpl
na

Code: Selecteer alles

{META}
zet je

Code: Selecteer alles

<META NAME="DESCRIPTION" CONTENT="Een Forum voor om juist te proberen mensen te helpen zonder eerst weer een lidmaatschap.">
<META NAME="KEYWORDS" CONTENT="Aandelen, Leaseportefeulle, Aandelenlease, Dexia, Payback, Leaseverdriet, Failliet, Deurwaarder, Currator, Fortis, Lenen, Hypotheek, Lenen, Aandelenlening, Hypotheek,
Banken, Rabo, SNS, Albank, IDM, Aandelenverdriet, Aandelenfiasco, Advocaten, Financiele problemen, ">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META HTTP-EQUIV="Content-Language" CONTENT="nl">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 

gabriel
Berichten: 14
Lid geworden op: 07 mar 2005, 16:23

Ga het proberen en veel dank, onderstaand nog een vraagje

Bericht door gabriel » 21 apr 2005, 12:09

Misschien dat je dat weet, ik heb ook het Gastenboek van VIPER in gebruik zou daar hetzelfde moeten??
Het is wel een ander programma, maar u weet veel dus misschien dit ook.

http://www.lease-aandelen-hypotheek-len ... astenboek/

Nogmaals dank.
Gabriel Seggelinck

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20315
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 21 apr 2005, 12:29

het zou in index.php kunnen zijn, dan zoek je:

Code: Selecteer alles

</title>
en daar zet je na:

Code: Selecteer alles

<META NAME="DESCRIPTION" CONTENT="Een Forum voor om juist te proberen mensen te helpen zonder eerst weer een lidmaatschap.">
<META NAME="KEYWORDS" CONTENT="Aandelen, Leaseportefeulle, Aandelenlease, Dexia, Payback, Leaseverdriet, Failliet, Deurwaarder, Currator, Fortis, Lenen, Hypotheek, Lenen, Aandelenlening, Hypotheek,
Banken, Rabo, SNS, Albank, IDM, Aandelenverdriet, Aandelenfiasco, Advocaten, Financiele problemen, ">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META HTTP-EQUIV="Content-Language" CONTENT="nl">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
maar ik weet dit niet zeker.

Gesloten