Or lorsque je teste à cette adresse : http://www.searchengineworld.com/cgi-bin/sim_spider.cgi
Le spider ne reconnait pas mes balises meta_description et meta_keyword.
voici le bout de code que j'ai écrit :
Code : Tout sélectionner
<html>
<head>
<?
if($_GET["catid"] == "")
{
print "<title>MON TITRE</title>\n";
print "<META NAME=\"description\" content=\"MA DESCRIPTION\" />\n";
print "<META NAME=\"keywords\" content=\"MES MOTS CLES\" />\n";
print "<META NAME=\"robots\" content=\"index, follow, all\" />\n";
}
?>
<meta http-equiv="Content-language" content="french">
<META NAME="Classification" CONTENT="entreprise">
<meta NAME="Author" CONTENT="moi">
<META NAME="Publisher" CONTENT="elle">
<META http-equiv="expires" content="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW,ALL">
<META NAME="Search Engines" CONTENT="AltaVista, AOLNet, Infoseek, Excite, Hotbot, Lycos, Magellan, LookSmart, CNET, voila, google, yahoo, alltheweb, msn, netscape, nomade">
<META NAME="Updated" CONTENT="daily">
<meta NAME="revisit-after" CONTENT="10 days">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
Merci de me faire part de vos suggestions
Cordialement, Cyril.