Bonjour,
Desolé mais je ne suis pas sur que ce post soit dans la bonne catégorie...

Voila je veux éditer un sitemap avec des images


Mon Entete
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
Exemple balise image
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 
<url>
<loc>url.php</loc>
<image:image>
<image:loc>url.jpg</image:loc>
<image:title>title</image:title>
<image:caption>caption</image:caption>
<image:license>license</image:license>
</image:image>
</url>


Mes beaux messages d'erreur sur W3c validator
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
Error: Expected whitespace after public id
 in unnamed entity at line 1 char 55 of http://www.sitemaps.org/schemas/sitemap/0.9/
http://www.sitemaps.org/schemas/sitemap/0.9/ has no elements???
Error: can't retrieve "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd": 503 Service Unavailable due to Unknown abuse from requesting IP
Error: Couldn't open dtd entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
 in unnamed entity at line 1 char 122 of http://www.google.com/schemas/sitemap-image/1.1/
http://www.google.com/schemas/sitemap-image/1.1/ has no elements???
 
Schema resources involved
 
Attempt to load a schema document from
http://www.sitemaps.org/schemas/sitemap/0.9
 (source: docElt) for
   http://www.sitemaps.org/schemas/sitemap/0.9,
    failed:
 
Attempt to load a schema document from
http://www.google.com/schemas/sitemap-image/1.1
 (source: new namespace) for
   http://www.google.com/schemas/sitemap-image/1.1,
    failed:
 
Attempt to load a schema document from
http://www.google.com/schemas/sitemap-image/1.1
 (source: new namespace) for
   http://www.google.com/schemas/sitemap-image/1.1,
    failed:
 
Attempt to load a schema document from
http://www.google.com/schemas/sitemap-image/1.1
 (source: new namespace) for
   http://www.google.com/schemas/sitemap-image/1.1,
    failed:
 
Attempt to load a schema document from
http://www.google.com/schemas/sitemap-image/1.1
 (source: new namespace) for
   http://www.google.com/schemas/sitemap-image/1.1,
    failed:
 
Attempt to load a schema document from
http://www.google.com/schemas/sitemap-image/1.1
 (source: new namespace) for
   http://www.google.com/schemas/sitemap-image/1.1,
    failed:
....

Quand je test l'url directe : http://www.google.com/schemas/sitemap-image/1.1 j'ai un "NOT FOUND" ....

Auriez vous une idee de ce qui ne vas pas ?