one of my client has a separate domain for smartphones or tablets (optimized mobile website) and a separate domain for desktop contains the same content..Will Google treat mobile optimized webpages as a duplicate content?
Answer:
Not if you implement the sites correctly. If they have separate mobile and desktop sites then:
a) Each page on the mobile site should have a canonical link element (<link rel="canonical" href="URLofDesktopEquivalentPage" >) pointing to the desktop page with equivalent content AND
b) Each page on the desktop site should have an alternate link element (<link rel="alternate" media="only screen and (max-width: 640px)" href="URLofMobileEquivalentPage" >) pointing to the mobile page with equivalent content.
This will allow Google to match the pages up with one another. And they will each get credit for both their own links AND the other corresponding page's links.
You can read more about it in the "Separate Mobile URLs" section a little more than half way down the page:
https://developers.google.com/webmasters/smartphone-sites/details
Answer:
Not if you implement the sites correctly. If they have separate mobile and desktop sites then:
a) Each page on the mobile site should have a canonical link element (<link rel="canonical" href="URLofDesktopEquivalentPage" >) pointing to the desktop page with equivalent content AND
b) Each page on the desktop site should have an alternate link element (<link rel="alternate" media="only screen and (max-width: 640px)" href="URLofMobileEquivalentPage" >) pointing to the mobile page with equivalent content.
This will allow Google to match the pages up with one another. And they will each get credit for both their own links AND the other corresponding page's links.
You can read more about it in the "Separate Mobile URLs" section a little more than half way down the page:
https://developers.google.com/webmasters/smartphone-sites/details
No comments:
Post a Comment