1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How we will create Image Sitemap

Discussion in 'Google Sitemaps' started by wilson12, Apr 19, 2012.

  1. #1
    Hi all

    I want to know how will we create the Image sitemap. Can we generate it like Google Sitemap.

    Thanks.
     
    wilson12, Apr 19, 2012 IP
  2. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #2
    Since none else answered, the short answer is "almost". Here's a tutorial on how to create image sitemaps. (Whatever sitemap tool you use, you can always ask the developer of it.)
     
    websitetools, Apr 23, 2012 IP
  3. Synastute

    Synastute Greenhorn

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #3
    It is similar like Google sitemaps. You will have to go for paid tools for this. You can also develop your own code that creates the image sitemap file.
     
    Synastute, May 31, 2012 IP
  4. mbwani

    mbwani Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ok i have a movie website and i have already submitted the XML sitemaps to google , bing , and now i want to create the image sitemap. but how can i submit that image sitemap to google as i have already submitted the other sitemap.... can i submit both sitemaps in google webmasters tool.????
    any body plz help me ..
     
    mbwani, Jul 14, 2012 IP
  5. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #5
    Yes, just submit both in Google Webmaster Tools
     
    websitetools, Jul 14, 2012 IP
  6. mbwani

    mbwani Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    one more thing regarding the sitemaps.. i am using wordpress hosted website and i installed XML sitemaps plugin which automatically generates the sitemap in root directory also the plugin automatically informs google, bing, ask.com when i update .. in bing webmasters tool when i was going to submit the sitemap which was created by plugin in the root directory i saw the plugin has automatically submitted the sitemap.
    now should i remove that sitemap which plugin already submitted automatically or not ??? help ..
     
    mbwani, Jul 14, 2012 IP
  7. mbwani

    mbwani Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thanks.....
     
    mbwani, Jul 14, 2012 IP
  8. roxenwebs

    roxenwebs Member

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    Best way to make it :


    
    
    <?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> 
    Code (markup):
     
    roxenwebs, Jul 16, 2012 IP
  9. biggerlol

    biggerlol Peon

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  10. cyndrella

    cyndrella Active Member

    Messages:
    112
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75