我们有一个分类的网站,其中有不同的类别,例如男服装,女服装等
以下是分页页面的URL结构:
https://in.mywebsite.com/female-clothes?page=1
https://in.mywebsite.com/female-clothes?page=2 and so on
我们以以下方式将规范包含为自规范标签:
<link rel="canonical" href="https://in.mywebsite.com/female-clothes?page=1" />
<link rel="canonical" href="https://in.mywebsite.com/female-clothes?page=2" />
我们在Search Console中又做了一件事情,即我们通过以下方式提到了网址参数:
Parameter: Page
Effects: Paginates
Crawl: Let Googlebot decide
我只想问一下我们是否正确完成了所有工作以处理我们网站上的分页。
请让我知道是否做错了什么,也是处理分页问题的最佳方法。