• 12-10-2012, 01:57:06
    #1
    Arkadaşlar merhaba;
    Aşağıdaki sitemap hatasını alıyorum bir türlü çözemedim.

    Your Sitemap or Sitemap index file doesn't declare the expected namespace: http://www.sitemaps.org/schemas/sitemap/0.9
    Sitemap: /sitemap/albums_0.xml
    Parent tag: urlset
    Tag: url

    Data verdiği sitemapin içeriği aşağıdaki şekildedir.

    <?xml version="1.0" encoding="utf-8"?>
    <urlset xmlns="http://www.google.com/schemas/sitemap/1.0">
    <url>
    <loc>http://www......com/10cc-Albums-10-Cc-al1-ad119.htm</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    </url>

    bu şekilde gidiyor.
  • 12-10-2012, 16:39:36
    #2
    <urlset xmlns="http://www.google.com/schemas/sitemap/1.0">
    Olan kısmı :

    <urlset
          xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    olarak değiştirirsen 0.9 a uygun olur .
  • 12-10-2012, 21:17:08
    #3
    Teşekkür ederim.

    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" kodu tek başına yeterli oldu.

    İyi çalışmalar...