I had a problem with removing / changing my logo from the google search results. Now it crops my ‘main’ logo and looks unprofessional. It rather use my smaller social media logo (same as the favicon) or remove it completely if that’s not possible.
Hello,
There are couple things you should do to not have google show that image.
You need to put a Disallow code in robots.txt, that when google crawls your site next time will then not crawl your logo.
You can also see what you are allowing/disallowing my typing yourstorename.myshopify.com/robots.txt in the url.
Edit Code → Add a new template → Select robots.txt as the template type (Shopify Provides this by default).
On the robots.txt, you need to add a Disallow Rule. Something Similar to this
Once this done, google will not crawl the logo for your site. This might take few mins but you can also go to yoururl/robots.txt and see if you are disallowing your logo from getting crawled by google bot.
Robots.txt is a very crucial file so do talk with an expert before you do this.