What we fetch
- A product image URL that our link-suggestion flow has already surfaced, and only when a signed-in user chooses to use that photo on a wish.
- A store favicon (homepage icons /
/favicon.ico) so we can show a small store chip next to a wish link.
We do not bulk-prefetch catalogues, sitemap walks, or speculative image crawls. Every request is tied to a concrete user action or a scheduled refresh of a favicon we already resolved for a stored wish link.
How we identify ourselves
Outbound requests from this fetcher send:
Tamanas/1.0 (+https://tamanas.com/bot; copyright@tamanas.com)
How to block us
We honour robots.txt for our product token Tamanas (and *), and we honour X-Robots-Tag: noimageindex (and none) on image responses. Example:
User-agent: Tamanas Disallow: / User-agent: * Disallow: /path/you/want/blocked/
If your servers return HTTP 403 or another refusal, we fall back and do not retry with a spoofed Referer, a different User-Agent, or any header changed to defeat the block.
Contact / opt-out
To request that we stop fetching your images or icons, or for copyright notices, email copyright@tamanas.com. Please include the hostnames involved.