REFERENCER MON SITE MODIFIER BALISE

Fermé
donmasou974 Messages postés 7 Date d'inscription lundi 18 août 2008 Statut Membre Dernière intervention 14 novembre 2008 - 14 nov. 2008 à 09:39
donmasou974 Messages postés 7 Date d'inscription lundi 18 août 2008 Statut Membre Dernière intervention 14 novembre 2008 - 14 nov. 2008 à 12:52
Bonjout tout le monde,

voila mon souci j'avais posté il y a deux mois car je voulais modifier les info d'un site web et on m'avait aidé nikel. Aujourdh'ui j'ai un autre problème, le référencement, la personne qui s'occupe de ca m'envoi ce mail :

Bonjour XXXXXX

Comme je vous l'ai signalé(...)Les moteurs de recherche percoivent vos balises meta comme des algorithmes d'indexation et 'rampent' parmi elles, les utilisant comme des échantillons du contenu de votre site web. Ils se laissent guider par elles pour ramper parmi les différentes pages de votre site assurant ainsi une indexation minutieuse et complète.

Il faut donc placer vos meta tags entre vos tags <HEAD> et </HEAD>. Voici ce qu'il convient d'indiquer :

<TITLE>Gite/Chambres d'hôte à Mayotte</TITLE>
<META NAME+'KEYWORDS' CONTENT='mayotte, gîte, chambre d'hôte, hébergement, hôtel, bungalow, banga, table d'hôte, concert, musique, plage, bar, restaurant'>
<META NAME='DESCRIPTION' CONTENT='Une petite strucutre familiale(...)la convivialitée et la rencontre d'autrui.'>
<META NAME='ROBOTS' CONTENT='INDEX,FOLLOW'>

Voila a peu près en gros ce qu'on me demande, je vous copie colle la page d'index:





<html><head><meta name="keywords" content="gite gîte mayotte ambato bar concert plongée">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<script language="JavaScript" type="text/JavaScript">
<!--

function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(1);
document.MM_Time["concert clignot"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "concert clignot";
document.MM_Time[0].fps = 1;
document.MM_Time[0][0] = new String("behavior");
document.MM_Time[0][0].frame = 31;
document.MM_Time[0][0].value = "MM_timelineGoto('concert clignot','1')";
document.MM_Time[0].lastFrame = 31;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>

<title>accueil</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}

function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}

function MM_timelineStop(tmLnName) { //v1.2
//Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
if (tmLnName == null) //stop all
for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null;
else document.MM_Time[tmLnName].ID = null; //stop one
}
//-->
</script>
</head>

<body bgcolor="#FFFFC6" link="#623E00" vlink="#4F2F00" leftmargin="50" onLoad="MM_preloadImages('images/bouton%20tressage2.jpg','images/bouton%20presentation2.tif','images/bouton%20cafe%20concert2.jpg','images/bouton%20tarifs2.jpg','images/bouton%20liens2.jpg','images/bouton%20presentation2.jpg','images/bouton%20trouver2.jpg','images/bouton%20livre%20or2.jpg','images/bouton%20gite2.jpg','images/bouton%20table%20hote2.jpg');MM_timelinePlay('concert clignot')">
<table width="852" border="1" bordercolor="#663300">
<tr>
<td height="93" colspan="8" nowrap background="images/baniere.jpg"> </td>
</tr>
<tr>
<td width="100" height="31" nowrap bgcolor="#FFFFC6">
<div align="center"><strong><font color="#FFD691" size="2" face="Georgia, Times New Roman, Times, serif"><a href="presentation.htm"><img src="images/bouton%20presentation1.jpg" name="bouton presentation" width="100" height="31" border="0" onClick="MM_timelinePlay('**** aucun scénario trouvé ******\n ');MM_timelineStop();MM_timelineStop();MM_timelineStop();MM_timelineStop();MM_timelineStop();MM_timelineStop();MM_timelineStop()" onMouseOver="MM_swapImage('bouton presentation','','images/bouton%20presentation2.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></font></strong></div></td>
<td width="100" height="31" nowrap bgcolor="#FFFFC6">
<div align="center"><a href="gite.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bouton gite','','images/bouton%20gite2.jpg',1)"><img src="images/bouton%20gite1.jpg" name="bouton gite" width="100" height="31" border="0"></a></div></td>
<td width="100" height="31" nowrap>
<div align="center"><a href="restaurant.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bouton table hote','','images/bouton%20table%20hote2.jpg',1)"><img src="images/bouton%20table%20hote1.jpg" name="bouton table hote" width="100" height="31" border="0"></a></div></td>
<td width="100" height="31" nowrap>
<div align="center"><strong><a href="cafe%20concert.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bouton cafe concert','','images/bouton%20cafe%20concert2.jpg',1)"><img src="images/bouton%20cafe%20concert1.jpg" name="bouton cafe concert" width="100" height="31" border="0"></a></strong></div></td>
<td width="100" height="31" nowrap>
<div align="center"><strong><a href="tarifs.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bouton tarifs','','images/bouton%20tarifs2.jpg',1)"><img src="images/bouton%20tarifs1.jpg" name="bouton tarifs" width="100" height="31" border="0"></a></strong></div></td>
<td width="100" height="31" nowrap>
<div align="center"><strong><a href="contacts.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','images/bouton%20trouver2.jpg',1)"><img src="images/bouton%20trouver.jpg" name="Image10" width="100" height="31" border="0"></a></strong></div></td>
<td width="100" height="31" nowrap>
<div align="center"><strong><a href="livredor.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('boutonlivreor','','images/bouton%20livre%20or2.jpg',1)"><img src="images/bouton%20livre%20or1.jpg" name="boutonlivreor" width="100" height="31" border="0" id="boutonlivreor"></a></strong></div></td>
<td width="100" height="31" nowrap>
<div align="center"><strong><a href="liens.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bouton liens','','images/bouton%20liens2.jpg',1)"><img src="images/bouton%20liens1.jpg" name="bouton liens" width="100" height="31" border="0"></a></strong></div></td>
</tr>
<tr background="images/fond.jpg">
<td height="366" colspan="8" nowrap>
<div id="texteintro" style="position:absolute; width:646px; height:115px; z-index:6; left: 372px; top: 159px; visibility: visible;">
<p><font size="4" face="Monotype Corsiva"><strong>Une petite structure
familiale<br>
L’authenticité des lieux et des personnes <br>
La simplicité des échanges<br>
La convivialité et la rencontre d’autrui</strong></font></p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p align="left"><font size="4" face="Monotype Corsiva"><strong>Pour...</strong></font></p>
<blockquote>
<p align="left"><font size="4" face="Monotype Corsiva"><strong>
Écouter des histoires<br>
Être bercé par le bruit des vagues<br>
Découvrir des plats et des goûts<br>
nouveaux<br>
Connaître Mayotte , sa musique, son <br>
histoire <br>
et ses habitants</strong></font></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p align="left"><font size="4" face="Monotype Corsiva"><strong> Et goûter
un punch différent chaque jour..!</strong></font><br>
</p>
</div>



