Forum
Welcome, Guest
Please Login to access forum.
Re:Quickly remove double double xml entries (1 viewing) 
Go to bottom
TOPIC: Re:Quickly remove double double xml entries
#6690
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Quickly remove double double xml entries Karma: 79  
QUOTE:
however for a certain link the same image is included only once too.


Say you have page a.html that includes 3 times the image a.png

The images sitemap won't be:

<url>
<loc>a.html</loc>
<image:image>
<image:loc>a.png</image:loc>
</image:image>
<image:image>
<image:loc>a.png</image:loc>
</image:image>
<image:image>
<image:loc>a.png</image:loc>
</image:image>
</url>

but will be:
<url>
<loc>a.html</loc>
<image:image>
<image:loc>a.png</image:loc>
</image:image>
</url>

John
 
Logged Logged  
  The administrator has disabled public write access.
#6692
High-Tec-Specialty BV
Fresh Boarder
Posts: 9
User Offline
Re:Quickly remove double double xml entries Karma: 0  
Hi John.

That's clear. Thank you.

Ron
 
Logged Logged  
  The administrator has disabled public write access.
Go to top