Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How does Infinite Scrolling work with unique URLS as users scroll down? And is this SEO friendly?
-
I was on a site today and as i scrolled down and viewed the other posts that were below the top one i read, i noticed that each post below the top one had its own unique URL. I have not seen this and was curious if this method of infinite scrolling is SEO friendly. Will Google's spiders scroll down and index these posts below the top one and index them? The URLs of these lower posts by the way were the same URLs that would be seen if i clicked on each of these posts. Looking at Google's preferred method for Infinite scrolling they recommend something different - https://webmasters.googleblog.com/2014/02/infinite-scroll-search-friendly.html .
Welcome all insight. Thanks!
Christian
-
Thx again!!
-
Yes! You asked "So if I understand correctly then Google will index just the 1st post then?" and there's no way of guaranteeing what Google will or won't do. But that is probably what will happen.
-
each of the lower posts does have its own URL. As you noted above, that unique URL does show up as the user scrolls lower, but there are links to these URLs from main nav too.
-
Google will probably only count the content of the first post (or however much content displays at initial page load time) when ranking and indexing that infinite-scroll page, yes, so if you want the rest of that content in the index I'd give it its own URLs. However, Google is getting better at JavaScript and is always unpredictable, so it's not beyond the realm of possibility that it would index more content from the infinite scroll page than initially loads - don't be too surprised if you see that, but I wouldn't count on it.
-
Thanks Ruth! Greatly appreciate your help.
So if I understand correctly then Google will index just the 1st post then? Since the lower posts all have their own unique urls then Google will just index those as it crawls I assume (of course it's always wise to have a site map).
-
Hi Christian,
What you're seeing is exactly what Google recommends for infinite scroll in the resource you link to. It breaks the page up into component resources (separate URLs) each of which could be accessed on its own. Their examples use dynamic parameters to break up into e.g. page=2, but if your infinite- or long-scrolling page isn't paginated content, there's no reason why each component couldn't have its own URL that is accessed as you scroll down.
I actually really like this method as a compromise between the "one long page with all the information on it" approach to web design and the "landing pages for people looking for specific bits of information" approach to SEO. For example, I often have SAAS clients who want all the information about what their product does to be one one long page. This is great for people who want to research the whole product at once, but makes it hard for me to optimize for keywords pertaining to individual features of the product. The solution is to have separate landing pages that talk about specific features, all linked together in one "product" page that scrolls using the methodology outlined in the Google resource you linked to. Plus, it means that people who are just looking for that one feature arrive on a page that's about that feature, instead of having to scroll to find what they're looking for.
With the infinite scroll situation, Google is only usually going to crawl and index what is available to the user before more of the page loads - so if you want Google to crawl and index all of the content on your infinite-scroll page, this is the way to do it. It's also better for users who don't have JavaScript enabled. I hope that makes sense and let me know if you have more questions!
-
Check pymnts.com
-
I regret I have not understood the question, what do you mean with "unique urls"? Can you post a link to show that website?
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Tool for user intent
Hello, Is there a tool that can tell me what the user intent of my keyword is and how I should present my page (the type of content users want to see it, what questions they want answered ? Thank you,
Intermediate & Advanced SEO | | seoanalytics0 -
Having 2 brands with the same content - will this work from an SEO perspective
Hi All, I would love if someone could help and provide some insights on this. We're a financial institution and have a set of products that we offer. We have recently joined with another brand and will now be offering all our products to their customers. What we are looking to do is have 1 site that masks the content for both sites so it appears as there are 2 seperate brands with different content - in fact we have a main site and then a sister brand that offers the same products. Is there anyway to do this so when someone searches for Credit Card from Brand A it is indexed under Brand A and same when someone searched for Credit Card from Brand B it is indexed under Brand B. The one thing is we would not want to rel:can the pages nor be penalised by googles latest PR algorithm. Hope someone can help! Thanks Dave
Intermediate & Advanced SEO | | CFCU1 -
Will disallowing URL's in the robots.txt file stop those URL's being indexed by Google
I found a lot of duplicate title tags showing in Google Webmaster Tools. When I visited the URL's that these duplicates belonged to, I found that they were just images from a gallery that we didn't particularly want Google to index. There is no benefit to the end user in these image pages being indexed in Google. Our developer has told us that these urls are created by a module and are not "real" pages in the CMS. They would like to add the following to our robots.txt file Disallow: /catalog/product/gallery/ QUESTION: If the these pages are already indexed by Google, will this adjustment to the robots.txt file help to remove the pages from the index? We don't want these pages to be found.
Intermediate & Advanced SEO | | andyheath0 -
URL Injection Hack - What to do with spammy URLs that keep appearing in Google's index?
A website was hacked (URL injection) but the malicious code has been cleaned up and removed from all pages. However, whenever we run a site:domain.com in Google, we keep finding more spammy URLs from the hack. They all lead to a 404 error page since the hack was cleaned up in the code. We have been using the Google WMT Remove URLs tool to have these spammy URLs removed from Google's index but new URLs keep appearing every day. We looked at the cache dates on these URLs and they are vary in dates but none are recent and most are from a month ago when the initial hack occurred. My question is...should we continue to check the index every day and keep submitting these URLs to be removed manually? Or since they all lead to a 404 page will Google eventually remove these spammy URLs from the index automatically? Thanks in advance Moz community for your feedback.
Intermediate & Advanced SEO | | peteboyd0 -
SEO site Review
Does anyone have suggestions on places that provide in depth site / analytics reviews for SEO?
Intermediate & Advanced SEO | | Gordian0 -
Domain expiration and seo
My domain name is free with my service with yahoo but it expires every year and gets extended automatically as I continue service, how does this impact my seo efforts? I've heard that the search engines prefer sites to expire in 3 years or more? Is this a fact?
Intermediate & Advanced SEO | | bronxpad0 -
How do you implement dynamic SEO-friendly URLs using Ajax without using hashbangs?
We're building a new website platform and are using Ajax as the method for allowing users to select from filters. We want to dynamically insert elements into the URL as the filters are selected so that search engines will index multiple combinations of filters. We're struggling to see how this is possible using symfony framework. We've used www.gizmodo.com as an example of how to achieve SEO and user-friendly URLs but this is only an example of achieving this for static content. We would prefer to go down a route that didn't involve hashbangs if possible. Does anyone have any experience using hashbangs and how it affected their site? Any advice on the above would be gratefully received.
Intermediate & Advanced SEO | | Sayers1 -
URL Length or Exact Breadcrumb Navigation URL? What's More Important
Basically my question is as follows, what's better: www.romancingdiamonds.com/gemstone-rings/amethyst-rings/purple-amethyst-ring-14k-white-gold (this would fully match the breadcrumbs). or www.romancingdiamonds.com/amethyst-rings/purple-amethyst-ring-14k-white-gold (cutting out the first level folder to keep the url shorter and the important keywords are closer to the root domain). In this question http://www.seomoz.org/qa/discuss/37982/url-length-vs-url-keywords I was consulted to drop a folder in my url because it may be to long. That's why I'm hesitant to keep the bradcrumb structure the same. To the best of your knowldege do you think it's best to drop a folder in the URL to keep it shorter and sweeter, or to have a longer URL and have it match the breadcrumb structure? Please advise, Shawn
Intermediate & Advanced SEO | | Romancing0