A problem with the names of the pages

#71348
Viewing 9 replies - 1 through 9 (of 9 total)
  • Alberto
    Rank Math business

    Hello,

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

    Just to be sure, did you set a different SEO Title on each of those pages using Rank Math? If yes, is the issue still there? (Remember to clean the cache (if you have one) after changing the SEO Titles to see the changes)

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello
    In fact, these pages were created php… and they already contain different names. When the Rank Math seo plugin is disabled, the pages appear with their actual names

    Hello,

    The browser title takes the settings from your title settings. To change this you can head over to the specific pages and change the title settings with the help of Rank Math:
    Add a Meta Description in Classic Editor:

    Add title and description in Gutenberg:

    If these you can’tnfind theRank math metabox on your pages please head over to Rank math > Titles & Meta > You pages and enable the option to Add SEO metabox then check your individual pages again.

    If you want to leave the title no to be set by Rank math you can use the following filter:

    
    add_filter( 'rank_math/frontend/title', function( $title ) {
        if ( is_your_custom_page ) { // Change this condition to check the your page
            return '';
        }
        return $title;
    });
    

    Looking forward to helping you. Thank you.

    Hello,

    In that case you can use the page id:

    
    if ( is_your_custom_page && get_page id==(your ids array list)) { // Change this condition to check the your page
    return'';
    }
    return $title;
    });
    

    Looking forward to helping you. Thank you.

    ​​​​​​

    Most likely I did not find her condition because she was getting an error
    Could you give me an example of how to put it in a more simple way

    It always gives me a mistake

    Alberto
    Rank Math business

    Hello,

    Could you share here the code you are using so we can check the condition you are entering and then let you know what to change to make it work?

    Looking forward to help you.

    I hired a developer to solve the problem
    thank you

    Alberto
    Rank Math business

    Hello,

    Then I guess your issue is solved, then we are super happy that you were able to solve 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 9 replies - 1 through 9 (of 9 total)

You must be logged in to reply to this ticket.