• Resolved Michael

    (@famsource)


    Good evening. After hours of research getting pretty much nowhere I did not know where else to turn for this question. After uploading my logo in the customize area for Oceanwp I thought that it would be automatically grabbed by search engines and link sharing for the websites main image. But it is not. My site is registered with Bing and Google but they are grabbing the “teddy bear” image in the middle of the homepage. I would prefer it be the logo. I am hoping you can direct me to the code or image attributes so the search engines and link sharing (like sharing the link with an iphone) will be the site logo. Thank you in advance for any help you can offer.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Please enable Schema Markup and opengraph from the customizer.

    Additionally, you can add the following code in the head section of your site to resolve the issue.(don’t forget to edit site link and url of the logo)

    <script type="application/ld+json">
    {"@context" : "https://schema.org",
     "@type" : "Organization",  
      "name" : "Example Company",
      "url" : "https://www.example.org", 
      "logo": "https://www.example.org/images/my-logo.png" }
    </script>
    Thread Starter Michael

    (@famsource)

    Thank you Amit. I turned on opengraph yesterday and I will find where to turn on schema also. For the code, I am new to WordPress so can I ask…Does this code go into the head section of the header.php file located through appearance>editor in the WordPress menu?

    Install Insert header and footer plugin and add this code in the head section.
    After installing the plugin, go to Dashboard > settings > Insert header and footer.

    For Schema Markup –
    Customize > General Options > General Settings > Enable Schema Markup.

    Thread Starter Michael

    (@famsource)

    Thank you so much for your help sir! This is perfect.

    You’re are most welcome! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uploaded logo not showing in google searches or link sharing’ is closed to new replies.