alastor1729 / sitemapgen4j

Automatically exported from code.google.com/p/sitemapgen4j
0 stars 0 forks source link

Missing IMAGE:IMAGE tag #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
there is no image:image tag

What is the expected output? What do you see instead?
<url>   
  <loc>...</loc>
  <image:image>
    <image:loc>...</image:loc>
    <image:caption>...</image:caption>
    <image:title>...</image:title>
  </image:image>
  <image:image>
    ...
  </image:image>
  ...

  <lastmod>...</lastmod>
  <priority>...</priority>
</url>

What version of the product are you using? On what operating system?
1.0.1, Linux

Please provide any additional information below.
I like to add image urls to an url like:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=178636

Original issue reported on code.google.com by m.igloff...@gmail.com on 2 Jul 2012 at 9:35

GoogleCodeExporter commented 8 years ago
this would be great to have!

Original comment by d...@qorp.net on 13 Jun 2013 at 12:18

GoogleCodeExporter commented 8 years ago
We wrote it our self, have a look to: 
https://code.google.com/p/java-sitemap-generator/

Currently ist really bad documentated, but if you have a question - just ask, I 
will add the details.

Original comment by m.igloff...@gmail.com on 14 Jun 2013 at 6:45

GoogleCodeExporter commented 8 years ago
Could you please open a pull request with the fix at 
https://github.com/dfabulich/sitemapgen4j ?

Original comment by m.k...@irregular.at on 20 Mar 2015 at 10:07