Title: Error: Missing &#8220;url&#8221; field
Last modified: October 17, 2021

---

# Error: Missing “url” field

 *  Resolved [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/)
 * Hi,
    I get this error in the search console: Missing “url” field. The error appears
   all over my author pages, which I created using the Elementor plugin. You can
   check [one of the URLs](https://mutiaradakwah.com/penulis/saifudin-hakim/) [here](https://search.google.com/test/rich-results).
   Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-missing-url-field%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

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

 *  [Suwash Kunwar](https://wordpress.org/support/users/suascat_wp/)
 * (@suascat_wp)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-14978938)
 * [@mushlih](https://wordpress.org/support/users/mushlih/)
 * Can you please confirm you’ve configured your settings in SEO → Search Appearance
   → Knowledge Graph & Schema.org (section)? Please select either “Organization”
   or “Person” from the dropdown.
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-14987276)
 * [Yes](https://imgur.com/Dy3JDMz)
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-14994620)
 * Hi [@mushlih](https://wordpress.org/support/users/mushlih/)
 * Upon testing it in Google’s Rich Results Tool [here](https://search.google.com/test/rich-results/result?id=TeqfJ928-OHu4YFzU-ShfQ),
   we do see that there is a ‘missing field “URL”‘ error in the schema markup.
 * Just to clarify, is this a CPT that you’ve made for your author pages created
   using Elementor? Or is this the standard WordPress author archive?
 * We do know that the Yoast SEO plugin will automatically output all of the necessary
   structured data for the posts and pages, but we want to clarify if this is a ‘
   custom’ author page and not the standard and default one – [https://developer.yoast.com/features/schema/plugins/yoast-seo](https://developer.yoast.com/features/schema/plugins/yoast-seo)
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-14998419)
 * > is this a CPT
 * Sorry, what do you mean by “CPT”?
 * > but we want to clarify if this is a ‘custom’ author page and not the standard
   > and default one
 * This is the default author page from WordPress but I created it (landing page)
   using the Elementor plugin.
 * As additional information (may be helpful), I’ve changed the author’s URL (slug)
   from “*/author/*” to “*/penulis/*” using this code:
 *     ```
       add_action('init', 'change_author_slug');
       function change_author_slug()
       {
           global $wp_rewrite;
           $wp_rewrite->author_base = 'penulis';
           $wp_rewrite->author_structure = '/' . $wp_rewrite->author_base . '/%author%';
       }
       ```
   
 * I put that code in my site’s theme’s functions.php
    Thank you
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15005830)
 * Hi [@mushlih](https://wordpress.org/support/users/mushlih/)
 * CPT as in custom post type. Thanks for confirming that this is the default author
   archive page, but that you’ve created the landing page using Elementor.
 * We understand that you’ve changed the author URL structure from /author/ to /
   penulis/.
 * The Yoast SEO plugin outputs a default schema.org structured data graph with 
   the WordPress defaults – [https://developer.yoast.com/features/schema/plugins/yoast-seo](https://developer.yoast.com/features/schema/plugins/yoast-seo)
 * It’s possible that the custom code you’ve added to change the URL in the author
   archive structure is causing missing output from the defaults in the Yoast SEO
   schema.
 * Can you please try resetting our indexables in the database tables by following
   the steps below?
    1. Install & activate the [Yoast Test Helper plugin](https://wordpress.org/plugins/yoast-test-helper/)
   2. Go to Tools > Yoast Test 3. Locate the Yoast SEO section and click on the ‘
   Reset indexables tables & migrations’ button. The page will reload to confirm
   that each reset was successful. Note: Resetting the optimization doesn’t undo
   any of the hard work you’ve put into the plugin as the SEO data is also stored
   in WordPress’ default tables. It’ll just reset the custom Yoast tables that contain
   the combined data pulled from those default tables. 4. Go to SEO > Tools, and
   under SEO data, click the “Start SEO data optimization” button to allow Yoast
   to rescan your content.
 * For your site’s health and safety, we recommend creating regular backups of your
   site and database. This is especially important before installing, updating, 
   or removing plugins. Learn more about the benefits of regular backups.
 * Could you then run one of your author URLs through [Google’s Rich Results Tool](https://search.google.com/test/rich-results)
   and see if the errors are resolved? Otherwise, we would like to refer you to 
   the [Yoast SEO Schema API](https://developer.yoast.com/features/schema/api/) 
   as you’ll probably need to make changes to the default schema output to fit your
   custom author URL structure.
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15012118)
 * > It’s possible that the custom code you’ve added to change the URL in the author
   > archive structure is causing missing output from the defaults in the Yoast 
   > SEO schema.
 * I just confirmed that wasn’t the cause, I removed that code then retested the
   page and the error is still there.
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15017286)
 * Hi [@mushlih](https://wordpress.org/support/users/mushlih/)
 * We understand you’ve removed that code. Just to clarify, it’s now loading under/
   author/, correct?
 * Would it be possible for you to reset the indexables and re-run the SEO data 
   optimization process (steps provided in the previous reply) and see if this fixes
   the issue?
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15017792)
 * > it’s now loading under /author/, correct?
 * No, I have added the code again because I see the problem is not there
 * > Would it be possible for you to reset the indexables and re-run the SEO data
   > optimization process
 * Will this get rid of the SEO settings and SEO optimizations I’ve done before?
 *  [devnihil](https://wordpress.org/support/users/devnihil/)
 * (@devnihil)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15021742)
 * [@mushlih](https://wordpress.org/support/users/mushlih/)
 * > Will this get rid of the SEO settings and SEO optimizations I’ve done before?
 * No, this doesn’t remove any data or settings that you created. This only recreates
   a database table for how Yoast accesses that data, it won’t alter or remove any
   of the data you created though.
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15022638)
 * > this doesn’t remove any data or settings that you created.
 * Including meta descriptions, nofollow rel on links and others I’ve written?
 *  [rjsilvario](https://wordpress.org/support/users/rjsilvario/)
 * (@rjsilvario)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15023247)
 * I got this same error in the search console:
    Missing “url” field.
 * I performed the procedure recommended by Michael Tina (@mikes41720) but the issue
   still persists in Google Search Console.
 * Any suggestions on how to solve?
 * Thanks.
 *  [devnihil](https://wordpress.org/support/users/devnihil/)
 * (@devnihil)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15025639)
 * [@mushlih](https://wordpress.org/support/users/mushlih/)
 * > Including meta descriptions, nofollow rel on links and others I’ve written?
 * Yes, that is correct. The data that you created for meta descriptions and any
   other settings you configured with the plugin will be retained.
 * [@rjsilvario](https://wordpress.org/support/users/rjsilvario/) We are sorry you’re
   having this issue. Per the [forum guidelines](https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too),
   we ask that you please create a separate topic for the issue you are experiencing.
 * That way it’s easier to track issues and provide assistance on your specific 
   concerns on your specific site. Plus, you will get your own alerts for the issue
   rather than someone else’s. You may make a new topic here: [https://wordpress.org/support/plugin/wordpress-seo/#new-post](https://wordpress.org/support/plugin/wordpress-seo/#new-post).
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15032601)
 * Alright, I have done the steps you suggested but the problem is still there.
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15038481)
 * Hi [@mushlih](https://wordpress.org/support/users/mushlih/)
 * If you were to remove the custom code and keep your author pages with the default/
   author/ URL structure, and then reset the indexables and re-run the SEO data 
   optimization process, please then do check the URL in [Google’s Rich Results Tool](https://search.google.com/test/rich-results)
   and see if the mentioned error still occurs. If it doesn’t appear anymore, you
   can validate the fix in GSC.
 * Otherwise, we might need to investigate on this further (regarding the schema
   output, as it may be something specific to your setup) which we are unable to
   do so over these public forums. You may want to consider [Yoast SEO Premium](https://yoast.com/wordpress/plugins/seo/)
   so we can provide you with premium personal support.
 *  Thread Starter [Mushlih Almubarak](https://wordpress.org/support/users/mushlih/)
 * (@mushlih)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-missing-url-field/#post-15042348)
 * > If you were to remove the custom code and keep your author pages with the default/
   > author/ URL structure, and then reset the indexables and re-run the SEO data
   > optimization process
 * Sorry, I’ve tried it and it still doesn’t work.
 * If so, how do I remove [this column](https://imgur.com/TF9rOXZ) from the author
   page on my site?

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

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

The topic ‘Error: Missing “url” field’ 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/)

 * 17 replies
 * 5 participants
 * Last reply from: [devnihil](https://wordpress.org/support/users/devnihil/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/error-missing-url-field/page/2/#post-15071385)
 * Status: resolved