<div id="Layer1" style="position:absolute; width:200px; height:99px; z-index:9; left: 56px; top: 407px;"><a href="http://www.diving-mayotte.com/"><img src="images/plong%E9e.gif" width="231" height="97" border="0"></a></div>

</td>
</tr>
<tr>
<td height="23" colspan="8"><div id="mail" style="position:absolute; width:197px; height:20px; z-index:2; left: 580px; top: 519px;"><font size="2">Mail:
<a href = "mailto:%61%6D%62%61%74%6F%5F%70%6C%61%67%65%40%79%61%68%6F%6F%2E%66%72">Le mail d'Ambato</a></font></div>
<div id="tel" style="position:absolute; width:103px; height:19px; z-index:4; left: 338px; top: 519px;"><font size="2">Fixe:
02 69 62 49 52</font></div>
<div id="adresse" style="position:absolute; width:271px; height:19px; z-index:5; left: 56px; top: 519px;"><font size="2">Ambato,
plage de M'Tsangamouji 97600 Mayotte</font></div>
<div id="realisateur" style="position:absolute; width:112px; height:29px; z-index:7; left: 779px; top: 517px;"><a href = "mailto:%61%63%65%74%61%62%75%6C%61%69%72%65%40%79%61%68%6F%6F%2E%63%6F%6D">Réalisateur
du site</a> </div><font size="2">
<div id="compteur" style="position:absolute; width:246px; height:31px; z-index:8; left: 55px; top: 156px;">
<div align="left">
<p><font size="2">Visiteurs</font>
<!-- MoOsTiK v3 1140606498 -->
<script type="text/javascript"
src="https://m3.moostik.net/js/?pseudo=ambato&police=baptiste&option=link&lng=fr&width=5">
</script>
<noscript>
<a
href="https://moostik.net/consultation.php3?pseudo=ambato"><img
src="https://m3.moostik.net/img/?pseudo=ambato&police=baptiste&option=link&lng=fr&width=5"
border="0" alt="[]" /></a>
</noscript>
<!-- KiTsOoM -->
<font size="2"> </font>
<p> </div>
</div>
<div id="tel" style="position:absolute; width:117px; height:19px; z-index:4; left: 450px; top: 519px;"><font size="2">GSM:
06 39 69 50 56</font></div></font></td>
</tr>
</table>
</body>
</html>



Voila j'espère que quelqu'un saura m'aider je suis un peu perdu, si besoin je peut essayer de donner plus d'info ou de précision

Merci d'avoir pris le temps de me lire et salutation des tropiques ^^
A voir également:

1 réponse

donmasou974 Messages postés 7 Date d'inscription lundi 18 août 2008 Statut Membre Dernière intervention 14 novembre 2008 1
14 nov. 2008 à 12:52
Non mais je sais pas moi, j'ai donné la page d'index parceque la première fois quand je voulais modifier par exemple le numéro de téléphone on m'avait dit d'éditer cette page avec le bloc note et de la transferer sur le ftp, alors je me disais que peut être il fallait que je mette les info qu'elle me demande dans le mail de la même manière ??
0