Filter Everything Pro plugin doesn’t work url’s in sitemap. xml

#813548
  • There is a Filter Everything Pro plugin, there are active SEO rules. But they are not in the sitemap.xml I tried to do it according to your instructions (change the map size and re-save the CHPU) – it did not help

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello,

    I’m sorry to hear that you are facing issues with the URLs from the Filter Everything Pro plugin not appearing in the sitemap.xml file despite following the instructions provided.

    To ensure that the URLs from the Filter Everything Pro plugin are included in the sitemap.xml generated by Rank Math, please check the following:

    1. Check Robots Meta Tag: Ensure that the pages/posts affected by the Filter Everything Pro plugin have the correct robots meta tag settings. Pages set to "noindex" will be excluded from the sitemap. You can verify and adjust this setting by navigating to Rank Math SEO → Advanced tab in the post/page editing screen.

    2. Exclude Sitemap Files from Caching: If you are using any caching plugins, make sure to exclude the sitemap files generated by Rank Math from being cached. Caching the sitemap can prevent it from reflecting the latest URLs on your website. You can learn how to exclude sitemaps from caching here.

    3. Add Rewrite Rules: If the sitemap is not working as expected, you may need to add rewrite rules manually. Depending on your web server (Apache or Nginx), you might need to add specific rewrite rules to ensure the sitemap works correctly. You can find detailed instructions for Apache here and for Nginx here.

    If after checking these steps, the issue persists, please reply to this ticket, and a human agent from our support team will assist you further.

    Thank you for your understanding and patience in resolving this matter.

    Warm regards.

    Sources:
    Why the Sitemap_Index.xml is Throwing a 404 Error » Rank Math
    Rank Math Sitemap Issues and Their Fixes » Rank Math

    Hello,

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

    Could you please share some more details about the issue you’re facing with the sitemap? You can also use a tool like https://loom.com to share a screencast with us so that we can check the issue further for you.

    Looking forward to helping you.

    Thank you.

    https://sunglazki.com.ua/sitemap_index.xml
    in sitemap.xml haven’t any links from plugin Filter Everything Pro

    Hello,

    We can access your sitemap and it is working fine.

    Meanwhile, can you confirm if this plugin is creating a Post Type that is not available in the sitemap?

    According to public information on the internet, the plugin is used to filter any post types and by any criteria and allows you to sort results and search by key phrase.

    In other words, if you are planning to filter the sitemap, then this is unnecessary as we already organized the sitemap according to the post types for easy crawling.

    We hope this helps. Don’t hesitate to get in touch if you have any other questions.

    Thank you.

    Hello,

    Rank Math will only add a URL in the sitemap if that URL is an actual page that you can edit in the backend, it could be a regular post, pages, CPTs, or taxonomies.

    From your description, you are talking about dynamic filter pages which are not registered in the database which is why Rank Math hasn’t included it in the sitemap.

    If you really need to add those URLs to the sitemap, you’ll have to do it manually by using this filter code below:

    add_action('rank_math/sitemap/{$type}_content', function () {
    	return '<url>
    		<loc>https://rankmath.com/some-custom-url/</loc>
    		<lastmod>2020-06-10T20:20:20+00:00</lastmod>
    	</url>';
    });

    You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps.

    this plugin is similar to premmerce woocommerce product filter, it also creates separate pages indexed by search engines.
    [moved to sensitive data section]

    How to make these URLs appear in the site map?

    Hello,

    You may need to use the filter my colleague shared above to include those filtered URLs in your sitemap.

    Rank Math’s sitemap URLs are from post type where you can edit the pages, as mentioned previously.

    Looking forward to helping you.

    They are not dynamic. They are separate pages with their own meta tags and indexing permission. Why are they not included in the sitemap or what needs to be done to get them there?

    Hello,

    In this case, this is something we need to check on your WordPress Dashboard.

    Please edit the first post on this ticket and include your WordPress login in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.

    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    add Sensitive Data

    Hello,

    Can you please share an example publicly viewable filter from this plugin? When we investigated this, the only filter we could find from this plugin was not publicly viewable.

    We are looking forward to hearing back from you.

    Hello,

    It appears the filter pages are generated dynamically and are not registered in the database so our plugin won’t be able to detect them to include in the sitemap.

    In this case, you have to use the filter code shared by my colleague earlier to add those URLs manually to your sitemap. You can add all the URLs in the same code.

    Hope that helps, and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘Filter Everything Pro plugin doesn’t work url’s in sitemap. xml’ is closed to new replies.