Archived topic
Permalinks ( #more-772 )
8 replies · Started by Antonin on July 6, 2020
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
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"
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/
Hi,
And where exacly should I add this "add_filter( 'generate_more_jump', '__return_false' );" ?
in theme editor?
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.
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
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.
I see....thank you
You're welcome