The Big Spring Sale! Up to 50% off!

Error message field URL is missing (logo)

hsgeometer
3 Posts
hsgeometer posted this 24 July 2023
Ask a Question

in google search console i get the following error message: Error message field URL is missing (logo)
how can I fix this?

in google search console i get the following error message: Error message field URL is missing (logo) how can I fix this?
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 24 July 2023

Hello Heidi,

Thanks for reaching out to us

Replace "https://www.example.com" with your website URL and "https://www.example.com/path/to/your/logo.png" with the actual URL of your logo image file and paste it into the code.

Add it in the Site Settings >> HTML>> Additional HTML code

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "https://www.example.com",
  "logo": "https://www.example.com/path/to/your/logo.png"
}
</script>

...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Heidi, Thanks for reaching out to us Replace "https://www.example.com" with your website URL and "https://www.example.com/path/to/your/logo.png" with the actual URL of your logo image file and paste it into the code. Add it in the ***Site Settings >> HTML>> Additional HTML code*** <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "url": "https://www.example.com", "logo": "https://www.example.com/path/to/your/logo.png" } </script> ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments