seo pagination help to avoid duplication -


suppose have article submission site have more 1000 article , daily updated , added new

i have 3 parameter connected article

  1. category
  2. tag
  3. author

and structure of pagination like

category wise articles =>site.com/category/{category_name}

tag wise articles =>site.com/tag/{tag_name}

particular author posted articles =>site.com/{author_name}/{article}

all page show article pagination. how can apply pagination above links need suggestion for

 1. url structure like. ?page=number or /page/number  2. how can avoid duplication because there full chance.  3. suggestion regarding html tag seo  4. or can improve structure  5. , 1 best url displaying content /article/slug or any?? 

just open page , - view page source find line

link rel="canonical" href="http://yourwebsite/

if have fine.

this article can :

https://support.google.com/webmasters/answer/139066?hl=en

but if have duplicate content other sites must add line :

meta name="robots" content="noindex, nofollow"


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -