Microsoft Edge has a Visual Search feature that activates automatically when a user clicks the Visual Search button that appears with each image. This allows users to search for products that are visually similar to the image, which can distract them from your website or your customers' websites. In the image below, you can see how you are shown competitors' products when you visit an online store on Microsoft Edge:
As an online marketer, you want to make sure that the visitors to your or your clients' webshop are fully focused on the products and offers the webshop has to offer. Visual Search often diverts them to external websites, which reduces the chances of them completing the purchase on your site. If this feature is not disabled, instead of buying your own products, customers may be diverted to competing products. This can lead to lost sales and lower conversion rates. Even though Microsoft Edge is not the most popular browser, this is a feature you want deactivated to avoid losing browsing visitors to competitors.
How do you solve this?
To solve this, you will need to add the following CSS to your images:
pointer-events: none;
By adding this to your images, you ensure that customers can focus on your products without being distracted by related search results from other websites.