Thank You for looking.
An example of a thumbnail page would be
https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/
The crawler (or a browser that has JavaScript disabled) will follow the links of the TNs to pages like
https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761-single.php
While a mouseclick will result in a lightbox display invisble for the crawler.
I searched debug.log for the filename of the image and find exactly one instance
<image:image>
<image:loc>https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-
_BvB_Hin/photos/RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761.jpg</image:loc>
</image:image>
The image sitemap is at
https://fotos.michilge.de/sitemap_images.xml
I temporarily moved the debug.log of the last run to
https://fotos.michilge.de/debug.log
In case
In debug.log I searched for the basename of the image and found two URLs where the crawler got into contact:
[ 926 - galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761-single.php, 1]
{ https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761-single.php }
*** *** https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761-single.php
*** time: 0.370609998703 ***
[[[ 200 OK ]]] - 0.37s (0.00 + 0.00)
array (
'date' => 'Tue, 10 Jan 2017 08:22:38 GMT',
'content-type' => 'text/html',
'transfer-encoding' => 'chunked',
'connection' => 'close',
'server' => 'Apache',
'p3p' => 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"',
'expires' => 'Thu, 19 Nov 1981 08:52:00 GMT',
'cache-control' => 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0',
'pragma' => 'no-cache',
'x_csize' => 18910,
)
((include https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761-single.php))
and
[ 4980 - galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/single.php?id=RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761, 1]
{ https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/single.php?id=RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761 }
*** *** https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/single.php?id=RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761
*** time: 1.2153618335724 ***
[[[ 200 OK ]]] - 1.22s (0.00 + 0.00)
array (
'date' => 'Tue, 10 Jan 2017 10:05:50 GMT',
'content-type' => 'text/html',
'transfer-encoding' => 'chunked',
'connection' => 'close',
'server' => 'Apache',
'p3p' => 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"',
'expires' => 'Thu, 19 Nov 1981 08:52:00 GMT',
'cache-control' => 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0',
'pragma' => 'no-cache',
'x_csize' => 18928,
)
((include https://fotos.michilge.de/galleries/TSG-Fussball/Saison_16-17/TSG_-_BvB_Hin/single.php?id=RL16-17_20160820_120_TSG_-_BVB_Hin_IMGP7761))