Générateur perfectionné de balises
Meta pour votre page Web


Titre

Description

Mots clés

Propriétaire

Auteur

Langue

Type de document


Autre indication pour les moteurs de recherche

NOFOLLOWNOINDEXAll Content
NOFOLLOW = ajouter cette page uniquement au moteur de recherche
NOINDEX = enlever cette page du moteur de recherche
All Content = ajouter toutes les pages au moteur de recherche

Fréquence de retour du robot

exemple : 7 days, 1 month, 5 month

Voici le résultat : 

 

   Copiez juste après la balise <body> et avant la balise </body> :

<script language="JavaScript">
<!--

function generateur(form){
var txt='<META NAME="TITLE" CONTENT="'+form.title.value+'">\r\n';
 txt+='<META NAME="DESCRIPTION" CONTENT="'+form.description.value+'">\r\n';
 txt+='<META NAME="KEYWORDS" CONTENT="'+form.keywords.value+'">\r\n';
 txt+='<META NAME="OWNER" CONTENT="'+form.owner.value+'">\r\n';txt+='<META NAME="AUTHOR" CONTENT="'+form.auther.value+'">\r\n';
 txt+='<META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="'+form.language.options[form.language.selectedIndex].text+'">\r\n';
 txt+='<META HTTP-EQUIV="VW96.OBJECT TYPE" CONTENT="'+form.objecttype.options[form.objecttype.selectedIndex].text+'">\r\n';
if(form.robots_index.checked)
 {var index='noindex';}
else
 {index='index';}
if(form.robots_follow.checked)
 {var follow='nofollow';}
else
 {follow='follow';}
 txt+='<META NAME="ROBOTS" CONTENT="'+index+','+follow+'">\r\n';
if(form.revisit.value!=''){
 txt+='<META NAME="REVISIT-AFTER" CONTENT="'+form.revisit.value+'">\r\n';}
if(form.robots_all.checked){
 txt+='<META NAME="ROBOTS" CONTENT="ALL">\r\n';}

form.result.value=txt;}

//--></script>

