Title: Remove page link
Last modified: November 27, 2023

---

# Remove page link

 *  Resolved [onurkk](https://wordpress.org/support/users/onurkk/)
 * (@onurkk)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-page-link-2/)
 * Under ‘Search Engine Optimization by Rank Math’ there is a ‘link rel=”next” href
   =”[https://www.ufukgazetesi.net/page/2″&#8216](https://www.ufukgazetesi.net/page/2″&#8216);.
   This link is not working. How can I remove it.
    -  This topic was modified 2 years, 6 months ago by [onurkk](https://wordpress.org/support/users/onurkk/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-page-link-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * (@rankmathsupport)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-page-link-2/#post-17234558)
 * Hello [@onurkk](https://wordpress.org/support/users/onurkk/),
 * Thank you for your query and we are so sorry about the trouble this must have
   caused.
 * That page is loading fine but it returns an empty page. It is possible that Rank
   Math sees your homepage as a post archive but your theme is not loading the items
   in the pagination pages.
 * If you wish to remove the adjacent links of your homepage, please refer to this
   code below:
 *     ```wp-block-code
       add_filter( "rank_math/frontend/next_rel_link", function( $link ) {
   
       if(is_home() && is_front_page()){
   
       return false;
   
       }
   
       return $link;
   
       });
   
       add_filter( "rank_math/frontend/prev_rel_link", function( $link ) {
   
       if(is_home() && is_front_page()){
   
       return false;
   
       }
   
       return $link;
   
       });
   
       You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/
       ```
   
 * Hope that helps and please do not hesitate to let us know if you need our assistance
   with anything else.
 *  Thread Starter [onurkk](https://wordpress.org/support/users/onurkk/)
 * (@onurkk)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-page-link-2/#post-17235198)
 * Thank you. I solved the problem

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

The topic ‘Remove page link’ is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [onurkk](https://wordpress.org/support/users/onurkk/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/remove-page-link-2/#post-17235198)
 * Status: resolved