Sitemap redirected me to the home page

#118051
  • Resolved Adrian Carrasco
    Rank Math free

    Hi,
    I have installed RankMath and imported from Yoast. The problem I have is that the sitemap (https://www.inkieto.com/sitemap_index.xml), redirected me to the home page of the site and obviously I cannot see it.
    I have tried to do the solution that I read in your Knowledge Base, to save the permanent links of the site and it did not work for me either.
    From Google Search Console and I get the following message:
    The sitemap can be consulted, but it has errors
    The sitemap is HTML.
    I have created an administrator user, which I include in Sensitive Data, so that you can access the back office.
    Thank you very much for your support and I hope to fix this so that I can use your excellent plugin.

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

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

    Since you are using NGINX, add the following code to your NGINX configuration file or you can ask your hosting support to add it.

    
     # 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;
     # END Nginx Rewrites for Rank Math Sitemaps
    

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello Michael.
    I have followed your instructions and now I can see the sitemap. Thank you very much for your help.

    Hello,

    If you need further help or with anything else, please open a new support ticket here so we can help:

    https://support.rankmath.com

    We are always here for assistance.

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

The ticket ‘Sitemap redirected me to the home page’ is closed to new replies.