Hi,
I recently added Infinite Scroll to my website, however i've noticed that the source code outputs something like this: pathParse :["http://mydomain-com/page/", "/"]
The issue is that google thinks that the url in the source code http://mydomain-com/page/ exists and tries to crawl it on each page, which results in a massive amount of 404 pages.
Is there anyway to could disable google from crawling the /page/ but still crawl /page/*.number/?
Perhaps something with the robots or htaccess redirect?
Thank you.