Sign in to follow this  
Followers 0

Référencement la suite

22 posts in this topic

Posted · Report post

Analyse de google du 2 avril.... 153 erreur 404!!!

Existe t'il des analyseur de Sitemap?

Parce que la c'ets la cata :D

http://www.3dvf.fr/%5C%22product.php?productid=91%5C%22

Des comme celle la j'en est plusieurs, ensuite il a gardé en memoire les ancienne URL (avec le cgshop)

http://www.3dvf.fr/autodesk-68/alias-studi...iant-12-mois-d-

Alors que sur le site :

http://www.3dvf.fr/autodesk-68/alias-autos...ation-1501.html

donc le #39 ne lui plait pas dans cet exemple.

Voici les log Google : http://pset34.free.fr/WebCrawlErrors_www_3dvf_fr_.csv

A+ Pascal

Share this post


: post
Share on other sites

Posted · Report post

essayez avec celui que je vous ais envoyé :D

Pour lanalyseur comme ca je ne connais pas, je vais regarder.

Willy

Slt,

Deja en 2 minutes je suis tombé sur 2 pages 404.

Ex:

A cette page http://www.3dvf.fr/cat-autodesk-68.html

Tu as 3 produits dont 2 en erreurs 404.

++

CédriC

Oui, un conseil il faut supprimer les apostrophes des titres des articles, car là c'est la cata.

Ensuiet un nouveau site mal et on verra apres.

Car la redirection d'url merdouille un peu et ajoute un # s'il y a un apostrophe, et en supprimant ce #, ca fonctionne nikel.

Sinon cherchez les # et supprimez les du sitemap déja.

Pour info les & ne sont pas aimés non plus :wub:

Willy

Share this post


: post
Share on other sites

Posted · Report post

Peut être que c'est ton systeme de URL Rewriting qui pose problème.

Share this post


: post
Share on other sites

Posted · Report post

Peut être que c'est ton systeme de URL Rewriting qui pose problème.

C'est certain même :D

Regarde plus haut, j'ai dit que si on enleve le #, ca fonctionne, l'apostrophe est remplacé.

Willy

Share this post


: post
Share on other sites

Posted · Report post

Je viens de faire une editio nde mon premier message.

Share this post


: post
Share on other sites

Posted · Report post

perso j'avais demandé a ce qu'on publie une parite du fichier sitemap mais bon tant pis

Share this post


: post
Share on other sites

Posted · Report post

Oui c'est les apostrophe qui génere les erreur, dans l'url Rewrit, y a un moyen de le gerer ça?

perso j'avais demandé a ce qu'on publie une parite du fichier sitemap mais bon tant pis

www.3dvf.fr/sitemap.xml

Il est là

Share this post


: post
Share on other sites

Posted · Report post

C'est certain même :D

Regarde plus haut, j'ai dit que si on enleve le #, ca fonctionne, l'apostrophe est remplacé.

Willy

edit: il y a encore des liens vers: http://www.3dvf.fr/cgshop/

Share this post


: post
Share on other sites

Posted · Report post

Peut être que c'est ton systeme de URL Rewriting qui pose problème.

C'est le module rewrit de PEEL, je n'ai toucher a rien dessus.

edit: il y a encore des liens vers: http://www.3dvf.fr/cgshop/

9a je ne comprend pas pourquoi?

Sinon j'ai viré les '

Share this post


: post
Share on other sites

Posted · Report post

il doit manquer la fonction perettant de remplacer les caractères accentuès on peut voir une partie du fichier ?

Share this post


: post
Share on other sites

Posted · Report post

il doit manquer la fonction perettant de remplacer les caractères accentuès on peut voir une partie du fichier ?

Quel fichier le htaccess? ou rewrite.php?

Sinon je ne comprend pas ou il trouve ce caractere : \ soit %5C

Share this post


: post
Share on other sites

Posted · Report post

le fichier est administrer/sitemap.php

Share this post


: post
Share on other sites

Posted · Report post

Le voila :

<?

include("../configuration.inc.php");


necessite_identification();


necessite_priv("admin");


$DOC_TITLE = "[Exportation XML - PEEL.FR]";


include("modeles/haut.php");


echo "<table width=\"760\" cellpadding=\"0\" cellspacing=\"0\"><tr><td class=\"entete\">Cr&eacute;ation du sitemap</td></tr></table>";


$xml_file = "$dirroot/sitemap.xml";


switch(vb($_REQUEST['mode'])) {


case "lire" :

db2xml($_GET['table'],$xml_file);

echo "<li type=\"square\"><a href=$wwwroot/sitemap.xml class=\"normal\">Lire le fichier XML</a></li>";

form2xml();

break;


default :

form2xml();

break;


}


include("modeles/bas.php");


/* FONCTIONS */


function db2xml($table,$xml_file)

