• Resolved scmbates

    (@scmbates)


    Guys, good day to you’ll.

    How can I change the pagination of my blog posts (index page)

    from:

    1, 2, 3….5

    to

    <<Older posts – Newer posts>>

    I don’t like the numbered pagination because of the way google is indexing the pages:

    Page 1 of 1
    Page 2 of 2
    etc

    I don’t like it in SEO terms, domain authority etc,

    I don’t have info on whether this is relevant for SEO though.

    Any help greatly approciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    It shouldn’t matter for SEO purposes at all, but you can do this:

    .paging-navigation .nav-previous, 
    .paging-navigation .nav-next {
        display: block;
    }
    
    .paging-navigation .nav-links {
        display: none;
    }

    Let me know if you have any other questions 🙂

    Thread Starter scmbates

    (@scmbates)

    Hi Tom, thanks for being awesome.

    If it doesn’t affect SEO I will leave it like that and see how it goes and Im saving this solution for the long run.

    Thanks for passing by.

    • This reply was modified 5 years, 6 months ago by scmbates.
    Theme Author Tom

    (@edge22)

    No problem! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GeneratePress pagination question’ is closed to new replies.