[Resolved] Permalinks ( #more-772 )

Home Forums Support [Resolved] Permalinks ( #more-772 )

Home Forums Support Permalinks ( #more-772 )

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1354369
    Antonin

    Hello again, I’m not sure if this issue is connected to the generatepress but I’ll ask anyway. When I see my blog post I see some numbers and “more” at the end of the permalinks. In editor I don’t have this in permalink and I have set wordpress in setting correctly.

    Don’t you know why do I have this “#more-772” at the end of every post?

    For example like this URL: https://www.llcaposports.com/smarkets-review/#more-772

    “#more-772”

    it’s not doing on pages only blog post

    thanks

    #1354374
    Antonin

    So I maybe discovered why is this happening..it is when people go to blog and click on “read more” then this tag is somehow added to my permalinks. I’m just worried about seo effect it can have…I want to have normal permalinks not this “more”

    #1354509
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    That’s an anchor that will take the user to the part of the post they haven’t read yet.

    You can disable it like this: https://docs.generatepress.com/article/generate_more_jump/

    #1354771
    Antonin

    Hi,

    And where exacly should I add this “add_filter( ‘generate_more_jump’, ‘__return_false’ );” ?

    in theme editor?

    #1354796
    David
    Staff
    Customer Support

    Hi there,

    that code is PHP – and this doc explains how to add it:

    https://docs.generatepress.com/article/adding-php/

    TLDR: (1) Put it in your child theme functions.php OR (2) add it to the site using the Code Snippets plugin.

    #1354821
    Antonin

    HI, I rather not mess with these php codes I dont understand it…I see it could be done via plugin but I try to have as less plugins as possible. Do you thing this permaling format with “more 1452” has effect on SEO? because if you go from google to my website for that specific page it doesn’t show that “more” thing…only if you click on read more on my blog it is showing

    #1354847
    David
    Staff
    Customer Support

    There are no direct SEO issues leaving the more-jump link in place.

    The other method of removing them is DO NOT USE the More tag in your posts.

    #1354858
    Antonin

    I see….thank you

    #1354862
    David
    Staff
    Customer Support

    You’re welcome

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