{


global $wwwroot;


$create_xml = fopen($xml_file,"w");


fwrite($create_xml,"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n<urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\">\r\n");


$select = "select p.id as produit_id, c.id as categorie_id, p.nom_".$_SESSION['langue']." as produit, c.nom_".$_SESSION['langue']." as categorie from peel_produits p, peel_produits_categories pc, peel_categories c WHERE p.id = pc.produit_id AND c.id = pc.categorie_id";


echo "<span class=\"normal\">Requ&ecirc;te utilis&eacute;e pour la g&eacute;n&eacute;ration du fichier XML : $select</span>";


fwrite($create_xml,"<url><loc>$wwwroot</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");


fwrite($create_xml,"<url><loc>$wwwroot/achat/index.php</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");


fwrite($create_xml,"<url><loc>$wwwroot/lire/index.php</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");


fwrite($create_xml,"<url><loc>$wwwroot/membre.php</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");


fwrite($create_xml,"<url><loc>$wwwroot/compte.php</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");


fwrite($create_xml,"<url><loc>$wwwroot/utilisateurs/enregistrement.php</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");



$req = mysql_query($select) or DIE('Une erreur de connexion à la base s est produite ' . __LINE__ . '.<p>' . MYSQL_ERROR());


		while($row = mysql_fetch_array($req))

		{


			  $trans_tbl = get_html_translation_table(HTML_ENTITIES);

			  $trans_tbl = array_flip($trans_tbl);


			  $texte1 = strtr($row['produit'], $trans_tbl);

			  $texte1 = str_replace("&","",$texte1);


			  $trans_tbl = get_html_translation_table(HTML_ENTITIES);

			  $trans_tbl = array_flip($trans_tbl);


			  $texte2 = strtr($row['categorie'], $trans_tbl);

			  $texte2 = str_replace("&","",$texte2);


			  $lien = "$wwwroot/".mrpropre($texte2)."-".$row['categorie_id']."/".mrpropre($texte1)."-".$row['produit_id'].".html";



			 fwrite($create_xml,"<url><loc>$lien</loc><lastmod>".date("Y-m-d")."</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url>\r\n");


		}


	fwrite($create_xml,"</urlset>\r\n");

	fclose($create_xml);

	mysql_free_result($req);


}


function form2xml() {


global $table;


echo "<form method=\"GET\" name=\"prod2xml\" action=\"".$_SERVER['PHP_SELF']."\">";


echo "<input type=\"hidden\" name=\"mode\" value=\"lire\">";


echo "<input type=\"hidden\" name=\"table\" value=\"peel_produits\">";


echo "<br \><br /><input type=\"submit\" class=\"bouton\" value=\"G&eacute;n&eacute;rer le sitemap XML pour google\">";


echo "</span></div></form>";


}

?>

Share this post


: post
Share on other sites

Posted · Report post

ok je teste et te tiens au courant

Share this post


: post
Share on other sites

Posted · Report post

MErci paulanna.

Share this post


: post
Share on other sites

Posted · Report post

étant donné que l'url rewritting fonctionne sur l'ensemble du site je pense que ce souci est lié au fichier sitemap.xml

essay de mettre :

urlencode(stripslashes(strip_tags($texte1)))

urlencode(stripslashes(strip_tags($texte2)))

Share this post


: post
Share on other sites

Posted · Report post

Bonjour à tous,

si cela peux aider,

personnellement j'utilise ceci pour le sitemap google et yahoo!

Sitemap Generator

vous verrez le résultat est tout autre qu'avec peel.

et sinon pour tester vos META :

MetaTag Analyzer

C'était au cas ou :D

Share this post


: post
Share on other sites

Posted · Report post

Mais le nombre de page est limité à 500 :D

Share this post


: post
Share on other sites

Posted · Report post

Mais le nombre de page est limité à 500 :D

Oui mais la je viens de le faire pour tester, on verras le résultat en fin de journée.

Share this post


: post
Share on other sites

Posted · Report post

Analyse de google du 2 avril.... 153 erreur 404!!!

Existe t'il des analyseur de Sitemap?

Parce que la c'ets la cata :D

http://www.3dvf.fr/%5C%22product.php?productid=91%5C%22

Des comme celle la j'en est plusieurs, ensuite il a gardé en memoire les ancienne URL (avec le cgshop)

http://www.3dvf.fr/autodesk-68/alias-studi...iant-12-mois-d-

Alors que sur le site :

http://www.3dvf.fr/autodesk-68/alias-autos...ation-1501.html

donc le #39 ne lui plait pas dans cet exemple.

Voici les log Google : http://pset34.free.fr/WebCrawlErrors_www_3dvf_fr_.csv

A+ Pascal

Bonjour,

Mais votre page Rank est très correct ! avez vous des conseils ?

La fleurs

Share this post


: post
Share on other sites

Posted · Report post

Résultat de la dernière analyse de mon sitemap :

http://www.3dvf.fr/%5C 404 (Introuvable) [?] 2 avr. 2007

http://www.3dvf.fr/%5C%22java script: 404 (Introuvable) [?] 2 avr. 2007

http://www.3dvf.fr/%5C%22product.php?productid=1105%5C%22 404 (Introuvable) [?] 5 avr. 2007

http://www.3dvf.fr/%5C%22product.php?productid=1131%5C%22 404 (Introuvable) [?] 2 avr. 2007

http://www.3dvf.fr/%5C%22product.php?productid=1292%5C%22

Et j'ai 331 erreur comme celle là!!!

Sinon concernant mon pagerank, je pense qu'il est liè au site 3dvf.com, qui nous génére pas mal de traffic.

A+

Share this post


: post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0

Twitter Advisto ecommerce

Facebook PEEL Shopping