cannonical paginated pages & archives pages title

#97265
  • Hi, 2 questions:

    1. For paginated pages, is there an option to make the paginated pages have a connonical to the first page?
    And if not, is it better to put the paginated pages on no index? Because at this moment all paginated product category pages are also indexed in google which is not good i think. So should i turn Noindex Paginated Pages and Noindex Archive Subpages to on or off?

    2. How to remove the text “category archives” for blog categories, check sensitive data.

    I added a loom video.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

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

    1. The only way to change the canonical URL of the dynamically generated paginated pages on your site is by using the following filter: https://rankmath.com/kb/filters-hooks-api-developer/#change-canonical-url. Here is a sample code:

    
    add_filter( ‘rank_math/frontend/canonical’, function( $canonical ) {
    if ( is_paged() ) {
    return get_main_page_url();
    } // Please change the code in this condition.
    
    return $canonical;
    });
    

    Indexing paginated pages is not always considered a wise SEO choice. It is usually seen as a waste of crawl budget which may make some of your other pages not to be indexed if you reach your crawl budget limit

    2. the text category archives seems to be generated by your theme, not Rank math. I would recommend getting in touch with your theme provider to assist you with this.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Thanks,

    1. At this moment my paginated pages are already indexed, so it is better use a cannonical for that instead of now use the no index option for paginated pages through rankmath right? better to first get the juice to the first page right?

    2. ok thanks.

    Hello,

    A number of SEO enthusiasts will advice agains having a canonical pointing to your main page, however, there is no completely wrong or completely right way of doing some things when it comes to SEO. You can choose to leave them as they are or change the canonical. Here are some links you can consider going through:

    https://support.google.com/webmasters/thread/12123462?hl=en

    https://moz.com/blog/pagination-best-practices-for-seo-user-experience

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

    Thanks for all,

    One last thing.
    You guys state Easily set up Google Analytics without using another 3rd party plugin.
    But that is only for gtag.js ga.js right? not for ec.js (enhanced ecommerce)?

    Thanks

    Alberto
    Rank Math business

    Hello,

    Yes, you are right. We are working on it plus in supporting Google Analytics 4, but for now, you are right.

    Looking forward to help you.

    thanks

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘cannonical paginated pages & archives pages title’ is closed to new replies.