Hi, my logo does not show up in the Bing search results. Google, duckduckgo … works fine. What do I do wrong.
My URL: https://www.tofi-outdoorladen.de
I did include all options.
Hi, my logo does not show up in the Bing search results. Google, duckduckgo … works fine. What do I do wrong.
My URL: https://www.tofi-outdoorladen.de
I did include all options.
Your not the only one here are some suggestions to check into
There could be several reasons why your logo is not showing up on Bing. Here are some steps you can follow to troubleshoot and fix the issue:
Ensure your website is properly verified and indexed by Bing. If you haven’t already, sign up for Bing Webmaster Tools and verify your website. This will give you insights into how Bing is indexing your site and any issues that may be affecting your logo display.
Make sure your logo image is optimised for search engines:
json
Copy code
<script type="application/ld+json"> { "@context": "https://schema.org", "@type":"Organization", "url": "https://www.yourwebsite.com", "logo":"https://www.yourwebsite.com/images/logo.png" } </script>
Ensure your robots.txt
file is not blocking Bing from accessing your logo image. Your robots.txt
should allow Bingbot to crawl the directory where your logo is stored.
Make sure your logo is in a web-friendly format (e.g., PNG, JPEG) and is not excessively large. Bing might have issues indexing overly large images.
Ensure your website is mobile-friendly. Bing uses mobile-first indexing, so a non-mobile-friendly site might impact how elements, including your logo, are indexed.
Check for crawl errors in Bing Webmaster Tools. Fixing these errors can help Bing properly index all elements of your site, including your logo.
Use the “Fetch as Bingbot” tool in Bing Webmaster Tools to see how Bing sees your page. This can help you identify any issues that might be preventing your logo from being displayed.
If you’ve recently made changes to your website or added your logo, it may take some time for Bing to crawl and index these changes.
By following these steps, you should be able to identify and fix the issue preventing your logo from showing up on Bing. If the problem persists, consider reaching out to Bing support for further assistance.
Thank you for your quick response. Everything is done but 7. Fetch Bingbot.