{"id":18037,"date":"2017-08-14T11:32:43","date_gmt":"2017-08-14T06:02:43","guid":{"rendered":"https:\/\/blog.resellerclub.com\/?p=18037"},"modified":"2026-02-16T13:36:55","modified_gmt":"2026-02-16T13:36:55","slug":"pagination-vs-infinite-scroll-which-to-use","status":"publish","type":"post","link":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/","title":{"rendered":"Pagination vs. Infinite Scroll: Which to Use"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">I covered <\/span><a href=\"\/blog\/pagination-7-best-practices-with-examples\/\"><span style=\"font-weight: 400;\">pagination<\/span><\/a><span style=\"font-weight: 400;\"> in my previous article and <\/span><a href=\"\/blog\/the-long-and-short-of-website-scrolling\/\"><span style=\"font-weight: 400;\">website scrolls<\/span><\/a><span style=\"font-weight: 400;\"> in an article I wrote in 2016. However, last week I had an interesting discussion with a friend of mine who also happens to be a web developer. The discussion was about if I were to build a website, would I opt for &nbsp;pagination or infinite scroll and the advantages &amp; disadvantages of each. In this article, I will document our discussion so feel free to eavesdrop \ud83d\ude42 <\/span><\/p>\n<p><span style=\"font-weight: 400;\">To be more clear, pagination is the set of numbers you see at the end of a page that function to navigate the user to the next page of content.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18039\" src=\"\/blog\/wp-content\/uploads\/2017\/08\/pagination-space-1.png\" alt=\"\" width=\"423\" height=\"93\"><\/p>\n<p><span style=\"font-weight: 400;\">Infinite scroll is as the name suggests, a single-page scroll that goes on endlessly with no finish line in sight. Facebook, Instagram, Twitter, Pinterest all use infinite scroll and it\u2019s what we\u2019re used to.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18041\" src=\"\/blog\/wp-content\/uploads\/2017\/08\/infinite-scroll.png\" alt=\"\" width=\"1898\" height=\"942\"><\/p>\n<p><span style=\"font-weight: 400;\">Many ecommerce sites use infinite scroll. But just because it\u2019s popular, is it necessarily better?<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><b>Pros of Infinite Scroll<\/b><\/span><\/p>\n<p><b>Engages the user<\/b><span style=\"font-weight: 400;\">: Because there\u2019s a lot of content to explore, there\u2019s a high chance you can get your user to stay longer on your website and thereby increase engagement.<\/span><\/p>\n<p><b>No waiting for preload<\/b><span style=\"font-weight: 400;\">: As a user, I like that I don\u2019t have to wait for pages to preload and content is consumed instantly. There\u2019s no obstruction to my browsing.<\/span><\/p>\n<p><b>Useful when the purpose is only discovering<\/b><span style=\"font-weight: 400;\">: Infinite scrolling is useful when you\u2019re not looking for anything specific but just browsing to discover new products\/ items\/ images.<\/span><\/p>\n<p><b>Super easy on the mobile<\/b><span style=\"font-weight: 400;\">: In my opinion, infinite scrolling is a perfect fit for mobile. Scrolling is much easier and more intuitive that tapping or clicking, leading to higher engagement and smooth user experience. <\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><b>Cons of Infinite Scroll<\/b><\/span><\/p>\n<p><b>The scroll back to the start is annoying<\/b><span style=\"font-weight: 400;\">: As a user keeps scrolling lower down on the page to find a product\/ item\/ image that he like better than the one he saw on the third fold on the page but fails to find it, he tries to go back to the one he liked earlier. However, hitting the \u2018Back\u2019 button only takes him to the start of the page and to his annoyance, has to scroll through the items all over again to locate the image he liked. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">I scroll a lot especially on ecommerce sites to compare products. However, scrolling back to a product I viewed 3 pages down can be annoying. Additionally, if I do not open a product in a new tab, clicking on a product and then hitting \u2018Back\u2019 takes me to the start of the page again. There\u2019s no way I can bookmark.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The inability to determine the scrolling position causes confusion and possible frustration which leads to a negative user experience. <\/span><\/p>\n<p><b>Feeds on browser\u2019s memory<\/b><span style=\"font-weight: 400;\">: Listing a never-ending page can be bad for your site\u2019s performance as it uses up the browser memory. Likewise, loading more &nbsp;content will use up memory and bandwidth on your device. <\/span><\/p>\n<p><b>No endpoint in sight<\/b><span style=\"font-weight: 400;\">: For a user who is looking for the footer for Terms &amp; Conditions or Contact details or Privacy Policy, it can be quite frustrating to scroll and not reach the endpoint of the page. You could possibly lose out on leads this way too unless you\u2019ve taken care of that in another section on your site. I\u2019ve personally experienced this and after scrolling for a few minutes, just left the website out of frustration. <\/span><\/p>\n<p><b>Scroll bars on phone are irrelevant<\/b><span style=\"font-weight: 400;\">: When scrolling through a website on your phone, on some websites, you might notice a scroll bar. Now, scroll bars are traditionally meant to indicate how much content is on the page, how much more you need to scroll to get to the footer etc. With infinite scroll, the purpose of the scroll bar is irrelevant. You scroll a bit only to find that the results have just doubled.<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><b>Pros of Pagination<\/b><\/span><\/p>\n<p><b>The separators<\/b><span style=\"font-weight: 400;\">: A lot of content can be overwhelming especially with text. This is where separators make things easier. &nbsp;Pagination works to separate content into pages for easy content consumption. I like that the text content I\u2019m viewing is segregated for me on different pages. It\u2019s a pleasant user experience. <\/span><\/p>\n<p><b>Track &amp; bookmark<\/b><span style=\"font-weight: 400;\">: With pagination, I can easily keep a track of how much content I\u2019ve consumed. Think of Google results or a long read such as a report. The first page is the best results. I know looking beyond the 2nd page might not be worth my time. I can also easily go back to page 1, link 3 even if I\u2019m on page 11. <\/span><\/p>\n<p><b>Control<\/b><span style=\"font-weight: 400;\">: Infinite scrolling as I mentioned above can be frustrating especially if you\u2019re looking for the footer or just the end of the page. Since pagination enables users to track and bookmark with ease, it provides a greater sense of control when the user are aware of the number of results available and determine if what they\u2019re looking for is there or not.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Additionally, knowing how many pages of results enables the user to estimate how much time it would take to go through the results to find what he is looking for.<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><b>Cons of Pagination<\/b><\/span><\/p>\n<p><b>Obstructing<\/b><span style=\"font-weight: 400;\">: Pagination is basically an obstruction to my seamless viewing or content consumption because of the extra action \u2018Next\u2019. <\/span><\/p>\n<p><b>Has limited use case<\/b><span style=\"font-weight: 400;\">: I mentioned in my <\/span><a href=\"\/blog\/pagination-7-best-practices-with-examples\/\"><span style=\"font-weight: 400;\">earlier post<\/span><\/a><span style=\"font-weight: 400;\"> that pagination does have limited use cases &#8211; relevant for search results like Google, for blogs sites &amp; Amazon uses it to list their products. As compared to the infinite scroll which has many use cases, pagination is limited to lists.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18043\" src=\"\/blog\/wp-content\/uploads\/2017\/08\/amazon.png\" alt=\"\" width=\"1892\" height=\"759\"><\/p>\n<p><b>Can be confusing<\/b><span style=\"font-weight: 400;\">: As mentioned in my <\/span><a href=\"\/blog\/pagination-7-best-practices-with-examples\/\"><span style=\"font-weight: 400;\">previous post<\/span><\/a><span style=\"font-weight: 400;\">, pagination, if not implemented properly, can be confusing especially if double arrows are used. Users tend to misunderstand the functionality of the double arrows which are designed to take you to the very first \/ absolute last page. It\u2019s not uncommon to confuse the single and double arrow functionality. Yet a mistake could be a frustrating user experience.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-17749\" src=\"\/blog\/wp-content\/uploads\/2017\/08\/pagination-double-arrows.png\" alt=\"\" width=\"426\" height=\"74\"><\/p>\n<p><span style=\"font-weight: 400;\">Check out my last article on Best Practices while designing pagination.<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><b>When to use What<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400;\">Infinite scrolling is a fantastic option for websites or apps that display user generated content or images. Like I mentioned earlier, infinite scroll is more exploratory. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Pagination is a great option for websites and apps that intend to aid user search or results. Pagination is effective for displaying listicles &#8211; of products, items, links etc.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">It\u2019s important to assess the purpose of the website you\u2019re building to be able to make a decision. Google effectively uses both. Pagination for search results and infinite scroll for Images. Perfectly executed both.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Let me know which one you\u2019d pick in the comments below. <\/span><\/p>\n<p><i><span style=\"font-weight: 400;\">P.S: Our discussion didn\u2019t conclude with us agreeing on one but can you guess which one Nihkil, the developer and I, the blogger picked? <\/span><\/i><\/p>\n<h2>Reseller Club Hosting Services<\/h2>\n<p><a href=\"https:\/\/www.resellerclub.com\/reseller-hosting\">Reseller Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-reseller-hosting\">Windows Reseller Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/cloud-hosting\">Cloud Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/vps-hosting\">VPS Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/managed-vps-hosting\">Managed VPS Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/dedicated-server-hosting\">Dedicated Server Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-dedicated-server-hosting\">Windows Dedicated Server<\/a> | <a href=\"https:\/\/www.resellerclub.com\/managed-dedicated-server-hosting\">Managed Dedicated Server<\/a> | <a href=\"https:\/\/www.resellerclub.com\/shared-hosting\">Linux Shared Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-shared-hosting\">Windows Shared Hosting<\/a><\/p>\n<div class=\"fb-background-color\">\n\t\t\t  <div \n\t\t\t  \tclass = \"fb-comments\" \n\t\t\t  \tdata-href = \"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/\"\n\t\t\t  \tdata-numposts = \"10\"\n\t\t\t  \tdata-lazy = \"true\"\n\t\t\t\tdata-colorscheme = \"light\"\n\t\t\t\tdata-order-by = \"social\"\n\t\t\t\tdata-mobile=true>\n\t\t\t  <\/div><\/div>\n\t\t  <style>\n\t\t    .fb-background-color {\n\t\t\t\tbackground:  !important;\n\t\t\t}\n\t\t\t.fb_iframe_widget_fluid_desktop iframe {\n\t\t\t    width: 100% !important;\n\t\t\t}\n\t\t  <\/style>\n\t\t  ","protected":false},"excerpt":{"rendered":"<p>I covered pagination in my previous article and website scrolls in an article I wrote in 2016. However, last week I had an interesting discussion with a friend of mine who also happens to be a web developer. The discussion was about if I were to build a website, would I opt for &nbsp;pagination or<\/p>\n","protected":false},"author":40,"featured_media":18049,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_has_post_settings":[],"_rc_manual_related_posts":[],"footnotes":""},"categories":[1367,1523],"tags":[4637,4521,4529,4641],"hashtags":[],"class_list":["post-18037","post","type-post","status-publish","format-standard","has-post-thumbnail","category-design","category-development","tag-infinite-scroll","tag-pagination","tag-scroll","tag-website-scroll"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pagination vs. Infinite Scroll: Which to Use<\/title>\n<meta name=\"description\" content=\"While Facebook, Instagram, Pinterest and the like have made infinite scroll extremely popular, how does it compare against pagination?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pagination vs. Infinite Scroll: Which to Use\" \/>\n<meta property=\"og:description\" content=\"While Facebook, Instagram, Pinterest and the like have made infinite scroll extremely popular, how does it compare against pagination?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/\" \/>\n<meta property=\"og:site_name\" content=\"ResellerClub Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100005889763273\" \/>\n<meta property=\"article:published_time\" content=\"2017-08-14T06:02:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-16T13:36:55+00:00\" \/>\n<meta name=\"author\" content=\"Amrita\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amrita\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/\"},\"author\":{\"name\":\"Amrita\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/#\\\/schema\\\/person\\\/3022c632f8c79376e89b21ebd7e3c777\"},\"headline\":\"Pagination vs. Infinite Scroll: Which to Use\",\"datePublished\":\"2017-08-14T06:02:43+00:00\",\"dateModified\":\"2026-02-16T13:36:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/\"},\"wordCount\":1193,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#primaryimage\"},\"thumbnailUrl\":\"\",\"keywords\":[\"infinite scroll\",\"pagination\",\"scroll\",\"website scroll\"],\"articleSection\":[\"Web Design Blogs\",\"Web Development Blogs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/\",\"url\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/\",\"name\":\"Pagination vs. Infinite Scroll: Which to Use\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2017-08-14T06:02:43+00:00\",\"dateModified\":\"2026-02-16T13:36:55+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/#\\\/schema\\\/person\\\/3022c632f8c79376e89b21ebd7e3c777\"},\"description\":\"While Facebook, Instagram, Pinterest and the like have made infinite scroll extremely popular, how does it compare against pagination?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/pagination-vs-infinite-scroll-which-to-use\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pagination vs. Infinite Scroll: Which to Use\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/\",\"name\":\"ResellerClub Blog\",\"description\":\"Web Hosting &amp; Domains\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/#\\\/schema\\\/person\\\/3022c632f8c79376e89b21ebd7e3c777\",\"name\":\"Amrita\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/amrita.k-150x150.jpg\",\"url\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/amrita.k-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/amrita.k-150x150.jpg\",\"caption\":\"Amrita\"},\"description\":\"Amrita Konaiagari is the Team Lead for Content Marketing at Endurance International Group (APAC). She is also the Editor of the ResellerClub blog. She holds a Bachelor\u2019s Degree in Psychology from St. Xavier\u2019s College, Mumbai and a Master\u2019s Degree in Communication & Journalism from the Mumbai University. She has 9 years of experience in Digital Marketing. She has a passion for home decor and hopes to one day be a book author.\",\"url\":\"https:\\\/\\\/www.resellerclub.com\\\/blog\\\/author\\\/amrita-k\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pagination vs. Infinite Scroll: Which to Use","description":"While Facebook, Instagram, Pinterest and the like have made infinite scroll extremely popular, how does it compare against pagination?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/","og_locale":"en_US","og_type":"article","og_title":"Pagination vs. Infinite Scroll: Which to Use","og_description":"While Facebook, Instagram, Pinterest and the like have made infinite scroll extremely popular, how does it compare against pagination?","og_url":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/","og_site_name":"ResellerClub Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100005889763273","article_published_time":"2017-08-14T06:02:43+00:00","article_modified_time":"2026-02-16T13:36:55+00:00","author":"Amrita","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amrita","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#article","isPartOf":{"@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/"},"author":{"name":"Amrita","@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/3022c632f8c79376e89b21ebd7e3c777"},"headline":"Pagination vs. Infinite Scroll: Which to Use","datePublished":"2017-08-14T06:02:43+00:00","dateModified":"2026-02-16T13:36:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/"},"wordCount":1193,"commentCount":0,"image":{"@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#primaryimage"},"thumbnailUrl":"","keywords":["infinite scroll","pagination","scroll","website scroll"],"articleSection":["Web Design Blogs","Web Development Blogs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/","url":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/","name":"Pagination vs. Infinite Scroll: Which to Use","isPartOf":{"@id":"https:\/\/www.resellerclub.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#primaryimage"},"image":{"@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#primaryimage"},"thumbnailUrl":"","datePublished":"2017-08-14T06:02:43+00:00","dateModified":"2026-02-16T13:36:55+00:00","author":{"@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/3022c632f8c79376e89b21ebd7e3c777"},"description":"While Facebook, Instagram, Pinterest and the like have made infinite scroll extremely popular, how does it compare against pagination?","breadcrumb":{"@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.resellerclub.com\/blog\/pagination-vs-infinite-scroll-which-to-use\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.resellerclub.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Pagination vs. Infinite Scroll: Which to Use"}]},{"@type":"WebSite","@id":"https:\/\/www.resellerclub.com\/blog\/#website","url":"https:\/\/www.resellerclub.com\/blog\/","name":"ResellerClub Blog","description":"Web Hosting &amp; Domains","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.resellerclub.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/3022c632f8c79376e89b21ebd7e3c777","name":"Amrita","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2019\/08\/amrita.k-150x150.jpg","url":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2019\/08\/amrita.k-150x150.jpg","contentUrl":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2019\/08\/amrita.k-150x150.jpg","caption":"Amrita"},"description":"Amrita Konaiagari is the Team Lead for Content Marketing at Endurance International Group (APAC). She is also the Editor of the ResellerClub blog. She holds a Bachelor\u2019s Degree in Psychology from St. Xavier\u2019s College, Mumbai and a Master\u2019s Degree in Communication & Journalism from the Mumbai University. She has 9 years of experience in Digital Marketing. She has a passion for home decor and hopes to one day be a book author.","url":"https:\/\/www.resellerclub.com\/blog\/author\/amrita-k\/"}]}},"_links":{"self":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/18037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/comments?post=18037"}],"version-history":[{"count":2,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/18037\/revisions"}],"predecessor-version":[{"id":40188,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/18037\/revisions\/40188"}],"wp:attachment":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/media?parent=18037"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/categories?post=18037"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/tags?post=18037"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/hashtags?post=18037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}