disabled Sitemap feature but crawler fetches images from wp_postmeta

#389694
  • Resolved Mathias
    Rank Math free

    Hi there, maybe we have an issue with the sitemap crawler.
    We disabled the sitemap feature, but we can see in our database a lot of wp_postmeta selects
    on _wp_attached_file

    It looks like, that the sitemap crawler is running, even without actually creating the sitemap.
    Do you know how we can stop RankMath from doing this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry i had to add some spaces to the reserved sql words, i was not be able to send this snipped via code and correct sql syntax

    
    S E L E C T post_id, meta_value F R O M wp_postmeta W H E R E meta_key = '_wp_attached_file' A N D meta_value = 'some filename'
    

    Hello,

    Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.

    That query also runs to add the image to OpenGraph tags. So even if you have disabled the sitemap module, the query will run. You can also share the complete call stack of the function with us so we can check and confirm if that’s the case or not.

    Looking forward to helping you.

    Hello, thx for the clarification.

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The ticket ‘disabled Sitemap feature but crawler fetches images from wp_postmeta’ is closed to new replies.