tags getting added automatically to my pages

#569884
Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

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

    We don’t recommend using more than one plugin to generate your Schema because it can create conflicts. If you’re using any other plugins/page builder for your Schema then you can disable the Rank Math Schema module from WordPress Dashboard > Rank Math > Dashboard > Modules.

    If the issue still persists, then we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    Looking forward to helping you.

    Thank you.

    I am not using multiple plugins. The FAQ schema is entered by me manually. Rankmath schema just adds Article Schema. This is happening recently from few weeks. Earlier also, I used to do it but did not encounter such issue earlier

    Hello,

    Would you please try editing the page without editing the Rank Math setting. Just try editing few texts and save the page. Does the <br /> tag get added. By default WordPress adds p and br tag to HTML content. WordPress has a function wpautop to automatically add the p tags. Even after editing the article without touching Rank Math, br tags gets added, then you can add the following filter in functions.php file.

    remove_filter('the_content', 'wpautop');

    If it still doesn’t works, then, we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    Please take a backup of your site before making any changes since your site is live so you can restore it immediately.

    Alternatively, you can create a staging site with the same issue so you can apply the code safely without breaking your site.

    Here is a guide that could be really useful for you on how to create a staging site: https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/

    Also, please try deactivating the Rank Math plugin temporarily and check if the issue persists. All of your data are saved in your database so there shouldn’t be any data loss upon doing so.

    Let us know how this goes.

    Thank you.

    I checked deactivating the rankmath, however the issue still occurs.
    So should I use this code or not?:
    remove_filter(‘the_content’, ‘wpautop’);

    My Pages are experiencing this issue. I use my tatsu page builder to edit my pages. I dont use gutenberg.

    I use gutenberg editor only for my blog posts. Using the above code will affect my previous and future blogposts made through gutenberg?

    or is there any way to prevent br tags being auto added through a code that restricts to only pages and not blog posts?

    Hello,

    Since the issue persists even without Rank Math, then this behavior could be added or forced by the WordPress function like my colleague mentioned above.

    We suggest using the code on a staging site first so you can test it without breaking your live site.

    Also, you can try modifying the code further to only apply to your pages. Here’s a helpful link you can check to achieve that on your site:
    https://wordpress.stackexchange.com/questions/82860/remove-filter-the-content-wpautop-only-for-certain-post-types

    Hope that helps.

    Thank you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

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

The ticket ‘tags getting added automatically to my pages’ is closed to new replies.