[Resolved] How can I make the pagination links nofollow?

Home Forums Support [Resolved] How can I make the pagination links nofollow?

Home Forums Support How can I make the pagination links nofollow?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #168240
    Brandon

    Hello, I am wondering how to make the pagination links (next,previous,1,10) nofollow?

    The code I found for the functions.php did not work.

    Please let me know. Thanks!

    #168271
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Not sure if this will work but give it a go: https://gist.github.com/generatepress/79a3b6e8493e09ab1aae

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    Let me know ๐Ÿ™‚

    #168277
    Brandon

    This worked like a charm.

    I was using: $links = str_replace( ‘href=”‘, ‘rel=”nofollow” href=”‘, $links );

    Thanks again! Bed time.

    #168281
    Tom
    Lead Developer
    Lead Developer

    That’s great!

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.