Mobile app version of vmapp.org
Login or Join
Speyer207

: SEO Infinite scroll recommendation: does query string parameter matter for seo ranking of the infinite scroll page? The google "Infinite scroll search-friendly guideline" recommends to place <link

@Speyer207

Posted in: #Google #InfiniteScroll #Pagination #Seo

The google "Infinite scroll search-friendly guideline" recommends to place <link rel="next" href="fun-items?page=3"> <link rel="prev" href="fun-items?page=1">tags in the head section of html.

They have suggested simple pagination where simple parameters like page=1, page=2 would do. We have complicated scenario where we have url like:

fun-items?lastrank=0&count=5; //to fetch page1 data
fun-items?lastrank=5&count=10; //to fetch page2 data
fun-items?lastrank=10&count=20; //to fetch page3 data


The count=5,10,20 for page1,2,3 is also random so may vary time to time.

What would be the best thing to do SEO wise for such infinite scroll pages:


Give next and prev url as it is in next and prev rel tags: These may not be very clean next and prev url. but does that matter to google seo?
To keep clean URLs: Use page number i.e. page in url instead of these lengthy variables like "lastrank,count" and use these only for internal calculation.


And is it necessary to change the url when user enters the next page in infinite scroll? can such things have seo impact?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme