RSS

#789095
Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    I apologize for the inconvenience you are facing in finding the settings to disable RSS feeds in Rank Math. Unfortunately, Rank Math does not have an option to disable RSS feeds directly within its settings. However, you can control the content that appears in your RSS feed by using the “RSS Before Content” and “RSS After Content” options.

    To remove specific content from your RSS feed, you can utilize the “RSS Before Content” and “RSS After Content” settings available in Rank Math. You can access these settings by navigating to your WordPress Dashboard → Rank Math SEO → General Settings → Others.

    If you need further assistance or have any other questions, please feel free to ask. Thank you for raising this concern.

    Sources:
    Rank Math General Settings
    Rank Math’s Advanced Mode – Available Module, Options & More

    This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.

    Evangelia
    Rank Math free

    Hi, i need a refund, cause disabling RSS feed is the reason i had bought this plugin in the first place. Unhappy with my purchase and new settings.

    Hello,

    Thank you for contacting us and sorry for any inconvenience that this issue might have caused.

    We would love an opportunity to help you resolve this issue. If you would prefer a refund instead please let us know in your next reply and we will do the needful.

    To disable your feeds, add the following code to your website:

    /**
     * Display a custom message instead of the RSS Feeds.
     *
     * @return void
     */
    function rm_snippet_disable_feed() {
    	wp_die(
    		sprintf(
    			// Translators: Placeholders for the homepage link.
    			esc_html__( 'No feed available, please visit our %1$shomepage%2$s!' ),
    			' <a href="' . esc_url( home_url( '/' ) ) . '">',
    			'</a>'
    		)
    	);
    }
    
    // Replace all feeds with the message above.
    add_action( 'do_feed_rdf', 'rm_snippet_disable_feed', 1 );
    add_action( 'do_feed_rss', 'rm_snippet_disable_feed', 1 );
    add_action( 'do_feed_rss2', 'rm_snippet_disable_feed', 1 );
    add_action( 'do_feed_atom', 'rm_snippet_disable_feed', 1 );
    add_action( 'do_feed_rss2_comments', 'rm_snippet_disable_feed', 1 );
    add_action( 'do_feed_atom_comments', 'rm_snippet_disable_feed', 1 );
    // Remove links to feed from the header.
    remove_action( 'wp_head', 'feed_links_extra', 3 );
    remove_action( 'wp_head', 'feed_links', 2 );

    You can add the code to your site using any of the methods here.

    We hope this helps you resolve the issue. Don’t hesitate to contact us again with any other questions or concerns regarding Rank Math. We are always happy to help.

    Thank you for choosing Rank Math!

    Evangelia
    Rank Math free

    I know i can use this code, i preferred to do it with a plugin. I want a refund

    Hello,

    Please note that the feed URLs are generated by WordPress, and it is not controlled by our plugin. That’s why we don’t have any direct option to disable the feed URLs on your website.

    If you want, you can disable them on your site by following this guide:
    https://kinsta.com/knowledgebase/wordpress-disable-rss-feed/

    However, if you have made up your mind and want to proceed with the refund, let us know and we will do the needful.

    Looking forward to helping you.

    Thank you.

    Evangelia
    Rank Math free

    Yes, i can see that, but you did have options for disabling feeds, in the previous version of the plugin, when i bought it last year. Please, proceed with the refund.

    Hello,

    Right now, we only have the option “Remove Media Data from RSS feed” in WP Dashboard > Rank Math General Settings > Others: https://rankmath.com/kb/general-settings/#remove-media-data-from-rss-feed

    However, we’ve already shared your refund request with our concerned team. As soon as we get some updates, we’ll make sure to let you know here.

    We really appreciate your kind patience regarding this matter.

    Thank you.

    Evangelia
    Rank Math free

    Yes, i saw that option, it’s not what i needed
    Please, proceed with the refund, i have already removed the plugin

    Hello,

    As requested, we have initiated a refund on your requested transaction. You should see a credit for the refund appear on your credit card statement anytime between now and the next 5 to 7 business days.

    If you used a debit card for the payment, the refund might take up to 30 days to appear on your statement. Please note that refunds for international transactions can take up to 10 days to appear for credit cards or up to 60 days for debit cards.

    For PayPal, it’s always almost instant.

    As of the month date, you won’t be able to access those premium features we refunded.

    Of course, we’re very sorry to see you go.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

Viewing 9 replies - 1 through 9 (of 9 total)

You must be logged in to reply to this ticket.