Code: Select all
<url>
<loc>link</loc>
</url>
Code: Select all
<url>
<loc>link</loc>
<image:image>
<image:loc>image_url.jpg</image:loc>
</image:image>
Right now, I am using a software, which is creating the sitemap for me, which is good. But, it is not putting the correct image extention to the sitemap code(means it is not adding .jpg/.png/.gif to the sitemap).
I can see that Google is ignoring all the image, which is an issue to the sitemap file. Definitely google is discarding some tags but what about many pages(which can be deceptive or have error).
Could you tell, if the same thing apply to sitemap containing website pages which are not linking to indexable pages.
An exact example that I am trying to do is given by:
Code: Select all
<url>
<loc>http://militarybases.co/directory/camp-market-army-base-in-bupyeong-south-korea/</loc>
<image:image>
<image:loc>https://lh3.googleusercontent.com/WnZS2gG_wGYFt3bulS-B7vCR1nU07tdYP1ycszHCrJd2K9fh8MbZ1PZpm-7O0rl6nb8_Ns6Vn-vJc_dU64Gb_qSbU21ZY7ZgTyYhnsIhL-Hz_DVMapdpbXWOvTaK8rTaRj3ZDtjTA-j4bMms</image:loc>
</image:image>
</url>
I need proper tutorial or documentation in this thing. Looking forward for help, hope you guys can help best possible way.