How to generate Image Sitemap?

Discussion in 'Search Engine Optimization' started by seotips2011, Jul 4, 2011.

  1. #1
    Hello Friends,

    I want to generate the Image sitemap for my website. Please help me.

    Thanks
     
    seotips2011, Jul 4, 2011 IP
  2. revium

    revium Member

    Messages:
    330
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #2
    revium, Jul 4, 2011 IP
  3. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #3
    websitetools, Jul 4, 2011 IP
  4. serversea

    serversea Peon

    Messages:
    190
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Nice share Thomas, I am sure it will be helpful for starters seeking assistance.
     
    serversea, Jul 4, 2011 IP
  5. meetali

    meetali Active Member

    Messages:
    828
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Image sitemap -

    Image sitemap
    <?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>
      <loc>Your sitename</loc>
      <image:image>
        <image:loc>Your sitename/i/logo-final.jpg</image:loc>
      </image:image>
      <image:image>
        <image:loc>Your sitename/i/name.jpg</image:loc>
      </image:image>
    </url>
    </urlset>
     
    meetali, Jul 4, 2011 IP
  6. SiberForum

    SiberForum Banned

    Messages:
    1,536
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #6
    You know, with XML sitemaps for graphics and images you first need to make sure options include relevant image file extensions and MIME types in output filters.

    After submitting to Google Webmaster Tools wait a few days for Google to start indexing images.
     
    SiberForum, Jul 5, 2011 IP
  7. bradjohnson

    bradjohnson Peon

    Messages:
    246
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Last edited: Jul 6, 2011
    bradjohnson, Jul 6, 2011 IP
  8. Canadaontop

    Canadaontop Peon

    Messages:
    239
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Use this code and check more detail..http://www.google.com/support/webmasters/bin/answer.py?answer=178636

    <?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>
    <loc>http://example.com/sample.html</loc>
    <image:image>
    <image:loc>http://example.com/image.jpg</image:loc>
    </image:image>
    <image:image>
    <image:loc>http://example.com/photo.jpg</image:loc>
    </image:image>
    </url>
    </urlset>
     
    Canadaontop, Jul 29, 2011 IP
  9. world top tenz

    world top tenz Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    There is a free tool called GSiteCrawler that will create a sitemap for your site. Its free which is an added plus
     
    world top tenz, Jul 29, 2011 IP