Unwanted content appears on hompage after activating rank math

#746038
  • Resolved Kaleem Ullah
    Rank Math free

    Dear support,
    I have encountered a problem after activating rank math plugin i see bottom of the page has unwanted content, these are footer, header, templates built, posts all pages as hyperlinks, can you help me with itmy webiste

Viewing 1 replies (of 1 total)
  • Hello,

    I apologize for the issue you are facing with unwanted content appearing on your homepage after activating the Rank Math plugin. This issue might be related to the SEO tags generated by Rank Math.

    To resolve this, you can follow these steps to disable all Rank Math generated SEO tags:

    1. Navigate to WordPress DashboardAppearance → Theme File Editor.

      Navigate to Theme File Editor from Appearances

    2. Add the following code snippet to your theme’s functions.php or rank-math.php file:

      /**
       * Function to disable SEO Tags generated by Rank Math
       */
      function rankmath_disable_features() {
          if ( is_singular( 'page' ) ) {
              remove_all_actions( 'rank_math/head' );
          }
      }
      add_action( 'wp_head', 'rankmath_disable_features', 1 );
    3. Click the Update File button to save the changes.

    This code will remove the SEO tags generated by Rank Math on all pages. After applying this code, check if the unwanted content issue on your homepage is resolved.

    If you need further assistance or have any other questions, feel free to reach out to our support team by opening a support ticket at Rank Math Support. They will provide you with more specific guidance based on your website’s configuration.

    Thank you for bringing this concern to our attention. Let us know if you need any further help or clarification.

    Sources:
    How to Disable All Rank Math Generated SEO Tags » Rank Math
    Remove “rank-math-link” Class from All Outbound Links » Rank Math
    Rank Math Sitemap Issues and Their Fixes » Rank Math
    How to Completely Uninstall Rank Math From Your Website » Rank Math

    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 ‘Unwanted content appears on hompage after activating rank math’ is closed to new replies.