My website has very few images: 2 versions of the logo, a favicon, and a default user image. They are used on many pages. These images are also referenced from a /publicrelations page.
The website also has an animated image that is only in the background of the landing page, but I don't want this indexed.
When creating the image sitemap, should I
- A: only do
<url><loc>myurl.com/publicrelations</loc>infoAboutAllTheCommonImages</url>
- B: do what is in "A" but for every page (i.e.
<loc>urlToSomePage</loc>
), even though every page will reference the same images - C: something else?
Thank you