Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2844265
URL Generation/404 Errors
Closed

Comments

  • rayray493 started the conversation

    I have been trying out some Elementor Pro layouts & blocks lately, however doing this is generating a lot of URLs for the sitemap, but those URLs do not exist.

    This is causing issues in Google Search Console, with 90 errors in total now. I have attached a screenshot example of the URL's that are submitted to Google but that do not exist.

    How can I fix this and stop it from happening in the future?

    The blocks/pages seem to generate a new URL for every image they contain, even when I don't use them.

  •  2,492
    PenciDesign replied

    Hi,

    The image sitemap is auto-generated by the Jetpack plugin, you can disable this feature by install the Code Snippet plugin then create a new snippet with the following content:

    add_filter( 'jetpack_sitemap_image_skip_post', '__return_true' );
    

    Regards,
    PenciDesign.


  • rayray493 replied

    That's great - I have done that. Thank you for your help!