Title: logo missing url
Last modified: March 22, 2022

---

# logo missing url

 *  Resolved [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/)
 * After removing and reuploading logo images in “Person” under SEO → Search Appearance
   → Knowledge Graph & Schema.org (section), Google search console still says missing
   url problem. Please advise. Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-missing-url%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/logo-missing-url/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/logo-missing-url/page/2/?output_format=md)

 *  Plugin Support [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * (@maybellyne)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15487331)
 * Hello Byebye,
 * Thanks for reaching out about your site’s schema.
 * Though the [Schema Validator](https://validator.schema.org/#url=http%3A%2F%2Fmycoffeewiki.com%2F)
   did not report any errors/warning, [Rich Results Test](https://search.google.com/test/rich-results/result/r%2Flogos?id=AQa7qJoi9pidmSxT5yRyag)
   reports `Missing field "url"`.
 * I can also confirm two sets of schema outputting for the person/organization –`[{"
   @type":["Person","Organization"]`. We have an internal report on this where an
   issue sometimes occurs when you select the site to be represented by a person
   and then select organization, and it stores both sets of schema data and causes
   this error with the author archive.
 * The only workaround currently would be to [export the Yoast SEO settings](https://yoast.com/help/import-options-in-yoast-seo/),
   remove one of the 2 sets of schema outputting for the person/organization information,
   and then import the settings back into your site.
 * We don’t have an ETA on this issue, but please do check for future plugin updates
   on any bug fixes and enhancements. We are sorry for the inconvenience.
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15490095)
 * Thanks for the reply.
 * As I don’t have coding knowledge, please guide me step by step how to do the 
   workaround. Thanks.
 * Quote
    export the Yoast SEO settings, remove one of the 2 sets of schema outputting
   for the person/organization information, and then import the settings back into
   your site. Unquote
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15494494)
 * Hi,
 * You can follow the steps in [this article](https://yoast.com/help/import-options-in-yoast-seo/)
   as you’ll need to export the plugin settings into a file, open the file and it
   should contain settings that have both the person and organization/company information
   such as:
 *     ```
       person_name = ""
       person_logo = "http://localhost:10000/wp-content/uploads/2020/05/avatar500x500.png"
       person_logo_id = 5
       alternate_website_name = ""
       company_logo = "http://localhost:10000/wp-content/uploads/2020/05/test.jpg"
       company_logo_id = 6
       company_name = "Company Name"
       company_or_person = "company"
       company_or_person_user_id = 1
       ```
   
 * You’ll need to test by removing either the person or company information and 
   save the file, and reimport this file. We recommend that you test this out on
   a staging site and make sure you have the appropriate backups to your site just
   in case there might be any issues during the importing and exporting.
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15500732)
 * Thanks for the info.
    To reassure my understanding, may you advise the way of
   removing the setting is as below?
 * =============================
    Original:
 *     ```
       person_name = ""
       person_logo = "https://mycoffeewiki.com/wp-content/uploads/2022/01/20201227_151045-1-scaled-e1647846533574.jpg"
       person_logo_id = 64
       alternate_website_name = ""
       company_logo = ""
       company_logo_id = 0
       company_logo_meta = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       company_name = ""
       company_or_person = "person"
       company_or_person_user_id = 1
       ```
   
 * New:
 *     ```
       person_name = ""
       person_logo = "https://mycoffeewiki.com/wp-content/uploads/2022/01/20201227_151045-1-scaled-e1647846533574.jpg"
       person_logo_id = 64
       alternate_website_name = ""
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       person_logo_meta[] = 
       company_or_person = "person"
       company_or_person_user_id = 1
       ```
   
 * Delete these rows related to Company:
    company_logo = “” company_logo_id = 0 
   company_logo_meta = company_name = “”
 * =================================
 * Thanks!
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15515985)
 * Hi, yes/no/try?
 * Thanks.
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15515988)
 * Please advise the fix. Thanks.
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15516157)
 * Hi [@byebye123](https://wordpress.org/support/users/byebye123/)
 * Yes, those look like the correct fields to remove from the settings if you want
   to retain the person representation and not as a company or organization.
 * Please do remove those fields (make sure to have appropriate backups to your 
   site!) and then import the settings. You can then check the author archive profile(
   after clearing cache) and you can check if the ‘person, organization’ hybrid 
   doesn’t output anymore and the errors related to the logo for the schema don’t
   output in RRT anymore.
 * Could you check if that addresses the issue?
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15530823)
 * Thanks for the reply.
 * After removing those company fields, and click Search Appearance, this error 
   appears: “There has been a critical error on this website. Please check your 
   site admin email inbox for instructions.”
 * Please help. Thanks!
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-missing-url/#post-15530830)
 * In the recovery link, the following error is shown in wordpress plugin page under
   yoast SEO:
 *     ```
       This plugin failed to load properly and is paused during recovery mode.
   
       An error of type E_ERROR was caused in line 482 of the file /var/www/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php. Error message: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /var/www/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php:482 Stack trace: #0 /var/www/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php(482): count(NULL) #1 /var/www/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php(208): Yoast\WP\SEO\Integrations\Admin\Workouts_Integration->is_configuration_workout_finished() #2 /var/www/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php(225): Yoast\WP\SEO\Integrations\Admin\Workouts_Integration->should_display_configuration_workout_notice() #3 /var/www/wp-includes/class-wp-hook.php(307): Yoast\WP\SEO\Integrations\Admin\Workouts_Integration->configuration_workout_notice('') #4 /var/www/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #5 /var/www/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #6 /var/www/wp-admin/admin-header.php(303): do_action('admin_notices') #7 /var/www/wp-admin/index.php(137): require_once('/var/www/wp-adm...') #8 {main} thrown
       ```
   
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years ago](https://wordpress.org/support/topic/logo-missing-url/#post-15538649)
 * Hi [@byebye123](https://wordpress.org/support/users/byebye123/)
 * Please revert to an earlier backup of the site before the changes you’ve made
   in the Yoast SEO settings.
 * We’re not sure if this issue is being caused by the change in the settings, but
   we recommend testing it out again (exporting the Yoast SEO settings, removing
   the extra ‘person’ or ‘company’ data, and importing those settings) on a staging
   site.
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years ago](https://wordpress.org/support/topic/logo-missing-url/#post-15538676)
 * Hi, thanks for the reply. May you please advise exactly what the final coding
   should be? I simply copy and paste in the import setting then as I really have
   no coding knowledge. Thanks.
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years ago](https://wordpress.org/support/topic/logo-missing-url/#post-15538697)
 * BTW, this site is just a small one and my trial site for learning how to make
   website with wordpress. So, feel free to paste here the code you guys wanna me
   to try to fix the problem. Thanks.
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years ago](https://wordpress.org/support/topic/logo-missing-url/#post-15560501)
 * Hi,
 * Could you provide us with the URL that is getting flagged by Google Search Console
   as having a missing logo URL? Is it one of the author archives?
 * Those should have been the correct fields to remove to export and import again
   into the settings for the workaround. As for the critical error, it looks to 
   be related to the SEO workouts, but we’d need to investigate your site further
   to be sure.
 *  Thread Starter [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years ago](https://wordpress.org/support/topic/logo-missing-url/#post-15580264)
 * Thanks for replying.
 * All the pages under mycoffeewiki.com have the problems.
 * Kindly advise. Thanks.
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years ago](https://wordpress.org/support/topic/logo-missing-url/#post-15586975)
 * Hi,
 * We tested your homepage and this page (/category/coffee-machine-review/) in Google’s
   Rich Results Tool and there weren’t any errors related to the missing logo URL.
   It looks to be isolated to the author archive page. As mentioned, those should
   have been the correct settings to remove and import again to solve the problem,
   but we cannot investigate this further without taking a closer look at your setup.
   You may want to consider [Yoast SEO Premium](https://yoast.com/wordpress/plugins/seo/).

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/logo-missing-url/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/logo-missing-url/page/2/?output_format=md)

The topic ‘logo missing url’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

## Tags

 * [missing url](https://wordpress.org/support/topic-tag/missing-url/)

 * 19 replies
 * 3 participants
 * Last reply from: [Donna](https://wordpress.org/support/users/byebye123/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/logo-missing-url/page/2/#post-15622689)
 * Status: resolved