If our crawler cannot find images for indexing from your web page, you can replace the default placeholder thumbnail image with your own image in the AddSearch Dashboard.
To define your own placeholder image, follow these instructions:
[data-addsearch-image="no-image"] { background-image: url("https://www.yourdomain.com/yourimage.png") !important; }
or this one if you prefer inlined image (png), encoded in base64:
[data-addsearch-image="no-image"] { background-image: "url('data:image/png;base64,your-encoded-image')" !important; }
We’re always happy to help with code or other questions you might have. Search our documentation, contact support, or connect with our sales team.