Mobile app version of vmapp.org
Login or Join
Speyer207

: What should be canonical of mobile website? We have two versions, mobile & desktop with URLs: http://example.com/ http://example.com/m/ What should be canonical of http://example.com/m/ web page?

@Speyer207

Posted in: #CanonicalUrl #Mobile #RelCanonical

We have two versions, mobile & desktop with URLs:
example.com/ http://example.com/m/


What should be canonical of example.com/m/ web page? Should it have canonical as example.com/m/ OR its canonical should point to its desktop version i.e. example.com/?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

According to Google search guides Separate URLs:


On the desktop page, add a special link rel=”alternate” tag pointing to the corresponding mobile URL. This helps Googlebot discover the location of your site’s mobile pages. <link rel="alternate" media="only screen and (max-width: 640px)"
href="http://example.com/m">

On the mobile page, add a link rel=”canonical” tag pointing to the corresponding desktop URL. <link rel="canonical" href="http://example.com/">

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme