How to set up the correct URL?

#459370
  • Resolved Sunil Kumar
    Rank Math free

    Dear Sir/Madam
    Greetings !!

    I want to set URLs for the homepage and sitemap for fifahighlight.com
    For the homepage, when I try to set up the URL fifahighlight.com automatically it changes into fifahighlight.com/home
    For sitemap page, when I try to set up URL fifahighlight.com/sitemap.html automatically it changes into fifahighlight.com/sitemap-html

    It might be happening due to the RankMath setting done by me during the installation of the plugin.
    So, Please guide me on how to set URLs the way I want to set them.
    Note: I didn’t published my page yet, waiting for response.
    Thanks and Regards

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

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

    1. I’ve checked your site’s homepage and it seems to working as you expected, and not redirecting to /home directory. You may try checking on your browser’s incognito mode.

    However, you can set redirection for URLs using our redirection feature. Please try visiting the URL below to learn how you can set redirection for URLs using Rank Math:
    https://rankmath.com/kb/setting-up-redirections/

    2. Sitemap by Rank Math comes with XML format, which is effective for bots and crawlers. URL for your sitemap is: https://fifahighlight.com/sitemap_index.xml

    If you wish to change the base URL of your sitemap, you may try adding the following filter to change that:
    https://rankmath.com/kb/filters-hooks-api-developer/#change-sitemap-base

    /**
     * Filter to change the Sitemap URL Base
     *
     * @param string $base New URL Base
     */
    add_filter( 'rank_math/sitemap/base_url', function( $base ){
    	return '/search-sitemaps/';
    }, 10, 1 );

    To learn how you can filter/hook to your WordPress site, please follow the URL I’ve shared below:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

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

    Thank you.

    ​​​​​​​

    Dear Sir/Madam
    Greetings !!

    Q1. I didn’t publish my home page yet that’s it’s working fine.
    Before publishing the page, I want to set URLs, so please clarify to me what is the ideal URL for the homepage.

    fifahighlight.com or fifahighlight.com/home ?

    Thanks and Regards

    Dear Sir/Madam
    I’m sorry, regarding homepage URL, got the answer.

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

You must be logged in to reply to this ticket.