Hi
Reading at another topic, I was wondering :
- Does Google Image Bot index SVG files? (in other words, do SVG files can show up in the Google Images Search)
- Does the use of SVG "images" can help prevent image scrapers? I was thinking that "may be", image scrapers only handle bitmap images (PNG, GIF, JPEG). There are ways to convert an SVG file into a bitmap image, but they are tricky, and often the resulting image is buggy, so may be image scrapers are not bothering with this format. Or may be they simply scrap anything using an <img tag, and server the raw file.
Regards,