sitemap

#1106102
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, we’re sorry to hear that your sitemap isn’t showing up. Here are a few steps you can take to troubleshoot the issue:

    1. Check if Your Sitemap is Accessible: You can use a tool like httpstatus.io to check if your sitemap URL is accessible. Just enter colaborarava.net/sitemap_index.xml and see the status.

    2. Check for Caching Issues: If your sitemap is being cached, you may need to exclude it from caching. You can refer to our tutorial on how to exclude sitemaps from caching.

    3. Verify Rewrite Rules: If you’re using an Apache or Nginx server, ensure that the appropriate rewrite rules are set up in your server configuration. For Apache, you can add the following to your .htaccess file:

      # START of Rank Math Sitemap Rewrite Rules
      RewriteEngine On
      RewriteBase /
      RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
      RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
      RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
      # END of Rank Math Sitemap Rewrite Rules

      For Nginx, you can add:

      # START Nginx Rewrites for Rank Math Sitemaps
      rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
      rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
      rewrite ^/([a-z]+)?-sitemap.xsl$ /index.php?xsl=$1 last;
      # END Nginx Rewrites for Rank Math Sitemaps
    4. Check Sitemap Settings in Rank Math: Ensure that your sitemap settings in Rank Math are configured correctly. You can check if any posts or pages are excluded from the sitemap settings.

    If you’ve tried these steps and are still having issues, please reply to this ticket with any specific error messages or details, and a human agent from our support team will assist you further!

    Sources:
    Indexed, Not Submitted in Sitemap – Google Search Console » Rank Math

    This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.

    Hello,

    We checked your sitemap, and we can see it is working properly without any issues:

    If you’re still facing the issue, please clear your website and browser cache and check again.

    Let us know how it goes. Looking forward to helping you.

    Thank you.

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

You must be logged in to reply to this ticket.