– Divari separator

#963102
  • Resolved Arnas Lazutka
    Rank Math free

    Good day,

    We have removed separator from rankmath, but somehow it still appears. “Beržų deguto priemonės odos priežiūrai, kvapų terapijai! – Divari”. We don’t need any separator like “- Divari” with shop title. How do we remove it from rankmath?

Viewing 1 replies (of 1 total)
  • Hello,

    We apologize for the issue you are facing with the separator still appearing in your titles. To remove the separator from your Rank Math settings, you can follow these steps:

    1. Go to Rank Math SEO in your WordPress dashboard.
    2. Navigate to Titles & Meta.
    3. Look for the Global Meta section where you can set the separator character.
    4. Ensure that the separator character is set to an empty value or select a different character that you prefer.

    If you have already done this and the separator still appears, it might be due to caching or a theme setting that overrides Rank Math’s configuration. You may want to check if your theme has any specific settings related to title formatting.

    Additionally, if you want to ensure that the separator does not appear on specific pages or posts, you can use a filter in your theme’s functions.php file:

    add_filter('rank_math/settings/title_separator', function($sep) {
        return ''; // Remove separator
    });

    This code snippet will effectively remove the separator from all titles.

    If you continue to experience issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further. Thank you for raising this concern!

    Sources:
    Rank Math ‘Titles and Meta’ Options and Settings

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    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 ‘– Divari separator’ is closed to new replies.