Pagination URL avoid from index

How do you have it separated into pages? If you are separating the content using 'slug' (/ example /), Google is telling you that your quality content is separated on different pages, the system does not work that way, it is more, not use the 'URL canonical 'in this case, since it does not work for this ...
 
I have the same question - how to configure this correctly in terms of SEO (I have pages as get parameters, like site.com/list?page=1
 
How do you have it separated into pages? If you are separating the content using 'slug' (/ example /), Google is telling you that your quality content is separated on different pages, the system does not work that way, it is more, not use the 'URL canonical 'in this case, since it does not work for this ...
Yeah...i have separated /page-2/
I have the same question - how to configure this correctly in terms of SEO (I have pages as get parameters, like site.com/list?page=1
If your url structure /category?page=1 than there is no issues go to your source code u can see something like rel="next" and rel="prev" tag wich tells Google this is the same page as "canonical" page. But it will be indexed .i want to no index this kinda url but once i tried with robots.txt Google stopped crawl full page....
 
Back
Top