<div align="center"><table border="0" width="600">
    <tr>
        <td align="center"><form name="metaform" method="get">
            <p><font face="Verdana,Arial" size="2"><b>G&eacute;n&eacute;rateur
            de balises Meta pour votre page Web</b></font><br> <br>
            <table border="2" cellpadding="10">
                <tr>
                    <td width="615" align="center"><table border="0" cellpadding="2">
                            <tr>
                                <td width="516"><p><font face="Verdana,Arial"
                                     size="2">Titre</font><!/a></td>
                            </tr>
                            <tr>
                                <td width="516"><p><input type="text" name="title"
                                     maxlength="120" size="56"></td>
                            </tr>
                            <tr>
                                <td width="516"><p><font face="Verdana,Arial"
                                     size="2">Description</font><!/a></td>
                            </tr>
                            <tr>
                                <td width="516"><p><textarea name="description"
                                     rows="2" cols="48"></textarea></td>
                            </tr>
                            <tr>
                                <td width="516"><p><font face="Verdana,Arial"
                                     size="2">Mots cl&eacute;s</font><!/a></td>
                            </tr>
                            <tr>
                                <td width="516"><p><textarea name="keywords"
                                     rows="2" cols="48"></textarea></td>
                            </tr>
                            <tr>
                                <td width="516"><div align="center"><table border="0"
                                     width="100%" cols="2">
                                        <tr>
                                            <td width="50%"><p><font face="Verdana,Arial"
                                                 size="2">Propri&eacute;taire</font><!/a></td>
                                            <td><p><font face="Verdana,Arial"
                                                 size="2">Auteur</font><!/a></td>
                                        </tr>
                                        <tr>
                                            <td width="50%"><p><input type="text"
                                                 name="owner" value="Email"></td>
                                            <td><p><input type="text" name="auther"
                                                 value="Nom"></td>
                                        </tr>
                                    </table></div></td>
                            </tr>
                            <tr>
                                <td width="516"><div align="center"><table border="0"
                                     width="100%">
                                        <tr>
                                            <td width="216"><p><font face="Verdana,Arial"
                                                 size="2">Langue</font><!/a></td>
                                            <td width="216"><p><font face="Verdana,Arial"
                                                 size="2">Type de document</font><!/a></td>
                                        </tr>
                                        <tr>
                                            <td width="216"><p><select name="language">
                                                <option>English</option>
                                                <option>French</option>
                                                <option>German</option>
                                                <option>Chinese</option>
                                                <option>Spanish</option>
                                                <option>Italian</option>
                                                <option>Russian</option>
                                                <option>Japanese</option>
                                                <option>Other</option></select><font
                                                 face="Verdana,Arial" size="2">
                                                </font></td>
                                            <td width="216"><!--This may change to be in line with current Dublin Core practice.-->
                                                <p><select name="objecttype">
                                                <option>Document</option>
                                                <option>Homepage</option>
                                                <option>World</option>
                                                <option>RealWorld</option>
                                                <option>WorldReal</option>
                                                <option>WorldFAQ</option>
                                                <option>RFC</option>
                                                <option>Magazine</option>
                                                <option>Mall</option>
                                                <option>Dictionary</option>
                                                <option>Archive</option>
                                                <option>SearchEngine</option>
                                                <option>Hypercatalog</option>
                                                <option>Keybank</option>
                                                <option>Manual</option>
                                                <option>IndexBook</option>
                                                <option>Database</option>
                                                <option>Journal</option>
                                                <option>Catalog</option>
                                                <option>Linecard</option>
                                                <option>HOWTO</option>
                                                <option>Other</option></select><font
                                                 face="Verdana,Arial" size="2">
                                                <br></font></td>
                                        </tr>
                                    </table></div></td>
                            </tr>
                            <tr>
                                <td width="516"><p><font face="Verdana,Arial"
                                     size="2">Autre indication pour les moteurs
                                    de recherche</font><!/a></td>
                            </tr>
                            <tr>
                                <td width="516"><p><input type="checkbox" name="robots_follow"
                                     value="Y"><font face="Verdana,Arial" size="2">NOFOLLOW<input
                                     type="checkbox" name="robots_index" value="Y">NOINDEX<input
                                     type="checkbox" name="robots_all">All Content</font>
                                    <br> <font face="Verdana,Arial" size="1">NOFOLLOW
                                    = ajouter cette page uniquement au moteur
                                    de recherche</font> <br> <font face="Verdana,Arial"
                                     size="1">NOINDEX = enlever cette page du
                                    moteur de recherche</font> <br> <font face="Verdana,Arial"
                                     size="1">All Content = ajouter toutes les
                                    pages au moteur de recherche</font></td>
                            </tr>
                            <tr>
                                <td width="516"><p><font face="Verdana,Arial"
                                     size="2">Fr&eacute;quence de retour du
                                    robot</font><!/a></td>
                            </tr>
                            <tr>
                                <td width="516"><p><input type="text" name="revisit"><font
                                     face="Verdana,Arial" size="2"> exemple
                                    : 7 days, 1 month, 5 month</font></td>
                            </tr>
                            <tr>
                                <td width="516"><p><input ty

pe="button" name="create"
                                     value="G&eacute;n&eacute;rer les balises..."
                                     onclick="generateur(this.form)"> </p>
                                    <p><font face="Verdana,Arial" size="2">Voici
                                    le r&eacute;sulat:&nbsp;</font> <br> <textarea
                                     name="result" rows="10" cols="60"></textarea></td>
                            </tr>
                        </table></td>
                </tr>
            </table></td>
    </tr>
</table></div>
</form>

© Copyright GendNet 2000 Tout droit de reproduction strictement réservé aux membres de l'association ®