How does this website url change when you scroll down?

Yes as you scroll down the page other articles show up and the URL changes if you put the post into Wordcounter it counts all the articles
 
It uses JavaScript. It counts at what position is, then it redirects to another article and move it at the same position etc. There are other websites, like Forbes, that does the same. As for SEO, I don't know.

Code:
https://www.forbes.com/sites/carlieporterfield/2020/01/02/carlos-ghosn-turkey-arrests-seven-over-ex-nissan-chairmans-escape-plot/#16dee548bf7b
 
It uses JavaScript. It counts at what position is, then it redirects to another article and move it at the same position etc. There are other websites, like Forbes, that does the same. As for SEO, I don't know.

Code:
https://www.forbes.com/sites/carlieporterfield/2020/01/02/carlos-ghosn-turkey-arrests-seven-over-ex-nissan-chairmans-escape-plot/#16dee548bf7b

Interesting, Don't know what the benefit is as the other articles aren't related, maybe it just boosts wordcount
 
but i think google not indexing javascript, so i think it will not affect on SEO, but to decrease bounce rate
 
  • Like
Reactions: CFT
It's just a display for user experience purposes.

For SEO purposes rel=canonical counts and it always contains the URL you are scrolled to.

To mimic googlebot as much as possible it's good to disable images and Javascript.

You can use tool like: https://botsimulator.com for this.

You'll see that only first post "counts".
 
  • Like
Reactions: CFT
There is no positive or negative effect for direct seo. but it makes the content appear on top.

The visitor is allowed to stay on the site longer. Since this will increase the bounce rate, google detects quality content.

This way you will be ahead of your competitors with similar content.
 
It's NOT black-hat or even SEO related at all. It's just a trend in web design. Basically, when you finish reading an article, you are immediately served the next one in-situ, so changing the URL makes sense.
 
Back
Top