Regarding Permalinks and Regarding Meta Keywords

#102828
Viewing 1 replies (of 1 total)
  • Michael Davis
    Rank Math pro

    Hello James,

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

    1. The index.php in your URL is likely being added from your permalink settings in WordPress dashboard > Settings > Permalinks. You can use the following regex redirect to remove index.php from URLs

    
    Source: /index\.php/(.*)
    Target: /$1/
    

    2. Rank math doesn’t add the keywords meta tag by default. To add this please add the following filter to your theme functions.php file.

    
    /**
     * Add <meta name="keywords" content="focus keywords">.
     */
    add_filter( 'rank_math/frontend/show_keywords', '__return_true');
    

    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 1 replies (of 1 total)

The ticket ‘Regarding Permalinks and Regarding Meta Keywords’ is closed to new replies.