Error from Google Search console re Logos Solved

prussell
18 Posts
prussell posted this 17 August 2023
Report a bug

I have a problem - like many others using Nicepage with the Google search Console reporting an error with an invalid or missing URL for the logo. I have found a way of getting rid of this problem, but fixing the problem requires your help.

Nicepage creates code for my logo like this

<script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "Hemel Private Tuition",
    "logo": "images/e9ed857bac89b6243ba636d61b9e109c.jpeg"

}

The full URL for the Logo is missing

If I add the correct code to the Site settings as here

{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Hemel Private Tuition",
"logo": "https://hemelprivatetuition.co.uk/images/e9ed857bac89b6243ba636d61b9e109c.jpeg"
}

This logo information gets changed by nicepage changing the URL back to
"logo": "images/e9ed857bac89b6243ba636d61b9e109c.jpeg", and there is still an error with the Google Search Console

HOWEVER if I take the generated code and remove these lines and replace it, with this code

{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Hemel Private Tuition",
"logo": "https://hemelprivatetuition.co.uk/images/e9ed857bac89b6243ba636d61b9e109c.jpeg"
}

containing the full URL, and run the Google search console, The problem goes away

as in "logo": Requires the full site URL

The ability to edit this info or add it via the header would enable all the necessary search console info to be added such as

{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Hemel Private Tuition",
"logo": "https://hemelprivatetuition.co.uk/images/e9ed857bac89b6243ba636d61b9e109c.jpeg",
"@id": "https://hemelprivatetuition.co.uk/ #LOCALBUSINESS",
"url": "https://hemelprivatetuition.co.uk/",
"telephone": "01442234892",
"address": {

"@type": "PostalAddress",
"streetAddress": "53 Hilldown Road",
"addressLocality": "Hertfordshire",
"postalCode": "HP1 3JD",
"addressCountry": "GB"

},
"openingHoursSpecification": {

"@type": "OpeningHoursSpecification",
"dayOfWeek": [
  "Monday",
  "Tuesday",
  "Wednesday",
  "Thursday",
  "Friday",
  "Saturday"
],
"opens": "08:00",
"closes": "21:59"

}
}

I have a problem - like many others using Nicepage with the Google search Console reporting an error with an invalid or missing URL for the logo. I have found a way of getting rid of this problem, but fixing the problem requires your help. Nicepage creates code for my logo like this <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Organization", "name": "Hemel Private Tuition", "logo": "images/e9ed857bac89b6243ba636d61b9e109c.jpeg" } The full URL for the Logo is missing If I add the correct code to the Site settings as here { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Hemel Private Tuition", "logo": "https://hemelprivatetuition.co.uk/images/e9ed857bac89b6243ba636d61b9e109c.jpeg" } This logo information gets changed by nicepage changing the URL back to "logo": "images/e9ed857bac89b6243ba636d61b9e109c.jpeg", and there is still an error with the Google Search Console **HOWEVER** if I take the generated code and remove these lines and replace it, with this code { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Hemel Private Tuition", "logo": "https://hemelprivatetuition.co.uk/images/e9ed857bac89b6243ba636d61b9e109c.jpeg" } containing the full URL, and run the Google search console, The problem goes away as in "logo": Requires the full site URL The ability to edit this info or add it via the header would enable all the necessary search console info to be added such as { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Hemel Private Tuition", "logo": "https://hemelprivatetuition.co.uk/images/e9ed857bac89b6243ba636d61b9e109c.jpeg", "@id": "https://hemelprivatetuition.co.uk/ #LOCALBUSINESS", "url": "https://hemelprivatetuition.co.uk/", "telephone": "01442234892", "address": { "@type": "PostalAddress", "streetAddress": "53 Hilldown Road", "addressLocality": "Hertfordshire", "postalCode": "HP1 3JD", "addressCountry": "GB" }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], "opens": "08:00", "closes": "21:59" } }
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 17 August 2023

Hello Philip,

You need to add the full URL https://hemelprivatetuition.co.uk into Page Settings>SEO>Canonical and check the page source after.

...................................................
Sincerely,
Anna.
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 Philip, You need to add the full URL https://hemelprivatetuition.co.uk into Page Settings>SEO>Canonical and check the page source after. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
prussell
18 Posts
prussell posted this 17 August 2023

Unfortunately that doesn't work. Using Canonical with my website address I get

<script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "Hemel Private Tuition",
    "url": "https://hemelprivatetuition.co.uk",
    "logo": "images/e9ed857bac89b6243ba636d61b9e109c.jpeg"

}

which gives the error with the Google search console

Unfortunately that doesn't work. Using Canonical with my website address I get <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Organization", "name": "Hemel Private Tuition", "url": "https://hemelprivatetuition.co.uk", "logo": "images/e9ed857bac89b6243ba636d61b9e109c.jpeg" } which gives the error with the Google search console

Last edited 17 August 2023 by prussell

Support Team
Support Team posted this 18 August 2023

Hello Philip,

Yes, we can see the logo link, you have 2 URLs for the logo now, the one generated with Nicepage and added in the additional HTML. Is it still give an error?

cannonical-link.png

...................................................
Sincerely,
Anna.
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 Philip, Yes, we can see the logo link, you have 2 URLs for the logo now, the one generated with Nicepage and added in the additional HTML. Is it still give an error? !cannonical-link.png! ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
prussell
18 Posts
prussell posted this 18 August 2023

If I just use the Nicepage one I am receiving an error. The second cut and pasted one seems to correct the error. Putting in two does not seem to upset Google so adding this does correct the error.
How in Nicepage can I change the @type - I want to use LocalBusiness as recommended by Google rather than the default organisation from Nicepage.

If I just use the Nicepage one I am receiving an error. The second cut and pasted one seems to correct the error. Putting in two does not seem to upset Google so adding this does correct the error. How in Nicepage can I change the @type - I want to use LocalBusiness as recommended by Google rather than the default organisation from Nicepage.
Support Team
Support Team posted this 18 August 2023

Philip,

You cannot edit generated link for logo or @type within the desktop editor. We have added this request to our wishlist.
You can leave your additional head code or edit manually the generated HTML files if you plan to export and upload for third-party hosting.

...................................................
Sincerely,
Anna.
Nicepage Support Team

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

Philip, You cannot edit generated link for logo or @type within the desktop editor. We have added this request to our wishlist. You can leave your additional head code or edit manually the generated HTML files if you plan to export and upload for third-party hosting. ................................................... Sincerely, Anna. 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