-->

DEVOPSZONES

  • Recent blogs

    search console: Logos issues detected on website : Missing field 'url'

     You may notified by the google search console of following error:

    To the owner of devopszones.com:

    Search Console has identified that your site is affected by 1 Logos issues:

    Top Errors

    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:

    Missing field 'url'

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

    search console: Logos issues detected on website : Missing field 'url'

    WHY?

    Specify the image Google Search uses for your organization's logo in Search results and in the Google knowledge panel. Google Search uses the markup in the use case example to recognize the image to use as the organization's logo. This ensures that, when possible, the image appears in search results about the company. Markup like this is a strong signal to Google Search algorithms to show this image in knowledge panels.


    Solution:

    To Solve that issue you need to add following piece of code in <head>..</head> section. After successful addition of code , Please rerun the validation. You'll get an validation started e-mail.

    <html>

      <head>

        <title>About Us</title>

        <script type="application/ld+json">

        {

          "@context": "https://schema.org",

          "@type": "Organization",

          "url": "http://www.example.com",

          "logo": "http://www.example.com/images/logo.png"

        }

        </script>

      </head>

      <body>

      </body>

    </html>


    Test:

    Test Rich Results

    Rich Result Tests


    2 comments: